Re: AW: [MOD] Different skin layout for WorldWeather plugin
Your code for the linked weather backgrounds is still wrong!!!!!
Change
to
Hi.
I have the following two questions:
1.) The temperature is always missing here (see screenshot). Any ideas why?
2.) max temp is on the left and min on the right. Wouldn't it be more intuitive to have
min on the left and max on the right instead (see screenshot).
Thanks for your help.
Cheers
grubi
For missing temperature value try to clear skin cache; for max/min value position change, copy attached WorldWeather.xml file into StreamedMP skin directory (C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP for Win7).
Cheers
Your code for the linked weather backgrounds is still wrong!!!!!
Change
Code:
<texture>SMPBackgrounds/linkedweather//#infoservice.weather.today.img.small.filenamewithoutext.jpg</texture>
<visible>plugin.isenabled(InfoService)</visible>
to
Code:
<texture>SMPbackgrounds\linkedweather\#WorldWeather.TodayIconNumber.jpg</texture>