scottcl88 / MMM-DynamicWeather

A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.
MIT License
30 stars 7 forks source link

Effects with weather not working properly #27

Closed scottcl88 closed 3 years ago

scottcl88 commented 3 years ago

Issue reported with one effect having "weatherCode" and another effect having "weatherCodeMin" and "weatherCodeMax". The current weather is 802. Seems to be showing both effects.

{
    weatherCodeMin: "801",
    weatherCodeMax: "803",                      
    images: ["heart1.png"],
    direction: "left-right",
    size: "6"
},                  
{
    weatherCode: "804",                     
    images: ["heart1.png"],
    direction: "left-right",
    size: "6"
}
scottcl88 commented 3 years ago

Can't seem to reproduce