Kodi Community Forum
Broken Weather Underground - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155)
+---- Thread: Broken Weather Underground (/showthread.php?tid=116668)



RE: [RELEASE] Weather Underground (default xbmc weather addon) - AussieFries - 2012-12-18

It works now, I changed it to <speedunit>beaufort</speedunit>

Thanks Ronie!


RE: [RELEASE] Weather Underground (default xbmc weather addon) - un1versal - 2012-12-19

@ronie

I have updated the weather wiki page to reflect all the addon current capabilities and other weather related options.

However on the weather underground advanced options thers a few things I dont know exactly how they work.

http://wiki.xbmc.org/index.php?title=Weather#Weather_Underground_advanced_options

Code:
Location x,y,z display name
    Displays the friendly name for the Location you choose.
Location x,y,z id
    This is the weather underground city location data ?

Map zoom level
    Select the Maps & Alerts zoom level for the map with the slider limits are 0 to ?
Animated map
    When enabled the map you see in Maps & Alert view should be animated ?
Weekend
    Define when the weekend starts for you
Enable logging
    Enables logging for the Addon ?

In particular the parts marked with ?

If you could clarify those and in particular the Maps & Alerts animation setting, I have it set and its doesnt animate so idk if this is limited or if its dependant on something.

This is mainly why I updated the page so as to clarify exactly what does what and how.

TIA

@AussieFries

You can change the units but has you have it, the scale for Beaufort is IIRC from 0 to 12 and that encompasses different wind speeds for each level.

When you change the kmh to Beufort, that doesn't mean exactly that the measurement changes, so your report will be inaccurate most likely.

So what your getting is data for kmh which does not equal the Beaufort scale at all.
idk if XBMC actually understands the scales it probably only knows about mph and kmh and if anyone that actually knows the Beufort scale is looking it will probably be alarmed to see the wind is going to be potential hurricane when its actually mild.

uNi


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-12-19

(2012-12-19, 21:42)uNiversal Wrote: @ronie

I have updated the weather wiki page to reflect all the addon current capabilities and other weather related options.

very nice work uNi !

there's an addon wiki page as well, so you can get the info there:
http://wiki.xbmc.org/index.php?title=Add-on:Weather_Underground

if anything is still unclear, just ask :-)

(2012-12-19, 21:42)uNiversal Wrote: You can change the units but has you have it, the scale for Beaufort is IIRC from 0 to 12 and that encompasses different wind speeds for each level.

When you change the kmh to Beufort, that doesn't mean exactly that the measurement changes, so your report will be inaccurate most likely.

So what your getting is data for kmh which does not equal the Beaufort scale at all.

i have never read such complete and utter nonsense as this ;-p

of course the weather addon has built-in code to handle all conversion between the different metrics.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - un1versal - 2012-12-20

The addon info will suffice to update the page in fact found a couple of errors in the addon page you linked.. :p

Edit updated/corrected both pages now the wether wiki page and the addon page overall now its all looking ++++ and complete for a change. Big Grin

As for the Beufort conversion, sit corrected Big Grin, thx.

Goes to show assuming is totally wrong in all cases.

uNi


RE: [RELEASE] Weather Underground (default xbmc weather addon) - Dakkar - 2012-12-22

Hello.
I am having problems with the latest release of this addon:
Code:
14:19:12 T:5312  NOTICE: -->Python Interpreter Initialized<--
14:19:12 T:5312   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named utilities
                                            Traceback (most recent call last):
                                              File "C:\Users\Paolo Croc�\AppData\Roaming\XBMC\addons\weather.wunderground\default.py", line 37, in <module>
                                                from utilities import *
                                            ImportError: No module named utilities
                                            -->End of Python script error report<--
Any idea?

I have version 1.0.6
EDIT: Version 1.0.4 seems to work...
Dakkar


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-12-22

