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 - 2014-11-05

(2014-10-28, 11:30)perplex Wrote: Hello.. I tried this addon and noticed in 14 days forecast last entry is (that is 14th day) is not correct.. like today i can see 28th Oct to 9th Nov and then the last entry is actually 31st Oct.
thanx, that's extually a bug in the skin.
i've fixed it in:
skin.confluence-2.2.21.zip
(2014-10-28, 11:30)perplex Wrote: Also question/confirmation? (mind me i am noobie and just started using rasp pi and raspbmc) is it normal behaviour when going left side to settings... options are automatically chosen when hovering over and not by clicking them ? (sometimes for me its pain when raspbmc is lagging ie. mouse movements are not smooth and have to return to settings many times to have the correct forecast chosen..)
yup, it's intended behavour.


RE: OpenWeatherMap Extended - ronie - 2014-11-05

(2014-10-28, 11:45)black_eagle Wrote: Some of my temperatures are a bit funky !!

Would be rather cold it if really did feel 18°F. Happens to all the 'feels like' temps in the hourly view.
confirmed. i'll fix that.



(2014-10-28, 11:45)black_eagle Wrote: Day time is OK in this view, but night time is wrong.

Image

the sunset value? whats wrong with it / what should it be?
please could you post a Debug Log as well?


RE: OpenWeatherMap Extended - ronie - 2014-11-05

(2014-11-04, 12:51)Patrick123 Wrote: Many thanks for this add-on ronie. A small issue that I picked up.
The zoom does not seem to work correctly i.e. when set at a zoom of 5 the map is zoomed but the precipitation overlay is not zoomed, it looks identical when not zoomed at all.
I am using the Transparency skin which I doubt is the problem.

thx, good catch.
that's xbmc caching the images.
i'll have to find a way to work around it.


RE: OpenWeatherMap Extended - PatK - 2014-11-07

Romie http://xbmclogs.com/show.php?id=342835

Kodi Beta 1 T! 7.13 from Git (just moved the folder in, not installed)

clean install, no library or extras, loaded up OpenWeatherMap from repro. Killed the program when on first city, only shows up temp,, any attempt to change city kills Kodi. Most locations are Canada. Kills.... as in gone, back to win 7 screen.


RE: OpenWeatherMap Extended - un1versal - 2014-11-07

@PatK see http://forum.kodi.tv/showthread.php?tid=207110&pid=1823039#pid1823039 was also testing on win 7 but a vm. Only difference is I was loading the modified skin ronie is issuing for testing results is pretty much what you said though.


RE: OpenWeatherMap Extended - ronie - 2014-11-07

(2014-11-07, 00:15)PatK Wrote: Romie http://xbmclogs.com/show.php?id=342835

Kodi Beta 1 T! 7.13 from Git (just moved the folder in, not installed)

clean install, no library or extras, loaded up OpenWeatherMap from repro. Killed the program when on first city, only shows up temp,, any attempt to change city kills Kodi. Most locations are Canada. Kills.... as in gone, back to win 7 screen.

hmm... could you do me a favour and alse pastebin the contents of this file?
C:\Users\PatK\AppData\Roaming\Kodi\userdata\addon_data\weather.openweathermap.extended\settings.xml


RE: OpenWeatherMap Extended - PatK - 2014-11-07

np

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


RE: OpenWeatherMap Extended - scott967 - 2014-11-08

Also see the problem in 0.0.4 running under Helix B1 of "feels like" being in Celsius in some places. Fixed default.py lines 740 and 824 and now works.

Also pressure is converted from mililbars to in Hg rounded and then set to integer and converted to string. As a result, the only practical values ever seen are 29 in and 30 in. Recommend removing the "int" conversion and instead round(value,2), also need to change the trailing 'in' to ' in' for readability. For example line 397:

Code:
set_property('Current.Pressure'             , str(round(data['main']['pressure'] / 33.86,2)) + ' in')

scott s.
.


RE: OpenWeatherMap Extended - ronie - 2014-11-08

(2014-11-08, 03:53)scott967 Wrote: Also pressure is converted from mililbars to in Hg rounded and then set to integer and converted to string. As a result, the only practical values ever seen are 29 in and 30 in. Recommend removing the "int" conversion and instead round(value,2), also need to change the trailing 'in' to ' in' for readability. For example line 397:

Code:
set_property('Current.Pressure'             , str(round(data['main']['pressure'] / 33.86,2)) + ' in')

scott s.
.

great, thx!
will change it as such.


RE: OpenWeatherMap Extended - ronie - 2014-11-08

(2014-11-07, 03:27)PatK Wrote: np

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

i doubt it has anything to do with the crashes, but you didn't properly set up the first three locations.
you'll have to use the location tab in the addon settings for this.
looks like you used the expert tab instead.


RE: OpenWeatherMap Extended - aasyss - 2014-11-08

First Of all thanks to RONIE for bringing up such a useful addon.
I m not able to use because Script error message showing , i have updated your modified skin and then install addon , did too many times but no luck script error coming.

please help.


RE: OpenWeatherMap Extended - ronie - 2014-11-08

(2014-11-08, 18:56)aasyss Wrote: First Of all thanks to RONIE for bringing up such a useful addon.
I m not able to use because Script error message showing , i have updated your modified skin and then install addon , did too many times but no luck script error coming.

please help.

post a Debug Log on xbmclogs.com and i'll have a look.


RE: OpenWeatherMap Extended - aasyss - 2014-11-08

ok thanks


RE: OpenWeatherMap Extended - aasyss - 2014-11-09

Here my debug log

debug xbmc.log: http://xbmclogs.com/show.php?id=345263

please guide me .

Thanks for your prompt reply and support.


RE: OpenWeatherMap Extended - aasyss - 2014-11-09

Here is correct debug xbmc.log:

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

previous reply I think I posted wrong log, SORRY

I am new to create debug log.