2012-04-30, 11:23
Ronie... i think (?) i found a couple bugs in v0.1.4
1. Icons are not showing and i think because of this. When removed the "128x128" from scripts code they show up
before
after
2. Predefined temp unit for feels like label in hourly page is missing
Of course i am not python coder i just saw those, i edit the script, and they work.
Cheers
Nessus
PS. I am not seeing any third day in weekend page yet.... (This is not a bug. Just a request )
1. Icons are not showing and i think because of this. When removed the "128x128" from scripts code they show up
before
Code:
WEATHER_ICON = xbmc.translatePath('special://temp/weather/128x128/%s.png')
Code:
WEATHER_ICON = xbmc.translatePath('special://temp/weather/%s.png')
2. Predefined temp unit for feels like label in hourly page is missing
Code:
set_property('Hourly.%i.Temperature' % (count+1), item['temp']['english'] + TEMPUNIT)
set_property('Hourly.%i.DewPoint' % (count+1), item['dewpoint']['english'] + TEMPUNIT)
set_property('Hourly.%i.FeelsLike' % (count+1), item['feelslike']['english'])
Of course i am not python coder i just saw those, i edit the script, and they work.
Cheers
Nessus
PS. I am not seeing any third day in weekend page yet.... (This is not a bug. Just a request )