A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Help mmm- buienrader
-
can someone tell me what goes wrong if I have installed everything at modulles and then want to copy the code and tell the mirror that it doesn’t work just like now at mm-buienrader what am I doing wrong![alt text]
-
You have two unclosed brackets and a missing comma.
it should look like this :
{ module: 'MMM-Buienradar', position: 'top_left', config: { lat: 52.1015474, lon: 5.1758052, forecast: true, zoom: 1, interval: 10 } },
not like this :
{ module: 'MMM-Buienradar', position: 'top_left', config: { lat: 52.1015474, lon: 5.1758052, forecast: true, zoom: 1, interval: 10 } } ] }
-
a thank you :face_blowing_a_kiss: :face_blowing_a_kiss: :face_blowing_a_kiss: