2015-01-20, 02:02
regarding the api, is there a possibility to pull the conditional weather art? i don't know about skin integration but i ask myself this question for weeks now.
(2015-01-20, 02:02)neurosis13 Wrote: regarding the api, is there a possibility to pull the conditional weather art? i don't know about skin integration but i ask myself this question for weeks now.
(2015-01-20, 02:06)ronie Wrote:(2015-01-20, 02:02)neurosis13 Wrote: regarding the api, is there a possibility to pull the conditional weather art? i don't know about skin integration but i ask myself this question for weeks now.
the addon already supports conditional weather fanart. it's up to the skin to integrate it.
(2015-01-20, 03:10)neurosis13 Wrote: just to be sure we are not missunderstanding each other, i mean the pictures from yahoo weather itself, the localized ones of your city,
i am using yahoo weather with a downloaded conditional weather pack which is great already but a localized one would be eaven better.
(2015-01-20, 14:59)ronie Wrote:(2015-01-20, 03:10)neurosis13 Wrote: just to be sure we are not missunderstanding each other, i mean the pictures from yahoo weather itself, the localized ones of your city,
i am using yahoo weather with a downloaded conditional weather pack which is great already but a localized one would be eaven better.
ah, no.. i'm not familiar with that particular functionality.
the yahoo weather api does not provide any info related to this, so i'm afraid it's not possible.
(2015-01-27, 17:11)lehmanbrothers Wrote: My kodi yahoo weather is not acting, I can't setting location, such as I type Hanoi but can't configure the location. The result issl weather is not running. Please help me! Thanks!
(2013-07-20, 00:46)ronie Wrote: weather forecast provided by Yahoo! Weather.
http://weather.yahoo.com/
you can download it through the Kodi addon repo.
question, requests, issues?
please let me know.
FAQ:
- why do i get my temps in C when they should be in F (or the other way around)?
this is handled by xbmc and depends on this setting: System > Appearance > International > Region
(2015-02-11, 07:45)zhong Wrote: I get Yahoo Weather script error using Gotham 13.2 and Windows 8 here-
Here is debug log.-
http://www.xbmclogs.com/show.php?id=417913
(2015-02-11, 13:00)ronie Wrote:(2015-02-11, 07:45)zhong Wrote: I get Yahoo Weather script error using Gotham 13.2 and Windows 8 here-
Here is debug log.-
http://www.xbmclogs.com/show.php?id=417913
you're using the Helix compatible version of the addon.
you need to rollback to a version suitable for Gotham (v2.0.4).
(2015-02-11, 17:09)zhong Wrote: Where do I download the zip file version add on suitable for it?
Thanks
(2015-01-27, 17:48)ronie Wrote: it's a bug in kodi.
there's currently no fix for it.
(2015-02-01, 01:38)rellik1000 Wrote: Not sure if this has already been posted
3 different android devices (4.1.1,4.4,cm10.2) running Kodi Helix w/yahoo weather 3.0.5.
All detect location properly by zip and by city but do not save location when selected using different skins.
My fix was to google the yahoo WOEID for my location and enter it manually into
Sdcard/android/data/org.xbmc.kodi/files/.Kodi/userdata/addon_data/weather.yahoo/settings.XML
Your specific path may vary,your file manager must support hidden files.
<settings>
<setting id="Location1" value="Lancaster,NY" />
<setting id="Location1id" value="12763116" />
<setting id="Location2" value="" />
<setting id="Location2id" value="" />
<setting id="Location3" value="" />
<setting id="Location3id" value="" />
</settings>
Restart Kodi
Then it will display properly.
Hope this helps