yrWeather Plugin 1.3.0.0 (2 Viewers)

ysmp

Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi cool , i will test new version in a few hour (little busy now) .... ;)

    thanks for the update .... (y)
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    hi burr ,
    test v 1.3.0 beta ... all seams o.k :) ( Fahrenheit and MPH as selectable units ) work great (y) ...... I just wait to see if weather BG will change next hour ;)
    But all look good for now .... will post in 1 hour to see BG image change :p

    P.S - do you have a list of weather small image number = cundition ,i will like to select new bg weather image ..so will look more nice and correct :)
     
    Last edited:

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Damm... did not notes last hour and next hour same condition .... :( .... need to wait 1 more hour .... :p
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi burr , small issue ..... see screen ..
    as you know we have weather icons for day and night , as now the weather icons for hour by hour condition show "clear sky" for night icons ...Witch correct ..as was before ..... but the weather BG image show "clear sky" For day ??
    So this way i ask for list of weather icons number ... then i can help with select new weather big BG and rename it correct to mach the weather small icons .... if you can help me to get the list ... i will tack care for rest :)
     
    Last edited:

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi Burr .... good work ... the big weather BG Do change every hour as condition change ... (y)

    Only issue is of last post ( weather fanart bg ,need to have day number and night number .. same as weather icons have .. :)

    1- i update DW (16x9) to view more of the big weather BG (see yrWeather.xml) the 4x3 no need same as old one . (please update to the installer) :)
    2- if you can find time to pass me the weather icons number = condition , then i can fix the Weather big BG number ..too .
    3- if fix the last issue with weather big BG ( day number / night number ,E.G now "clear sky" for small weather icons IS correct , for weather big bg image show as Day only number ... need them also to have a number for day (work o.k) Also for night number (need fix) . THEN V1.3.0 CAN BE REALISEED ... (y):)

    * Note : to fix a new pack for weather condition Background will tack me a few days ..... but as we will not include it with installer ,you can post new stable v1.3.0 any time you wont ...... we will add the new weather condition pack in first post of yrWeather plugin (this thread..) so users can use it if they wish ..(maybe i will make 2 pack for them ... one as 1280x720 and one as 1920x1080 ... will see :))

    Thanks ,
     

    Attachments

    • yrWeather.xml
      37.4 KB
    Last edited:

    burr

    MP Donator
  • Premium Supporter
  • May 13, 2006
    175
    47
    Home Country
    Sweden Sweden
    if (symbol == 1 && !dark)
    return 32;
    else if (symbol == 1 && dark)
    return 31;
    else if (symbol == 2 && !dark)
    return 30;
    else if (symbol == 2 && dark)
    return 29;
    else if (symbol == 3 && !dark)
    return 28;
    else if (symbol == 3 && dark)
    return 27;
    else if (symbol == 4 && !dark)
    return 26;
    else if (symbol == 4 && dark)
    return 26;
    else if (symbol == 5 && !dark)
    return 11;
    else if (symbol == 5 && dark)
    return 11;
    else if (symbol == 6 && !dark)
    return 17;
    else if (symbol == 6 && dark)
    return 17;
    else if (symbol == 7 && !dark)
    return 5;
    else if (symbol == 7 && dark)
    return 5;
    else if (symbol == 8 && !dark)
    return 13;
    else if (symbol == 8 && dark)
    return 13;
    else if (symbol == 9 && !dark)
    return 12;
    else if (symbol == 9 && dark)
    return 12;
    else if (symbol == 10 && !dark)
    return 10;
    else if (symbol == 10 && dark)
    return 10;
    else if ((symbol == 11 || symbol == 22) && !dark)
    return 4;
    else if ((symbol == 11 || symbol == 22) && dark)
    return 4;
    else if (symbol == 12 && !dark)
    return 5;
    else if (symbol == 12 && dark)
    return 5;
    else if (symbol == 13 && !dark)
    return 16;
    else if (symbol == 13 && dark)
    return 16;
    else if (symbol == 14 && !dark)
    return 3;
    else if (symbol == 14 && dark)
    return 3;
    else if (symbol == 15 && !dark)
    return 34;
    else if (symbol == 15 && dark)
    return 33;


    symbol is explained here http://om.yr.no/forklaring/symbol/ and the return is what you should use
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi burr , thanks for the list .... even i bit confuse .... as i count the return number have in this list only 18 numbers ? (18 = 18 image's) ?

    but i thought the weather big bg image's need to be like weather icons , in weather icons we have 0~47 numbers for weather icons , so i thought i need 0~47 weather big image bg ,to meach them to weather icons ? (this how it was in other plugin) .... so with new update i need only 18 weather big bg ?
    do i get you correct ?

    and do with this new list we will have e.g clear sky for day and for night (i means if is day time will view sun , if night time will view moon ... same as weather icons ? .... yes ? or now is defrent style code ? ) :confused::)
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    for example , see screen i don't get how
    Symbol 1
    can be for day and night ? one image number for 2 style (day /night) with weather icons is not like this ,have 2 icons one for sun and one for moon ....
    i think this how it's need to be for weather bg image one image day time ,and one image for night time ??
    :)
     
    Last edited:

    burr

    MP Donator
  • Premium Supporter
  • May 13, 2006
    175
    47
    Home Country
    Sweden Sweden
    Hi burr , small issue ..... see screen ..
    as you know we have weather icons for day and night , as now the weather icons for hour by hour condition show "clear sky" for night icons ...Witch correct ..as was before ..... but the weather BG image show "clear sky" For day ??
    So this way i ask for list of weather icons number ... then i can help with select new weather big BG and rename it correct to mach the weather small icons .... if you can help me to get the list ... i will tack care for rest :)

    I found the issue that caused this, i wasn' t using the same time checking if a dark icon should be used, test the new build.
     

    Attachments

    • yrWeatherPlugin 1.3.0.0 Beta.mpe1
      378 KB

    Users who are viewing this thread

    Top Bottom