Hi , thank you very much for this beautiful skin
One question , how can i disable tuner information in infobar ?
Weather plugin and tuner information are not very compatible and use the same place in infobar ( i never use the information about wich tuner is in use )
Thanks in advance
Remove this in skin_templates.xml
<widget source="session.CurrentService" render="Label" position="1712,1030" size="165,33" backgroundColor="secondBG" transparent="1" zPosition="1" text="DVB-S" font="Regular;28" halign="center"><convert type="ServiceOrbitalPosition" /></widget>Remove this for Weather menu<widget backgroundColor="background" font="Regular; 32" foregroundColor="green" halign="right" position="990,855" render="Label" size="370,35" source="session.MSNWeather" transparent="1" zPosition="1"><convert type="MSNWeather">city</convert></widget><widget foregroundColor="white" backgroundColor="background" font="Regular2; 22" render="Label" position="1379,844" size="70,45" source="session.MSNWeather" zPosition="1" halign="center" transparent="1"><convert type="MSNWeather">temperature_heigh_low,current</convert></widget><widget backgroundColor="background" font="Regular2; 30" foregroundColor="unffff00" halign="center" position="1463,855" render="Label" size="80,35" source="session.MSNWeather" transparent="1" zPosition="1"><convert type="MSNWeather">temperature_current</convert></widget><widget backgroundColor="background" font="Regular2; 30" foregroundColor="red" halign="center" position="1530,855" render="Label" size="310,35" source="session.MSNWeather" transparent="1" zPosition="1"><convert type="MSNWeather">winddisplay</convert></widget><widget alphatest="blend" position="1800,847" render="MSNWeatherPixmap" size="90,90" source="session.MSNWeather" zPosition="5" transparent="0"><convert type="MSNWeather">weathericon,current,/usr/share/enigma2/weather_icons/,png</convert></widget>
Thank you very much Loui
Can i give you a small bug in the infobar with weather plugin , the actual temp is correct but the min/max temp is always from the previous day ( it's not very interesting )