mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
commit
6eceffb403
@ -278,7 +278,7 @@ Module.register("currentweather",{
|
|||||||
if (notification === "INDOOR_HUMIDITY") {
|
if (notification === "INDOOR_HUMIDITY") {
|
||||||
this.indoorHumidity = this.roundValue(payload);
|
this.indoorHumidity = this.roundValue(payload);
|
||||||
this.updateDom(self.config.animationSpeed);
|
this.updateDom(self.config.animationSpeed);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/* updateWeather(compliments)
|
/* updateWeather(compliments)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user