Read the statement by Michael Teeuw here.
What does this mean?
-
I tried opening up my magic mirror after tinkering with the config a little and it wont! I have tried almost everything!
photoPlease help!
-
@DehJango you miss spelled a position
see
https://docs.magicmirror.builders/modules/configuration.html#module-configurationOR didn’t specify a module: entry
{ module: xxxx, position: config: { .. ... } }
-
@sdetweil
what do I do to specify a module entry? -
@DehJango i showed you one before
in the config.js modules:[] list
each looks like
{ module:"modulename", position: "whatever position", config: { .... module specific config options, ..... } } , // comma means more coming (another module entry) , ok to have extra commas, not ok to not have enough
read the topics in my signature below, helpful content from users before me…
oh, and MagicMirror is case sensitive (everywhere)
module is not the same as Module -
@sdetweil
It seems I had no problems -
@DehJango and u no longer get the error?
-
@sdetweil any other ideas?
-
@DehJango show me your config… you can send as a private message,
please don’t change anything…