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

xavier

MP Donator
  • Premium Supporter
  • December 12, 2004
    121
    17
    Venice
    Home Country
    Italy Italy
    it would be happy if other community members could participate in this collection. I've spent several hours to collect and validate this images, hopefully other members would share the knowledge with me and other WorldWeather users.

    This is IMHO the best Europe satellite view today disposable (1280x720 of resolution !)...

    sat-euri-0-48.jpg

    ...but is only a single frame. Feature request: a parsing routine to download and combine all the jpg of the animation. My suggestion is a configuration syntax like this:

    http://wwwdyn.zdf.de/ext/weather/sat-euri-0-["0"-"48"].jpg where ["0"-"48"] is the variables chars in the url string.

    Regards,
    xavier.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Here a StreamedMP skin for normal and hour condition view. It is for 0.5.4 nightly build from the 18th of May. So it supports wetter.com 7-day forecast.

    I also want to use post to report a problem. As you can see in the normal view, I don't get all information from wetter.com and for the hour view I don't get information about the predicted rain.

    I know this is a nightly build, so my question is, should it word, or is it not implanted yet?

    Thanks
    And keep going!

    PS.: The normal view is an improvement from marduk65's one. Thanks for the original!
     

    Attachments

    • 17-22-27.png
      17-22-27.png
      1.3 MB
    • 17-22-03.png
      17-22-03.png
      1.1 MB
    • 17-28-31.png
      17-28-31.png
      1.3 MB
    • 17-31-31.png
      17-31-31.png
      2.2 MB
    • WorldWeather.xml
      154.7 KB
    • WorldWeatherHourCondition.xml
      108 KB

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Dear bkv, fischy667,

    bkv:
    ... I installed version 0.5.4 (Nightly Build 2012-05-18) In the configuration error ...

    With your error report, I'm not able to identify if this is a profile or configuration setting problem.
    In the first step, please start testing with the predefined weather profile again. If the problem still exists, please open your the configuration file mediaportal.xml and delete the whole section of WorldWeather.

    fischy667:
    ... I also want to use post to report a problem. As you can see in the normal view, I don't get all information from wetter.com and for the hour view I don't get information about the predicted rain...

    It's a little bit tricky, but no a bug. In the positive case (a weather station has found in the near of your city), wetter.com reports all weather relevant information, in the negative case, nothing. (see xml below and e.g. return value of "w" for wind). The best way is to enter a postal code for next big (and hopefully supported) city.

    Code:
    -<city>
    <name>Rostock</name>
    <post_code>18055</post_code>
    <region>Mecklenburg-Vorpommern</region>
    <region_code>MV</region_code>
    <country>Deutschland</country>
    <country_code>DE</country_code> -<forecast calculated_data="1">
    <du>1337531627</du>
    <d>1337538827</d>
    <t2>21.1</t2>
    <w>0</w>
    <w_txt>sunny</w_txt>
    <wd/>
    <wd_txt/>
    <ws/>
    <sunrise>05:04</sunrise>
    <sunset>21:11</sunset>
    <Ich/>
    <v/>
    <cc>0</cc>
    <dp/>
    <rh/>
    <pm/>
    <p/>
    <pp/>
    </forecast>
    </city>

    Predicted rain in hour view is not supported by wetter.com, so the value is everytime empty.

    Cheers, Micropolis
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Dear bkv, fischy667,

    fischy667:
    ... I also want to use post to report a problem. As you can see in the normal view, I don't get all information from wetter.com and for the hour view I don't get information about the predicted rain...

    It's a little bit tricky, but no a bug. In the positive case (a weather station has found in the near of your city), wetter.com reports all weather relevant information, in the negative case, nothing. (see xml below and e.g. return value of "w" for wind). The best way is to enter a postal code for next big (and hopefully supported) city.

    Code:
    -<city>
    <name>Rostock</name>
    <post_code>18055</post_code>
    <region>Mecklenburg-Vorpommern</region>
    <region_code>MV</region_code>
    <country>Deutschland</country>
    <country_code>DE</country_code> -<forecast calculated_data="1">
    <du>1337531627</du>
    <d>1337538827</d>
    <t2>21.1</t2>
    <w>0</w>
    <w_txt>sunny</w_txt>
    <wd/>
    <wd_txt/>
    <ws/>
    <sunrise>05:04</sunrise>
    <sunset>21:11</sunset>
    <Ich/>
    <v/>
    <cc>0</cc>
    <dp/>
    <rh/>
    <pm/>
    <p/>
    <pp/>
    </forecast>
    </city>

    Predicted rain in hour view is not supported by wetter.com, so the value is everytime empty.

    Cheers, Micropolis

    This is my profile:

    <section name="WorldWeatherProfile0">
    <entry name="City">Rostock</entry>
    <entry name="CityCode">GMXX1813</entry>
    <entry name="CityPostalCode">18055</entry>
    <entry name="Description">Germany</entry>
    <entry name="TemperatureUnit">0</entry>
    <entry name="WindUnit">0</entry>
    <entry name="PressureUnit">0</entry>
    <entry name="VisibilityUnit">0</entry>
    <entry name="UnitRound">yes</entry>
    <entry name="Timezone">4</entry>
    <entry name="TimezoneUTCSpan">60</entry>
    <entry name="TimezoneLongitude">12,1333</entry>
    <entry name="TimezoneLatitude">54,0833</entry>

    With the correct Postal code, but it isn't working.
     
    Last edited:

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Hi fischy667,
    take a look to the xml code, which comes back from wetter.com. It does not contain the required data, your profile is ok, but the provider doesn't have a weather station at this place and doesn't calculate values based on other sources. I can't help here, sorry.

    Cheers, Micropolis
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Ah, so this is the code. Thanks.

    Is there a list of all the weather stations from wetter.com?
     

    Users who are viewing this thread

    Top Bottom