A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-NOAA V3.0 doesn't see anything
-
@alvaron14 Try adding position under NOAA3 in your config.js
-
@kurtern84 @cowboysdude
Ty the problem was the position, my new functional code:{ module: 'MMM-NOAA3', position: "top_right", config: { provider: "Yahoo", airKey: "T624yBx9xxxxxxxxx", css: "NOAA3", // THIS MUST CONTAIN A CSS STYLE NAME updateInterval: 15 * 60 * 1000 // every 15 minutes or whatever you choose but make sure you have an api that will allow that many calls per day!!! } },
-
@alvaron14 Np! :)
-
@kurtern84 Thank you for the help!! :) Great catch!
-
@cowboysdude no problem mate! 😊