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-Lunartic not working
-
This post is deleted! -
@Mykle1 After making the changes mentioned, for some odd reason, I’m just getting “When the Moon hits your eye…”
Not sure how to fix it :/ -
The only change is swapping the MMM-Lunartic.js file with the one that is in the temporary fix folder.
-
@Mykle1 It seems that changing single quotes to double quotes in the lines below made it work:
module: ‘MMM-Lunartic’,
position: ‘bottom_center’ ,module: “MMM-Lunartic”,
position: “bottom_center” ,Not sure why, but thanks! The moon looks incredible O_O
-
@djarufes said in MMM-Lunartic not working:
but thanks! The moon looks incredible
Glad you got it working. The config sample entry in the repo does not have double quotes on those so I don’t know where you got them from. :-)