Read the statement by Michael Teeuw here.
Magic Mirror Modules Not Working
-
@Kartik596 There’s some cruft (i.e.
_KEY
) at the bottom of your code. Is it in the actual file? To start, you can copy/paste your config into JSHint to catch any other syntax errors. -
@ninjabreadman yes key was in actual code. I used jslint.com for debugging the error was use space instead of tabs and there were many syntax errors that i Don’t think are valid
-
@Kartik596 I mean if you look at the very bottom of your code block, there is a
_KEY
that would cause a syntax error. However, I imagine this isn’t in your actual config. -
@ninjabreadman As i said it was there in original config file when i installed MM script. And as it said do not edit below this line so i kept it undisturbed
-
@Kartik596 It’s not in the original file, as seen here. It must be a typo introduced at some point.
-
Yeah you are right ! _KEY was a problem. Now most of the things are opening up but still phone notifications are not working and compliment section while editing or adding new compliments show the error and Don’t display anything on MM
-
@ninjabreadman https://github.com/ronny3050/phone-notification-mirror I used this module for push notification.