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 Remote Controle - starting issus
-
@ernst-jan said in MMM Remote Controle - starting issus:
{ module: ‘MMM-Remote-Control’ // uncomment the following line to show the URL of the remote control on the mirror position: ‘bottom_left’ // you can hide this module afterwards from the remote control itself } },
i am missing a semilicon
type this
, position: ‘bottom_left’ -
@robiv8 two close brace, only one open
Comma Missing after the module line
-
@robiv8 said in MMM Remote Controle - starting issus:
You are right! 1 close brace are to muchAnd comma missing:
This{ module: ‘MMM-Remote-Control’ , position: ‘bottom_left’ },
or this
{ module: ‘MMM-Remote-Control’, position: ‘bottom_left’ },
is the same.