Read the statement by Michael Teeuw here.
MM-Remote Android App
-
I agree sam but you know most user (like me) ⌠MM listen 8080 on internet expose âŚ
if ip found ⌠itâs the open for Remote control :)
browser command or androidapp -> no user /pass requiredwhat 's why i warn :)
-
I have not setup your app yet , every time I add the remote file to my config in stop what am I doing wrong
{
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
config: {
customCommand: {}, // Optional, See âUsing Custom Commandsâ below
customMenu: âcustom_menu.jsonâ, // Optional, See âCustom Menu Itemsâ below
showModuleApiMenu: true, // Optional, Enable the Module Controls menu
apiKey: ââ, // Optional, See API/README.md for details
}
},I set this up on my old mirror and it worked please change the code so it will work.
or am I just pasting it in wrong? -
@videogame95 said in MM-Remote Android App:
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
config: {rulesâŚ
the thing to the left of : does NOT need to be quoted
if the next line starts with a word (config, foo, address), then THIS line needs a trailing , at the end ( comments // on a line mean the , has to be IN FRONT of the //
the thing AFTER the : if a number or true, does NOT need to be quoted
otherwise if it is a word, or contains letters, it MUST be quoted âfredâ, â0912drbâ single or double doesnât matter as long as they are the sameso, given that, you should be able to fix this module definitionâŚ
-
@videogame95 in addition to the explanations of @sdetweil you can also start your MagicMirror in the console to get hints at problems in your config.js.
First to go to the MagicMirror folder type
cd ~/MagicMirror
in your terminal.
Thennpm start
to start the mirror.Now you should see some log messages in the terminal. If there is an error in your config.js there should also be an error message in between the logs. This message will tell you, around which line in the config.js the error occurs.
Something like:WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:361
In the config you posted, you are missing for example a
,
after âMMM-Remote-Controlâ -
@Klettner I will give a try hope so đ¤đ¤