I made a little Perl script that will get the current weather from the National Weather Service and display it in nice, readible form. It uses the Geo::WeatherNWS Perl package to do the dirty work, so you'll need to edit that. You can just supply it with an ICAO designation code. (Hint, they're 4 letters long, so prefix your local U.S. airport with "K" to make one.) To find a local ICAO code, go here:
http://weather.gov/tg/siteloc.shtml
This is still very much version 0.1, so hopefully I'll make some additions.
#!/usr/bin/perl
