Read the statement by Michael Teeuw here.
Manage MagicMirror by smartphone
-
Hello,
Is it possible to administer the magicmirror with a smartphone (change information or others)? If it’s possible how?
Have a good day. -
You can do some things with your phone using this
-
Well there once was an app for the phone for MM but the guy released it and never followed through with it…so it faded away… too bad too because it had really good potential to do exactly what you were looking for…
-
Thank you. I go to install this software quickly
-
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 !!!
-