• 1
  • 38
  • 39
  • 40
  • 41
  • 42(current)
Broken OpenWeatherMap Extended
well the weatherbit.io is working but the maps don't support for exemple the temperature, maps are not enriched...
Reply
Why the option "weather from PWS" does not work? I connected my PWS, entered API key and station ID, but no data? Where is problem? Thanks.
Reply
(2019-04-13, 23:31)captkirk312421 Wrote: Why the option "weather from PWS" does not work? I connected my PWS, entered API key and station ID, but no data? Where is problem? Thanks.

Same question.  How is this used?   Very interested in linking my weather station.
Reply
Not Python3 compatible. Since this is deprecated, it is probably the end of the line for this plugin, at least for release 19.
Reply
For references and if anybody else is searching for this problem, this is the error shown in kodi log file:

Code:

ERROR: EXCEPTION Thrown (PythonToCppException) :
-->Python callback/script returned the following error<--
NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'urllib2'
Traceback (most recent call last):
File "/Users/username/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py", line 3, in <module>
import os, sys, time, urllib2, unicodedata, random, string
ModuleNotFoundError: No module named 'urllib2'
-->End of Python script error report<--

Tested w Kodi 19.

Switched to Gismeteo.
Reply
Here is my logs.
I have installed OpenWeatherMap Extended and i have generate a new token and put it. Also I added a location but still not working.

python:
2020-03-18 11:49:33.542 T:2867204976 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/weather.openweathermap.extended/default.py): entering source directory /storage/.kodi/addons/weather.openweathermap.extended
2020-03-18 11:49:33.542 T:2867204976 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/weather.openweathermap.extended/default.py): instantiating addon using automatically obtained id of "weather.openweathermap.extended" dependent on version 2.25.0 of the xbmc.python api
2020-03-18 11:49:33.642 T:2867204976 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
2020-03-18 11:49:33.642 T:2867204976 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
2020-03-18 11:49:33.643 T:2867204976 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
2020-03-18 11:49:33.644 T:2867204976 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
2020-03-18 11:49:33.648 T:2867204976 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: unexpected EOF while parsing (<string>, line 0)
Traceback (most recent call last):
File "/storage/.kodi/addons/weather.openweathermap.extended/default.py", line 911, in <module>
forecast(locationname, locationid, locationdeg)
File "/storage/.kodi/addons/weather.openweathermap.extended/default.py", line 183, in forecast
lat = float(eval(locationdeg)[0])
File "<string>", line 0

^
SyntaxError: unexpected EOF while parsing
-->End of Python script error report<--
2020-03-18 11:49:33.648 T:2867204976 DEBUG: onExecutionDone(5, /storage/.kodi/addons/weather.openweathermap.extended/default.py)
2020-03-18 11:49:33.658 T:3011309584 DEBUG: ------ Window Init (DialogNotification.xml) ------
2020-03-18 11:49:33.675 T:2867204976 INFO: Python interpreter stopped
2020-03-18 11:49:33.675 T:2867204976 DEBUG: Thread LanguageInvoker 2867204976 terminating
2020-03-18 11:49:33.710 T:2858812272 DEBUG: POParser: loaded 130 weather tokens
Reply
(2019-03-01, 15:42)BEF33 Wrote: well the weatherbit.io is working but the maps don't support for exemple the temperature, maps are not enriched...

same here , any suloion >?
Reply
(2020-04-22, 14:18)tomtomclub Wrote:
(2019-03-01, 15:42)BEF33 Wrote: well the weatherbit.io is working but the maps don't support for exemple the temperature, maps are not enriched...

same here , any suloion >?
Same here - any solution ?
Reply
I just noticed this thread and wonder what makes the OpenWeatherMap add-on broken?  I've been using it for several years and its worked will for me.

Thanks

Daryl
Reply
(2021-01-22, 18:28)rosede Wrote: I just noticed this thread and wonder what makes the OpenWeatherMap add-on broken?  I've been using it for several years and its worked will for me.

Thanks

Daryl

I see.  I guess I missed the link where it was discussed on why this add-on is broken.  I guess I have an "old" key, because I get useful data.

Daryl
Reply
I'm getting 'no results found' no matter what I search when trying to add a location. does anyone know a solution? I know I'm supposed to just use weatherbit but weatherbit doesn't do hourly forecasts on the free plan
Reply
If anyone is interested,
I've forked this addon and did a quick workaround, just to keep things running....

get it on github

Cheers,
WebEye
Reply
(2017-12-28, 03:58)ronie Wrote: I found the answer in the forum of openweathermap:
https://openweathermap.desk.com/customer...s-forecast
Hi,
the link is not working anymore, but it seems there is now free 7 days daily forecast available using the new One Call API:
https://openweathermap.org/price

It would be nice to get this addon updated for Matrix and to use the free 7 days forecast. Maybe even a switch in settings to choose between the free 7 days forecast and the paid 16 days (for those with a working API key) would be possible?
Reply
Any quick fix for Nexus Alpha 20.x? Do I just need to change the header?
Reply
  • 1
  • 38
  • 39
  • 40
  • 41
  • 42(current)

Logout Mark Read Team Forum Stats Members Help
OpenWeatherMap Extended2