mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
compliments: Add feature use current weather.
Possibility the use the actual type of currentweather to show the compliments.
This commit is contained in:
committed by
Rodrigo Ramírez Norambuena
parent
df00a1e0a3
commit
70d6d4246d
@@ -337,6 +337,7 @@ Module.register("currentweather",{
|
||||
this.show(this.config.animationSpeed, {lockString:this.identifier});
|
||||
this.loaded = true;
|
||||
this.updateDom(this.config.animationSpeed);
|
||||
this.sendNotification("CURRENTWEATHER_DATA", {data: data});
|
||||
},
|
||||
|
||||
/* scheduleUpdate()
|
||||
|
Reference in New Issue
Block a user