freevo-weather
===============
 
REQUIREMENTS: freevo 1.5 (or current cvs)
 
A mythtv-style enhanced weather plugin.  This plugin allows you to track the weather 
at multiple locations. The plugin will accept any location that is recognized by the 
msnbc website.  To find a location code for you, goto:
 
http://www.msnbc.com/news/WEA_Front.asp?cp1=1
 
or search for you city/country in the location_codes.txt shipped with this plugin, or 
use the US Postal zip code.  When you have the weather location code(s) you wish to 
use, add the following to your $HOME/.freevo/local_conf.py
 
    plugin.activate('weather', level=45)
    PLUGIN_WEATHER_LOCATIONS = [ ("<CODE>", <BOOL>) ]
 
 
NOTE: if you wish to display your weather data in SI Units, you may specify that in 
your PLUGIN_WEATHER_LOCATIONS variable.  The example below demonstrates using 
zipcodes, SI units, and location codes from the location_codes.txt file:
 
    plugin.activate('weather', level=45)
    PLUGIN_WEATHER_LOCATIONS = [ ("USNC0559", 1), ("12603", 0), ("15235"), 
("GMXX0014", 1) ]
 
Many thanks to dmeyer for assistance/suggestions, and the myth-weather developers for 
their weather type icons.  Please send questions/comments to jlaska at nc.rr.com.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to