Hi brother
I have now tried the new version openvix-6.6.006 and the problem is still
screenshot_Abu-Dhabi-TV-HD_20240823_012115.jpg
Hi brother
I have now tried the new version openvix-6.6.006 and the problem is still
screenshot_Abu-Dhabi-TV-HD_20240823_012115.jpg
Hello,
for me it looks okay.
MSNWeather.jpg
- Vu+ Ultimo 4K for developer image -
- Vu+ Uno 4K SE for release image -
buwalla (23-08-24)
buwalla (23-08-24)
@Huevos - see post #46.
GB Quad Plus, Mut@nt HD51, AX HD61, 80cm dish and Supreme Dark motor. Sony TA-AN1000, Sony UBP-X800M2 Bluray, Odroid N2+ (CoreElec), Monitor Audio Bronze 5.1 speakers
This is the last update of the picture
screenshot_Abu-Dhabi-TV-HD_20240823_192412.jpg
After downloading weatherplugin from the image feed with the addition of picons, it appears like this
screenshot_Abu-Dhabi-TV-HD_20240823_192449.jpg
And after downloading another plug with the addition of picons it appears like this
screenshot_Abu-Dhabi-TV-HD_20240823_193809.jpg
https://github.com/oe-alliance/enigm...381fe91cc87d4b
There was that update for the plugin, so maybe the in the next build this will be cured.
buwalla (25-08-24)
Hello,
I have not installed the 'weathercomponent' plugin, only the 'weatherplugin' plugin. Skin YouViX-Blue-Mod includes weather icons (folder called 'weather_icons').
- Vu+ Ultimo 4K for developer image -
- Vu+ Uno 4K SE for release image -
Can be dreambox specific.... Depending on the icon files format..
Hi brother
Thank you for solving the problem
With the new update, the problem has been solved
screenshot_Abu-Dhabi-TV-HD_20240913_142226.jpg
screenshot_Abu-Dhabi-TV-HD_20240913_142159.jpg
But I faced another problem, which is that the weather picon does not appear on front panel lcd
lcdshot_20240913140525.png
Like this on the previous version
lcdshot_20240913141541.png
Last edited by buwalla; 13-09-24 at 12:53.
I see...Well there seems to be some issues with rendering that on exactly that LCD panel...
Have to be investigated...
buwalla (13-09-24)
Hi brother
The name of the skin is 07_Sunny Taken from the opentsimage
This screen I modified to work with skin_default
<screen name="MSNWeatherPluginSummary" position="0,0" size="400,240">
<widget font="LCD1;50" foregroundColor="#00adff2f" halign="center" noWrap="1" position="10,10" render="Label" size="390,50" source="session.MSNWeather" transparent="1" zPosition="1">
<convert type="MSNWeather">city</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/icons/line-lcd.png" position="12,70" size="386,3" zPosition="1" />
<widget position="10,60" render="MSNWeatherPixmap" scale="1" size="170,120" source="session.MSNWeather" transparent="1" zPosition="1" >
<convert type="MSNWeather">weathericon,current</convert>
</widget>
<widget font="LCD1;40" halign="left" position="202,105" render="Label" size="198,40" source="session.MSNWeather" transparent="1" zPosition="2" >
<convert type="MSNWeather">temperature_heigh_low,current</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/icons/temp_indoor.svg" position="10,170" size="55,55" />
<widget font="LCD1;52" position="70,172" render="Label" size="120,50" source="session.MSNWeather" zPosition="1">
<convert type="MSNWeather">temperature_current</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/icons/humidity_indoor.svg" position="200,170" size="55,55" />
<widget font="LCD1;52" position="270,172" render="Label" size="130,50" source="session.MSNWeather" zPosition="1">
<convert type="MSNWeather">humidity</convert>
</widget>
<eLabel font="LCD1;52" position="325,172" size="60,50" text="%" transparent="1" zPosition="1" />
</screen>
Last edited by buwalla; Yesterday at 11:22.
Orlandox (Yesterday)
Thanks @buwalla,
made it for Ultimo 4K
<!-- MSNWEATHER -->
<screen name="MSNWeatherPluginSummary" position="0,0" size="800,480">
<widget font="FdLcD;80" foregroundColor="yellow" halign="center" noWrap="1" position="10,10" render="Label" size="780,90" source="session.MSNWeather" transparent="1" zPosition="1">
<convert type="MSNWeather">city</convert>
</widget>
<eLabel position="10,110" size="780,5" backgroundColor="blue" zPosition="1" />
<widget position="10,135" render="MSNWeatherPixmap" scale="1" size="270,270" source="session.MSNWeather" transparent="1" zPosition="1" >
<convert type="MSNWeather">weathericon,current</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/temperature_high_low_icon.png" position="280,120" size="60,60" scale="1" transparent="1" zPosition="1" />
<widget font="FdLcD;60" position="350,120" render="Label" size="400,70" source="session.MSNWeather" zPosition="1" >
<convert type="MSNWeather">temperature_heigh_low,current</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/temperature_icon.png" position="280,200" size="60,60" scale="1" transparent="1" zPosition="1" />
<widget font="FdLcD;60" position="350,200" render="Label" size="400,70" source="session.MSNWeather" zPosition="1">
<convert type="MSNWeather">temperature_current</convert>
</widget>
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/humidity_icon.png" position="280,280" size="60,60" scale="1" transparent="1" zPosition="1" />
<widget font="FdLcD;60" position="350,280" render="Label" size="400,70" source="session.MSNWeather" zPosition="1">
<convert type="MSNWeather">humidity</convert>
</widget>
<eLabel font="FdLcD;60" position="470,280" size="70,70" text="%" zPosition="1" />
<ePixmap pixmap="/usr/share/enigma2/display/skin_default/wind_icon.png" position="280,360" size="60,60" scale="1" transparent="1" zPosition="1" />
<widget font="FdLcD;60" position="350,360" render="Label" size="440,70" source="session.MSNWeather" zPosition="1">
<convert type="MSNWeather">winddisplay</convert>
</widget>
</screen>
- Vu+ Ultimo 4K for developer image -
- Vu+ Uno 4K SE for release image -