A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Manage MagicMirror by smartphone
-
Hello,
I try to use MMM-Remote-Control but i need help to configure config.js I paste this one in config.js but i got an error{ 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 },
Thanks you for your help.
-
What’s the error?
-
Please create a config file.
My config.js :{ 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 },
-
There is a comma missing but it’s not your fault. I looked at the repo and its missing from there. You don’t need the comments either so I removed them for you. Copy and paste this:
{ module: 'MMM-Remote-Control', position: 'bottom_left' },
-
Thanks you Mykle 1 !!!
-