![]() |
|
[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) - ronie - 2012-05-22 10:35 (2012-05-22 10:26)savkin_k Wrote: Thanks for a great job done. could you try the beta version (if you're not already doing so), available for download from the first post of this thread. then go to Settings > Weather > Weather Underground > Advanced > Enable logging and post the complete log to pastebin or xbmclogs.com RE: [RELEASE] Weather Underground (default xbmc weather addon) - savkin_k - 2012-05-22 10:45 Thanks, Ronie for prompt reply. I am already with 0.1.9 version of plugin. here is fresh log http://xbmclogs.com/show.php?id=2876 RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-05-23 00:46 (2012-05-22 10:45)savkin_k Wrote: Thanks, Ronie for prompt reply. hmm.. that's a bug in their weather data. will add a workaround for safety :-) RE: [RELEASE] Weather Underground (default xbmc weather addon) - Nuka1195 - 2012-05-31 12:09 Seems my posts aren't going thru. I entered weather. Then from there entered settings. I changed the zoom for map. Went back to weather. The map looked like you cache images for animation? If so you should delete cache when map zoom changes. RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-05-31 18:39 (2012-05-31 12:09)Nuka1195 Wrote: I entered weather. Then from there entered settings. I changed the zoom for map. Went back to weather. The map looked like you cache images for animation?yup, the images of the last 4 hours are cached. (2012-05-31 12:09)Nuka1195 Wrote: If so you should delete cache when map zoom changes.would be very easy to do for Frodo, which supports onSettingsChanged events, Eden would require a bit more work, will have to think about it... RE: [RELEASE] Weather Underground (default xbmc weather addon) - Nuka1195 - 2012-06-01 01:25 Weather refreshes after saving settings. Just compare a zoom level property with the current setting. You also could look at my patch to addon settings. It adds an onclose="action" that runs after saving settings. RE: [RELEASE] Weather Underground (default xbmc weather addon) - snavaro - 2012-06-09 20:50 Just curious, but I updated the addon (1.9) through XBMC and restarted. The new files and folders did not update. So I manually updated the files and folders. Then, I noticed that the weather icons were not appearing except in the current (left) panel. Log indicated that the program was unable to find the weather icons in the cache/weather folder. When I checked, I had two subfolders in the weather folder: 128x128 and 64x64. By copying the icons from the 128x128 folder into the parent folder, the problem was resolved. However, I am wondering if this is a bug or did I do something wrong? Perhaps I skipped a previous update that modified these settings? Any help appreciated. Re: [RELEASE] Weather Underground (default xbmc weather addon) - Martijn - 2012-06-09 21:42 What XBMC version are you using? Probably not Eden11.0 RE: [RELEASE] Weather Underground (default xbmc weather addon) - snavaro - 2012-06-09 21:49 (2012-06-09 21:42)Martijn Wrote: What XBMC version are you using? Probably not Eden11.0 Yep, Eden 11.0 RE: [RELEASE] Weather Underground (default xbmc weather addon) - Frank_Castl3 - 2012-06-28 15:22 I'm getting a script failed message after enabling v 1.9. I'm on Eden. Do I need to have a nightly installed for this addon to work? I've reset my location and using English Language and Region USA (12H). Thanks I tried with New York City, NY and that works. It works for my old home town Spotyslvania, VA. But it is not working for Charlotte, NC (28203) This was at the end of the log file if this is helpful. 09:39:33 T:3052 ERROR: Error Type: <type 'exceptions.KeyError'> 09:39:33 T:3052 ERROR: Error Contents: (u'L',) 09:39:33 T:3052 ERROR: Traceback (most recent call last): File "C:\Users\Scott\AppData\Roaming\XBMC\addons\weather.wunderground\default.py", line 555, in <module> forecast(location) File "C:\Users\Scott\AppData\Roaming\XBMC\addons\weather.wunderground\default.py", line 144, in forecast properties(data,loc) File "C:\Users\Scott\AppData\Roaming\XBMC\addons\weather.wunderground\default.py", line 479, in properties set_property('Alerts.%i.Significance' % (count+1), SEVERITY[item['significance']]) KeyError: (u'L',) |