Kodi Community Forum
Broken OpenWeatherMap Extended - 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 OpenWeatherMap Extended (/showthread.php?tid=207110)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: OpenWeatherMap Extended - ronie - 2015-12-21

(2015-12-18, 01:50)ljnett Wrote: Openweathermap extended errors out on maps. log at http://xbmclogs.com/ppep8w7fc

no idea about that one. kodi can't find the PIL module, which is odd since it is shipped with kodi.


RE: OpenWeatherMap Extended - Martijn - 2015-12-21

(2015-12-21, 20:08)ronie Wrote:
(2015-12-18, 01:50)ljnett Wrote: Openweathermap extended errors out on maps. log at http://xbmclogs.com/ppep8w7fc

no idea about that one. kodi can't find the PIL module, which is odd since it is shipped with kodi.
Common issue on weird droid devices. Amazon FireTV also suffers from that


RE: OpenWeatherMap Extended - ronie - 2015-12-21

if you're using XBMC Gotham or Kodi Helix:

you will receive an updated version of openweathermap
and will be required to provide your own API key from now on.
get one at: http://openweathermap.org/appid
and enter the API key in the weather addon settings.



RE: OpenWeatherMap Extended - Gnome Sane - 2015-12-23

I am running Helix 14.2 on Windows and the add-on is version 1.2.0
I have obtained an API key and entered it in the settings but I am getting a script failed error.

A refresh updates the current temp and conditions but there is no forecast information
A refresh also produces the script error notification.

Full log at http://xbmclogs.com/pnr4pc3ls
see from line 1140

Please advise


RE: OpenWeatherMap Extended - ronie - 2015-12-24

thx, will be fixed in the next update.


RE: OpenWeatherMap Extended - Gnome Sane - 2015-12-24

Thanks for looking into it, However It seems to be behaving properly today.
Perhaps it was a server-side issue?


RE: OpenWeatherMap Extended - ronie - 2015-12-24

(2015-12-24, 07:14)Gnome Sane Wrote: Thanks for looking into it, However It seems to be behaving properly today.
Perhaps it was a server-side issue?

yeah it is, but i've updated the script to handle those issues more gracefully instead of crashing.


RE: OpenWeatherMap Extended - jhwharto - 2015-12-26

(2015-09-06, 15:13)thothom Wrote: Weather icons not showing up for this add-on or the Yahoo weather add-on


Had same problem on Debian Jessie 32 or 64 bit, Kodi installed from backports repository. File /usr/share/kodi/media/weather.zip missing.

Copied from another box (OSMC running on raspberry pi) and all is now well.

dpkg -L does not show this file, so maybe the debian Kodi packages are broken.


RE: OpenWeatherMap Extended - ronie - 2015-12-26

(2015-12-26, 21:17)jhwharto Wrote: Had same problem on Debian Jessie 32 or 64 bit, Kodi installed from backports repository. File /usr/share/kodi/media/weather.zip missing.

Copied from another box (OSMC running on raspberry pi) and all is now well.

dpkg -L does not show this file, so maybe the debian Kodi packages are broken.

that file has been removed from kodi in favour of resource addons.
if it's giving you issues, your kodi version doesn't match the version of the skin and/or weather addon you're using.


RE: OpenWeatherMap Extended - majikenny - 2016-01-01

Thanks for this addon, its convenient to be able to check the weather from my tv. I've been working lately to try to make it easier for my wife to use. One of her complaints is that Kodi takes a long time to exit. Based on the debug logs, your addon seems to be taking a while to shutdown.

see the line highlighted in the log below. I opened Kodi, waited for all the popups to clear, went to weather looked at each page (everything appeared normal), then quit Kodi. i tried to keep this logfile as simple as possible. I see debug messages related to file downloads during the exit process. This delay occurs almost every shutdown, whether Kodi been running 5 min or 5 days.

Running Kodi 15.2, OWM 2.1.0
http://xbmclogs.com/p9p33h0v2#line-5939

Is there anything i can do to speed up the shutdown process? Thanks for your help


RE: OpenWeatherMap Extended - ronie - 2016-01-01

(2016-01-01, 18:04)majikenny Wrote: Is there anything i can do to speed up the shutdown process? Thanks for your help

the only way around it would be to disable weather maps in the openweathermap addon settings.


RE: OpenWeatherMap Extended - mjbxx - 2016-01-03

(2016-01-01, 19:43)ronie Wrote: the only way around it would be to disable weather maps in the openweathermap addon settings.
Thanks for this as I did not realize that OpenWeather was causing extended time for Kodi to quit. Kodi is now quitting at 15 seconds whereas it used to take upwards of 30 seconds prior. This works out really well as I never use the map feature.


RE: OpenWeatherMap Extended - vdb86 - 2016-01-03

Hi Ronie, which translation is used by OpenWeatherMap?
I'm trying to use it with Serbian language and I get mixed langages (even though I've translated OpenWeatherMap on Transifex).
Some parts are translated and some are left in English.
Image
Image
Image
Image

Let me know if you need anything else.

Thank you!


RE: OpenWeatherMap Extended - ronie - 2016-01-03

those are from the main kodi language file.

https://github.com/xbmc/xbmc/blob/master/addons/resource.language.en_gb/resources/strings.po#L1642

https://github.com/xbmc/xbmc/blob/master/addons/resource.language.en_gb/resources/strings.po#L4138


RE: OpenWeatherMap Extended - vdb86 - 2016-01-03

Hmmm, I have Kodi translated too.
Not sure why the mixed language then.
The first page works just fine, but the others have mixed language.
Image
Any ideas?