- Moderator
- #2,171
<control>
<type>image</type>
<id>777</id>
<posX>630</posX>
<posY>540</posY>
<width>1260</width>
<height>350</height>
<texture>c:\ProgramData\Team MediaPortal\MediaPortal\thumbs\meteogram.png</texture>
<keepaspectratio>no</keepaspectratio>
<visible>string.equals(#WorldWeather.View,Image) + string.equals(#WorldWeather.Location,Minsk)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
I post screenshot from my computer in the evening, at me all field - Disabled (Grayed)I did not quite understand your problem
This is a bad decision.c:\ProgramData\Team MediaPortal\MediaPortal\thumbs\meteogram.png
Why? This file is downloaded automatically by the plugin by link Hourly forecast for Minsk.This is a bad decision
Not everyone has a directory with thumbnails along this path.This file is downloaded automatically by the plugin by link
It is better not to use full paths, it is better to use relative ones.I suspect that this is a feature of the plug-in. The plugin in the same folder also downloaded starry sky maps.
<control>
<type>image</type>
<id>777</id>
<posX>630</posX>
<posY>540</posY>
<width>1260</width>
<height>350</height>
<texture>..\..\..\Thumbs\meteogram.png</texture>
<keepaspectratio>no</keepaspectratio>
<visible>string.equals(#WorldWeather.View,Image) + string.equals(#WorldWeather.Location,Minsk)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
Hmmm... Must see ...The plugin in the same folder also downloaded starry sky maps