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-Control] Can not access remote control module
-
Hi,
first of all, thank you for this module.
I have whitelisted my iPs. But i get:Cannot GET /remote.html
-
@fox Do you have added the whitelistsection to the config?
-
Yes. I get also the whole screen in browser with
192.168.188.50:8080 -
@fox can u Post the whitelistsection?
-
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.188.42", "::ffff:192.168.188.48", "::ffff:192.168.188.35"],
-
@fox i see, that the ip 192.168.188.50 isn’t a Part of the ipwhitelist
-
@ostfilinchen
i thought the whitelistened IPs are from the caller devices…this
"::ffff:192.168.188.1/24",
gives me the whole local network, is that correct?
-
@fox yeah. That’s right.
-
@ostfilinchen said in MMM-Remote-Control:
@fox yeah. That’s right.
i solved it. The access rights were the problem:
chmod -R 777 MMM-Remote-Control/
-
@fox I also have this issue, but using this line of code did not appear to solve my issue. I assume I run this in the /modules folder? Thank you for your help.