WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    How change common.waiting.NNN.png position on screen when Weather updated?
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    At me no pictures in root of thumb folder
    In my skin (in others too) the starry sky maps are given as links to images from sites. Temporary graphic files are created in root of thumb folder when MediaPortal is launching. And they are deleted after the MediaPortal is closed.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,366
    10,404
    Königstein (Taunus)
    Home Country
    Germany Germany
    How change common.waiting.NNN.png position on screen when Weather updated?
    Here an example ;)
    XML:
    <control>
            <description>Update Animation</description>
            <type>animation</type>
            <id>1234</id>
            <posX>890</posX>
            <posY>470</posY>
            <textures>common.waiting.1.png;common.waiting.2.png;common.waiting.3.png;common.waiting.4.png;common.waiting.5.png;common.waiting.6.png;common.waiting.7.png;common.waiting.8.png</textures>
            <Duration>0:0:01.5</Duration>
            <keepaspectratio>yes</keepaspectratio>
          </control>
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    In my skin (in others too) the starry sky maps are given as links to images from sites
    In my skin:
    XML:
        <control>
          <description>Starry sky image</description>
          <type>image</type>
          <id>0</id>
          <posX>310</posX>
          <posY>320</posY>
          <width>640</width>
          <height>640</height>
          <align>center</align>
          <valign>middle</valign>
          <keepaspectratio>yes</keepaspectratio>
          <texture>#WorldWeather.ImageStarrySky</texture>
          <visible>string.equals(#WorldWeather.View,Astronomy)+string.equals(#WorldWeather.ImageStarrySkyEnabled,true)+!control.hasfocus(21)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <animation effect="fade" time="700">visiblechange</animation>
        </control>
    And all work, images in temp folder, But maps not work :(
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    How disable animation?

    Direct link - bad practice, different city - have different starry sky image

    --
    WBR, ajs :):whistle::coffee:
     

    Users who are viewing this thread

    Top Bottom