World Weather Lite (SharpDX) 1.3.4 (2 Viewers)

Pablik

Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal version 1.32 and higher(SharpDX) and offers basic functionality of the original plugin:
    • multiple weather location definition, profiles
    • available weather providers: FORECA, MSN, ACCUWEATHER
    • media images
    • geoclock
    • holidays

    The plugin has skin tag compatibility with the original plugin.
    Installation: you can use official MPEI Installer to install the plugin online or download the extension package from the official web page. Please pay the attention to the platform version (x86, x64).
    Upon the first installation, please open the MediaPortal Configuration to setup the plugin.
    New weather location can be also added from the MediaPortal GUI(context menu).

    AccuWeather:
    Both API and Web providing is available. For the API you need your own key. Free key has limit of 50 requests per day. I recommend to set the weather refresh interval to 60 minutes. If the key is not set, the Web parsing is used then (funcionality is limited).

    Current version: 1.3.4

    Git: repository
     

    Attachments

    • Image.jpg
      Image.jpg
      591.4 KB
    Last edited:

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,553
    1,907
    Home Country
    Germany Germany
    For those of us who are not familiar with what to do with repositories and do not have an account on Github, could an MPEE1 version be posted here?
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    For those of us who are not familiar with what to do with repositories and do not have an account on Github, could an MPEE1 version be posted here?
    What you mean by that? If you go to the offiicial web extension page (as mentioned in the first post), you can download both x86 and x64 MPEI files.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    Here is a preliminary new version for testing (just dll for both x86 and x64):
    • added TimeZone to the profile (set automatically from coordinates)
    • GUI units, media images and holidays are now moved under profile(location), i.e. each profile has its own set
    EDIT: moved to the first post
     
    Last edited:

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,553
    1,907
    Home Country
    Germany Germany
    The multi-location and time zone changes are working great for me both on 1.33 x64 pre and 1.32 x64 release.
    I am not seeing anything in the media though except for CZ Rain, see first screenshot and if I manually try one of the links in Firefox it errors see 2nd screenshot.
    Weather1.jpgWeather.jpg
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    I am not seeing anything in the media though except for CZ Rain, see first screenshot and if I manually try one of the links in Firefox it errors see 2nd screenshot.
    It seems that, the api.sat24.com links are gone.
    Try the alternatives below:

    Code:
    [Satellite]
    Url: https://imn-api.meteoplaza.com/v4/nowcast/tiles/satellite-europe/{yyyy}{MM}{dd}{hh}{mm}/5/8/14/14/20?outputtype=jpeg
    UrlBck:  
    UrlOver: https://maptiler.infoplaza.io/api/maps/Border/static/11.22,48.95,4.02/1560x1560.png?attribution=false
    Period: 15
    PeriodSafe: 20
    Multiimage: True
    Date&Time Watermark: UpperLeft
     
    [Infra]
    Url: https://imn-api.meteoplaza.com/v4/nowcast/tiles/satellite-europe-infrared/{yyyy}{MM}{dd}{hh}{mm}/5/8/14/14/20?outputtype=jpeg
    UrlBck:  
    UrlOver: https://maptiler.infoplaza.io/api/maps/Border/static/11.22,48.95,4.02/1560x1560.png?attribution=false
    Period: 15
    PeriodSafe: 20
    Multiimage: True
    Date&Time Watermark: UpperLeft

    Code:
    [Satellite]
    Url: https://www.chmi.cz/files/portal/docs/meteo/sat/msg_hrit/img-msgeu-1160x800-vis-ir/msgeu-1160x800.vis-ir.{yyyy}{MM}{dd}.{hh}{mm}.0.jpg
    UrlBck:  
    UrlOver: https://www.chmi.cz/files/portal/docs/meteo/sat/und/msgeu-1160x800.und.012.hranice_pruhl_50.png
    Period: 15
    PeriodSafe: 10
    Multiimage: True
    Date&Time Watermark: None
    
    [Infra]
    Url: https://www.chmi.cz/files/portal/docs/meteo/sat/msg_hrit/img-msgeu-1160x800-ir108/msgeu-1160x800.ir108.{yyyy}{MM}{dd}.{hh}{mm}.0.jpg
    UrlBck:  
    UrlOver: https://www.chmi.cz/files/portal/docs/meteo/sat/und/msgeu-1160x800.und.012.hranice_pruhl_50.png
    Period: 15
    PeriodSafe: 10
    Multiimage: True
    Date&Time Watermark: None
     

    Users who are viewing this thread

    Top Bottom