WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher (4 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    and expert mode
    If in expert mode i press to Condition mapping / Image sites - Open WorldWeatherWebsites.xml - For what? How to use it?
    And how change settings in Map section:
    upload_2019-3-6_10-32-34.png
    At me all Disabled :(
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    I did not quite understand your problem. I filled the data in these fields manually. Outputting data in a file WorldWeatherImage.xml:
    Code:
        <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>
    How it looks in my case, you can see in the screenshots (big bottom chart) Буфер обмена-1.jpg 12-17-21.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    I suspect that this is a feature of the plug-in. The plugin in the same folder also downloaded starry sky maps.
    It is better not to use full paths, it is better to use relative ones.
    XML:
    <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>
     

    Users who are viewing this thread

    Top Bottom