Monthly Archives: September 2009

I Love Weather

UPDATE: It seems that Yahoo! has changed their weather URL formats, which breaks the script that fetches the weather image. In order to fix it, go to Yahoo! Weather and enter your desired location. Once you have the correct page loaded, replace the URL in the script with this new one. The script should start … (Continue reading →)


Updates to Now Playing Perl Script

I recently updated my Now Playing script to work with OS X 10.6 Snow Leopard. It seems as though MacPerl and Mac::Processes do not work in Snow Leopard’s 64-bit environment. As a result, I went back to calling osascript directly in order to run the necessary AppleScript. You can look at the change history on … (Continue reading →)