Degrees |
|
Submitted By Andrew A. (cowgomoo) |
DescriptionDegrees is a weather AppleScript intended as a replacement for "Current Temperature", by xpander, which has been broken (through no fault of his) for a while now.I cobbled this together because I was tired of not being able to display my hometown's lovely fall weather. There are two scripts in this package, one for Fahrenheit and one for Celsius. To enter your location, just replace location with the five digit zip code or City, State . International locations are also supported. Just enter City, Country . Also, by including a percent sign (%) after the location, the script will give you temperatures to the nearest hundredth of a degree. Enjoy! Changes1.3
1.2.1
1.2
1.1.2
1.1.1
1.1
1.0
CommentsYou can reply to individual comments by clicking the "Reply" link next to each. # by newkai on 01/18/07 at 00:40:37There's a rounding issue that occurs sometimes... Right now I'm showing -9.69999999999999999°C
# by evergreenscott on 09/11/07 at 02:20:12Has anyone tried to use this script lately? I worked great until I restarted Adium and then it kept Adium from starting correctly. Adium X version 1.1.2
# by evergreenscott on 09/11/07 at 02:41:32I was using it in my status message. So, whether I was available or away, you could see the temperature in my area. So, for available status I had "Current Temp: %_temp{zipcode}" without the quotes. I had to remove the script altogether to get Adium to connect back to the servers. I'm using AIM, MSN, Yahoo, and ICQ. -Scott
# by evergreenscott on 09/17/07 at 12:44:42it's a new install and I don't have any other scripts. I'm wonder if anyone is using it in the away/available status message?
# by evergreenscott on 09/17/07 at 21:12:24I have some more information for you.... I don't have to uninstall the degree script to get adium to present my contact list. If I put %_temp{zip} in a custom "available" status message it works until I shutdown adium. When I start up adium, it appears to pause, leaving me a menu and a blank contact list. If I go into Edit Status and remove the custom status message, save, then the contact list populates. If chat someone and %_temp{zip}, it works just fine. So, it's isolated to custom status messages. Does this help narrow it down? -Scott
# by evergreenscott on 05/02/08 at 19:11:23Andrew,
I attempted to use it today and put in the same string as before in my status string for available to 'Current Temp: %_temp{ myzipcode }' and it didn't work. It didn't kill Adium but I can't get it work at all now. I'm on a new mac with 10.5 dual cores. Scott # by cowgomoo on 05/04/08 at 18:11:29try removing the spaces between your zip and the brackets (assuming those weren't there for readability). It should read, for instance, like so: %_temp{70118}. or %_temp{New Orleans, LA}. The appropriate spaces between City words, and between the comma and state abbreviation are fine, but there shouldn't be any spaces for zip codes, nor any spaces between the brackets and the text of the zip code.
Post a New CommentYou must be logged in to post comments. |
# by evands on 11/01/06 at 23:43:04