- Moderator
- #201
hi
for icons
for day 1
i put #infoservice.weather.today.img.small.fullpath
for day 2
i put #infoservice.weather.day2.img.small.fullpath
...
its the values in monochrome
Code:<description>DAY 1 ICON</description> <type>image</type> <id>0</id> <posX>140</posX> <posY>569</posY> <height>80</height> <width>80</width> <texture>#infoservice.weather.today.img.small.fullpath</texture>
sorry my english is very bad
Thanks raspoutine !!! I fixed the thumbnails changing those lines, but unfortunately my weather image is still all black:
Code:<control> <description>weather WEATHER BACKGROUND</description> <id>1205</id> <type>image</type> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <imagepath>weather</imagepath> <timeperimage>7000</timeperimage> <fadetime>800</fadetime> <loop>yes</loop> <randomize>True</randomize> <texture>#infoservice.weather.today.bigweatherimg</texture> <visible>Control.IsVisible(1005)</visible> </control>
Maybe is this the wrong line? <texture>#infoservice.weather.today.bigweatherimg</texture> ???
help and thank you guys!
Yes use <texture>#infoservice.weather.today.img.big.fullpath</texture> when you have the newest version of infoservice
You can look at the thread (https://forum.team-mediaportal.com/...iple-feeds-rss-atom-twitter-basic-home-60206/) for the property names.