![]() |
|
[RELEASE] Weather Underground (default xbmc weather addon) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Weather Add-ons (/forumdisplay.php?fid=155) +---- Thread: [RELEASE] Weather Underground (default xbmc weather addon) (/showthread.php?tid=116668) |
RE: [RELEASE] Weather Underground (default xbmc weather addon) - sector72 - 2012-05-04 21:10 Since animated maps are no longer free, I'm curious... How about shifting the animation responsibilities onto the script? That is: let script to construct its own animated maps by downloading the static map every 15-30 minutes and assembling the last 7-10 static images into an animated image? RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-05-05 22:06 weather.wunderground-0.1.6.zip fixed: - removed the 128x128 from the weather icon location - added temp unit for the hourly feels-like value - 36 hour heading and temp for certain languages added: - provide 3 day weekend forecast <- just to get everyone off my back ;-p - keep 4 hours worth of satellite images to create an animation @pkscuot: sorry, you'll have to adjust the weekend code in your mod again... RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-05-06 03:26 weather.wunderground-0.1.7.zip fixed: - delete cached images when user changes weather location - clear alert properties when there are no more alerts RE: [RELEASE] Weather Underground (default xbmc weather addon) - nessus - 2012-05-06 04:12 Ronie... i get an error with latest version. Do you need a full debug log ? Code: 05:07:16 T:3192 NOTICE: -->Python Interpreter Initialized<--P.S. cheers for the 3 day weekend. RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-05-06 04:21 should be fixed in: weather.wunderground-0.1.8.zip - fixed: escape slashes in path RE: [RELEASE] Weather Underground (default xbmc weather addon) - nessus - 2012-05-06 04:37 Sorry. No. I have almost the same error... Code: 05:35:07 T:4556 NOTICE: -->Python Interpreter Initialized<--Also, maybe is from the above error but the day labels in weekend are mixed up
RE: [RELEASE] Weather Underground (default xbmc weather addon) - Martijn - 2012-05-06 11:27 I get the same error and I think I know how to fix. Change line 490 of default.py to: PHP Code: if json_response['result']['files']: RE: [RELEASE] Weather Underground (default xbmc weather addon) - schumi2004 - 2012-05-06 12:26 I see many different screens pass by but i'm not getting them on my system? I'm using MQ3 skin and eveytime i select weather i'm getting a popup to select a location instead of the screens shown here. Selecting that location doesn't do anything then. Any ideas? RE: [RELEASE] Weather Underground (default xbmc weather addon) - Martijn - 2012-05-06 12:29 You already have your location setup i guess? Try another skin and see if that one does work. RE: [RELEASE] Weather Underground (default xbmc weather addon) - nessus - 2012-05-06 13:56 (2012-05-06 11:27)Martijn Wrote: I get the same error and I think I know how to fix. Martijn... that worked. No script error any more although i still have the mixed up day labels in weekend page and some weird high/low temp info in 36hour page if i select "English (US)" in XBMC International settings...
|