![]() |
|
[RELEASE] World Weather Online Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Weather Add-ons (/forumdisplay.php?fid=155) +---- Thread: [RELEASE] World Weather Online Addon (/showthread.php?tid=114637) |
[RELEASE] World Weather Online Addon - amet - 2011-11-14 23:30 World Weather Online Addon has been released on official repo, to use it you will need to use the nightly build that has ada86f4c96e5fbd35b9c4d35d87b0b37517f927f in it. installation instructions: 1. as said before, use nightly build of Eden-pre 2. go to System->addons and download World Weather Online Addon from weather section 3. select it as a default addon in system->weather and set locations for which you need weather. enjoy it and let us know if there are any issues.
- Hitcher - 2011-11-14 23:37 Thanks. EDIT: When I select a location it doesn't do anything - the field stays blank. - kpost - 2011-11-14 23:40 Great my husband is a weather junkie - amet - 2011-11-14 23:53 Hitcher Wrote:Thanks. and you have the https://github.com/xbmc/xbmc/commit/ada86f4c96e5fbd35b9c4d35d87b0b37517f927f in your nightly? - htpc guy - 2011-11-14 23:54 which nightly is that? latest windows build is two days ago and doesn't have a name provided in the instructions above. - Hitcher - 2011-11-14 23:56 amet Wrote:and you have the https://github.com/xbmc/xbmc/commit/ada86f4c96e5fbd35b9c4d35d87b0b37517f927f in your nightly? Sorry, I downloaded the latest one assuming it was today's but as htpc guy pointed out the Windows builds haven't been updated. - Martijn - 2011-11-14 23:58 Hitcher Wrote:Sorry, I downloaded the latest one assuming it was today's but as htpc guy pointed out the Windows builds haven't been updated. htpc guy Wrote:which nightly is that? latest windows build is two days ago and doesn't have a name provided in the instructions above. If all goes well it should be in there tomorrow (november 15th) if build goes well. - Montellese - 2011-11-15 13:05 OK as the automatic build of the latest win32 nightly has failed again (problem with the buildbot not with the actual code) I decided to build one locally and upload it for you guys so you can make the necessary changes ASAP: http://www.megaupload.com/?d=WE71JZEG - Hitcher - 2011-11-15 13:52 Thanks Montellese, I was about to post the the Windows nightly failed to appear again. - Hitcher - 2011-11-15 14:57 Only problem I have is that Window(Weather).Property(Current.Wind) doesn't just return the wind speed as seen below. ![]() EDIT: Is this anything to do with this localisation string? Code: <string id="434">From %s at %i %s</string> <!--From <wind dir.> at <speed> <unit>-->If it is then maybe it's best left as it for current skins but adding a Current.WindSpeed property would also be useful as in my case. |