Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
If I put this into the config.js its not working either:
{
module: “MMM-AssistantMk2”,
position: “top_left”,
config: {}
},what am I doing wrong?
-
be careful.
I have the impression that if you cut and paste from the web page some tabs & extra chars creep in.use jshint http://jshint.com/ to validate the file
-
what is the message? invalid configuration… bla bla?
-
Yes! when I start the mirror I get the page “configure.js”
can you help me to get paste in the right module code?
-
Paste in the jshint site. It will give you the exact line where an error is and what is expected.
90pc of the time it is correct.Other method: remove completely the section, paste it in a text only editor like text pad and the paste it back.
The rules for json are simple but it can get complicated with indents and nesting