

If you guys like this, there can be some additions made to give forecasts and more rich weather data. This is a quick one to get you a small weather report based on your location, which is derived magically from your IP address. As well when thats more done focusing on directions. I'll be releasing the Images when ready on my deviant art page. Though it takes about 5 minutes to do a month, so no need to do the whole year right away! I do understand the cal will be difficult. Get those working? Great! Hard part is now over! All you just need to A) use images and replace the old ones or B) Use the psd/ai and replace the old images. Thanks.I have my wallpaper change ever 5 sec. If anyone could address some of these points or provide anything, it would be much appreciated. I am basically wondering if I am just using bad scripts (I will provide them to the best of my ability if necessary) or if GeekTool 3 has issues with Snow Leopard or what? It's kind of frustrating to try to be precise and have things like this happening. I like them all except for my RAM/Uptime and Processes scripts, does anyone have any good scripts to display things like - RAM, Uptime, Processes (percentages or otherwise), CPU, and Users? I would really appreciate that. The scripts that I am currently using minus echo commands are System Info, Battery Level/Time Remaining, Date, Time and AM/PM, Calendar (regular), RAM/Uptime, and Processes. Would this be because it is an image script, or? I use a weather image from Yahoo and during the off chance that my scripts do appear when logging in, the image is the other thing missing. Some codes (one, mainly) seem to lose or change its display when restarting or logging, such as "1 user" changing to simply "1" in a RAM/Uptime script? Would this be normal or simply a bad script? I notice that when I restart or shut down and start up that some of my scripts may either slightly relocate themselves or they will all completely disappear until refreshing in GeekTool. Is it normal for scripts such as RAM usage or CPU scripts to lag GeekTool? I am running the latest version of Snow Leopard and am using GeekTool 3. I am getting the hang of it but I have a few questions/topics that I am hoping can be answered/addressed here.
#MY STOCKS GEEKTOOL MAC#
I am a relatively new Mac user and I just started using GeekTool a few days ago. PEP 66.57 +0.53 my error in typing my own command, it's easy to forget the color option.Įvery time I've seen IOError 2 in Python, I've always not had the file where I thought it was supposed to be.Ĭan you post the results of ls of your ~/.Geektool directory? Can you post the actual command you are cd lsĬan you post the results of ls of your ~/.Geektool directory? Can you post the actual command you are running?

Inde圎rror: list index out of python ~/bin/geektool/tickerv3.py -n ~/.Geektool/tickerlist.txt Currency was added for onthecoast, hopefully others find it cd lsĭesktop Movies Quartz-ImageUnits-GettingStarted.pdf projectsĭownloads Pictures mkdir cp ~/bin/geektool/tickerlist.txt python ~/bin/geektool/tickerv3.py ~/.Geektool/tickerlist.txtįile "/Users/taco/bin/geektool/tickerv3.py", line 64, in The new format includes a line header, 'm' for Market like the DOW Jones or NASDAQ, 's' for Stocks (still need to include their base market), and 'c' for Currency which you only enter what you are trying to compare. Print '\033.ljust(6), plist.rjust(10), clist.rjust(9), cplist.rjust(9)Īs before, here is the flat text file format (which can be as long as you want). Print "",symlist.ljust(6), plist.rjust(10), clist.rjust(9), cplist.rjust(9) # LOOK THROUGH THE STOCK FILE TO GET THE NEEDED DATA Ret = subprocess.call(cmd,shell=True,stdout=subprocess.PIPE) # THIS WORKS FOR EVERYTHING EXCEPT FOR THE BIG MARKETS
#MY STOCKS GEEKTOOL CODE#
# - ADDED CODE TO RESET THE TERMINAL OUTPUT TO NORMAL ON NO CHANGED STOCKS WHEN USING COLOR OUTPUT # - UPDATED REGEX FOR COMPID AS GOOGLE CHANGED THE BACKEND TO THE WEBPAGE # THIS CAUSED A CHANGE IN THE FLAT TEXT FILE TO DENOTE PARSING OPTION # - ADDED ABILITY TO GET CURRENCY EXCHANGE INFORMATION FROM GOOGLE FINANCE # - UPDATED THE FILE PATHS TO /tmp INSTEAD OF /tmp/geektool # ORIGINAL WEB PAGE PARSING FOUND ON MACRUMERS.COM FORUM # PULLS DATA FROM A LIST OF STOCKS FOR EASIER USE IN GEEKTOOL
