Read the statement by Michael Teeuw here.
ipWhitelist HowTo
-
This post is deleted! -
I have tried all of the suggestions to get MMM-Remote-Control to work and I cannot figure anything out. Any help would be appreciated. I keep getting
Cannot GET /remote.html
and I’m not sure what to do from here. -
That doesn’t sound like an ipWhitelist problem. Did you install MMM-Remote-Control per the instructions? If so, what exactly are you getting your error message on and what are the IPs of your magicmirror and device?
-
This post is deleted! -
Please help me out, i do all the things whatever consulted in forum to access the remote control, but it is not working from my phone, or any other devices.
It just working on the pc from where raspberry pi is operated through vnc.
Please, help me. My project submission date is too close, please help. -
-
@gjones444
hi
you must configure your config.js and maybe your interent router.This is my adress for global access to the mm2 via internet browser
http://raspi-mm2.xxxxxxxxxxxxxx.myfritz.net:8116/
an this is a part of my configuration in my config .js
var config = { address: "0.0.0.0", port: 8116, ipWhitelist: [],
-
-
@veejae addess: “localhost”, means listen ONLY inside (from myself)…
change to address: “0.0.0.0” (listen from anywhere)
-
This post is deleted!