![]() |
|
[RELEASE] Weather Plus 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] Weather Plus Addon (/showthread.php?tid=95329) |
- olympia - 2011-11-27 12:26 @brightsr weather.com stopped worked at me (accuweather works). Did they introduce some blocking lately? Or is it just me? Location is Brussels, Belgium. - brightsr - 2011-11-27 15:02 macf1an Wrote:what about eden-pre ? pre-API-changes versions? maybe same way as Dharma. - brightsr - 2011-11-27 15:36 olympia Wrote:weather.com stopped worked at me (accuweather works). Did they introduce some blocking lately? Or is it just me? Location is Brussels, Belgium. It's working now on my system.
- macf1an - 2011-11-27 15:56 brightsr Wrote:maybe same way as Dharma. tried that - the icon appeared but the number is not fetched I'm using the confluence vertical skin. - brightsr - 2011-11-27 16:11 macf1an Wrote:tried that - the icon appeared but the number is not fetched Can I look into your xml file of home screen? - macf1an - 2011-11-27 16:31 is this what you're looking for? <label>$INFO[Weather.Temperature]</label> here's the entire file - just the default Home.xml with + Weather.IsFetched removed http://pastebin.com/TzAGSdDZ - TechLife - 2011-11-27 16:45 brightsr Wrote:Try this (Dharma only): Yes, I am using the default Confluence skin. I thought I mentioned that in the post but looking back, I didn't. Sorry. Anyway, yes, that worked! Thanks for the info. Again, thanks =) - brightsr - 2011-11-27 16:57 macf1an Wrote:is this what you're looking for? please try to replace Weather.Temperature -> Window(Weather).Property(Current.Temperature) - macf1an - 2011-11-27 17:15 tried that - the number appeared but I lost the °C I managed to fix it with Code: <label>[b]$INFO[Window(Weather).Property(Current.Temperature)] $INFO[Weather.Temperature][/b]</label>Not sure if it's the best solution but works so far.. - dallasnights - 2011-11-27 17:39 Thansk Macf1an that worked I have the icon back on homescreen on ATV2 |