home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pmwolf" data-source="post: 845581" data-attributes="member: 106103"><p>Caudron13</p><p> </p><p>Hi</p><p>to get the StarryNight to worked I had to do the following</p><p> </p><p>I will be assuming that you are using DefualtWide skin</p><p> </p><p>I went into the WorldWeatherAstronomy.xml</p><p> </p><p>As a note in the xml file the following code is listed twice so you can have two images. I ended up removing one of the listings and then changed the posX and posY but that was for my own liking but this will get you started</p><p> </p><p>I then changed the following bit of code</p><p> </p><p>this will work if you have set the correct url in the WorldWeather configuration</p><p> </p><p> </p><p>[code]</p><p><control></p><p> <description>Starry sky image</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>80</posY></p><p> <width>640</width></p><p> <height>640</height></p><p> <texture>http://www.astronomie.de/Images/Himmelaktuell/obssky1.gif</texture></p><p> <visible>string.equals(#WorldWeather.View,Astronomy)</visible></p><p></control></p><p>[/code]</p><p> </p><p>to</p><p>[code]</p><p><control></p><p> <description>Starry sky image</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>80</posY></p><p> <width>640</width></p><p> <height>640</height></p><p> <texture>#WorldWeather.ImageStarrySky</texture></p><p> <visible>string.equals(#WorldWeather.View,Astronomy)</visible></p><p></control></p><p>[/code]</p><p> </p><p>Hopes this helps</p></blockquote><p></p>
[QUOTE="pmwolf, post: 845581, member: 106103"] Caudron13 Hi to get the StarryNight to worked I had to do the following I will be assuming that you are using DefualtWide skin I went into the WorldWeatherAstronomy.xml As a note in the xml file the following code is listed twice so you can have two images. I ended up removing one of the listings and then changed the posX and posY but that was for my own liking but this will get you started I then changed the following bit of code this will work if you have set the correct url in the WorldWeather configuration [code] <control> <description>Starry sky image</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>80</posY> <width>640</width> <height>640</height> <texture>http://www.astronomie.de/Images/Himmelaktuell/obssky1.gif</texture> <visible>string.equals(#WorldWeather.View,Astronomy)</visible> </control> [/code] to [code] <control> <description>Starry sky image</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>80</posY> <width>640</width> <height>640</height> <texture>#WorldWeather.ImageStarrySky</texture> <visible>string.equals(#WorldWeather.View,Astronomy)</visible> </control> [/code] Hopes this helps [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
Top
Bottom