(2012-12-22, 15:21)Dakkar Wrote: Hello.
I am having problems with the latest release of this addon:
Code:
14:19:12 T:5312  NOTICE: -->Python Interpreter Initialized<--
14:19:12 T:5312   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named utilities
                                            Traceback (most recent call last):
                                              File "C:\Users\Paolo Croc�\AppData\Roaming\XBMC\addons\weather.wunderground\default.py", line 37, in <module>
                                                from utilities import *
                                            ImportError: No module named utilities
                                            -->End of Python script error report<--
Any idea?

I have version 1.0.6
EDIT: Version 1.0.4 seems to work...
Dakkar

i can't reproduce it.
also can't think of a single reason why it would work with 1.0.4 and not 1.06
as no relevant changes were made between those apart from some updated language files.

only version up to 1.0.1 would have this bug (due to the special char in the username)...

so... i'm gonna need a Debug Log:
- settings > system > debugging > enable debug logging
- settings > weather > - settings > advanced > enable logging
- restart xbmc
- wait for the error to pop up and pastebin your logfile



Re: [RELEASE] Weather Underground (default xbmc weather addon) - Martijn - 2012-12-22

This could be a bad .zip install because you get that error if the file is missing
Try installing this one again
http://mirrors.xbmc.org/addons/frodo/weather.wunderground/



RE: [RELEASE] Weather Underground (default xbmc weather addon) - Dakkar - 2012-12-23

(2012-12-22, 16:47)Martijn Wrote: This could be a bad .zip install because you get that error if the file is missing
Try installing this one again
http://mirrors.xbmc.org/addons/frodo/weather.wunderground/

I installed again with no luck...

This is my log:
http://xbmclogs.com/show.php?id=23901

Thank you for the support.

Dakkar


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-12-24

(2012-12-23, 20:49)Dakkar Wrote:
(2012-12-22, 16:47)Martijn Wrote: This could be a bad .zip install because you get that error if the file is missing
Try installing this one again
http://mirrors.xbmc.org/addons/frodo/weather.wunderground/
I installed again with no luck...

This is my log:
http://xbmclogs.com/show.php?id=23901
thanx, i think i've fixed it...
could you test: weather.wunderground-1.0.7.zip



RE: [RELEASE] Weather Underground (default xbmc weather addon) - dallasnights - 2012-12-24

Ronie is that fix for Frodo or Eden


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-12-24

(2012-12-24, 03:10)dallasnights Wrote: Ronie is that fix for Frodo or Eden

it's for frodo.

it may work in eden too, but no guarantees.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - Dakkar - 2012-12-24

(2012-12-24, 03:04)ronie Wrote:
(2012-12-23, 20:49)Dakkar Wrote:
(2012-12-22, 16:47)Martijn Wrote: This could be a bad .zip install because you get that error if the file is missing
Try installing this one again
http://mirrors.xbmc.org/addons/frodo/weather.wunderground/
I installed again with no luck...

This is my log:
http://xbmclogs.com/show.php?id=23901
thanx, i think i've fixed it...
could you test: weather.wunderground-1.0.7.zip

Thank you Ronie.
It seems it is fixed.
Thank you!

Dakkar


RE: [RELEASE] Weather Underground (default xbmc weather addon) - jschweda19 - 2012-12-28

i just uninstalled and reinstalled this add on and it cant recognize any location I enter. I am running eden11. can anyone assist me?

thanks


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-12-28

(2012-12-28, 00:39)jschweda19 Wrote: i just uninstalled and reinstalled this add on and it cant recognize any location I enter. I am running eden11. can anyone assist me?

thanks

sure, i only need a Debug Log from you.

follow these steps to make one:
- settings > system > debugging > enable debug logging
- settings > weather > - settings > advanced > enable logging (this may not be available in eden, so skip this one if missing)
- restart xbmc
- search for a weather location

upload your logfile to xbmclogs.com and post the url here.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - jschweda19 - 2012-12-28

http://xbmclogs.com/show.php?id=24437