Hi JLaska! To be honest I haven't read the source of your plugin and so I don't know how you process the information from MSNBC before displaying them.
The problem is the MSNBC information is very focused on the US. Means even if you are showing the weather conditions for a location outside the US still the US timezone is used. E.g. if you watch the 4 day forecast for Hong Kong and you are living in Hong Kong you will see Saturday as the first day even if you already have Sunday. The forecast is correct and even is already showing the Sunday forecast but in regards to the wrong timezone and so it is showing Saturday. For sure it will be not easy, but the question is if, in regards to the localtimezone setting on the box you see anychance to adopte the days shown there. (if GMT-6 < 23:59 and GMT+Localtimezone > 23:59 then day=day+1) Not a big problem just to mention it! Cheers Fred ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 3:26 AM Subject: [Freevo-users] Announcing Freevo Enhanced Weather Plugin > 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-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
