This hint explains how to view an in-motion Doppler weather radar image from The Weather Channel on your desktop. A little precaution is in order, though: this will eat up quite a bit of CPU cycles (between 12% and 30% on an Intel Mac mini). I use it on a machine that does monitoring/notification, but I'd never use it on a machine I use for normal work. The "animation" is somewhat slow, but tolerable in my opinion. This hint requires use of the command line. Also, I make no guarantees that it won't break something, etc. I've only done this on Leopard, but I can't see any reason why it wouldn't work with Tiger (no Panther or earlier, because they don't have launchd).
There are two components to this: A unix script to retrieve the images from The Weather Channel or NOAA or wherever else, and a launchd agent that periodically runs the script.
Here's the shell script:
Now, open System Preferences, go to Desktop & Screensaver, and specify ~/Library/WeatherMaps as the folder to load images from. Check the Change Picture option and don't bother setting the interval. The preference pane doesn't let you set it below five seconds (and for good reason, given the load this imposes on the CPU). Now, create a launchd agent to periodically run the retrieval script above. Save the file as GetWeather.plist:
Place the agent in your ~/Library/LaunchAgents folder and load it with this command:launchctl load -w ~/Library/LaunchAgents/GetWeather.plist
If it loaded correctly, you should see a folder full of pictures named WeatherMaps in your ~/Library folder, the dock should have restarted, and your desktop should be showing you weather maps. The launchd agent will automatically retrieve the images every 10 minutes and restart the dock, and they will be displayed with about a one-to-two second delay, showing the radar "in motion."
Mac OS X Hints
http://hints.macworld.com/article.php?story=20080611114658430