Read the statement by Michael Teeuw here.
Can't access magic mirror via http ?
-
Hey experts
I was able to perform http request on my magic mirror but after some time it stopped working .i can’t access the remote from my mobile . Any idea how can I access from my extremal devices?Regards Saif
-
@saifkazi more detailed information is needed.
- Is your mobile phone is in the same network with your MM? (e.g. in your house)
- If not, you need static IP or DDNS service for your MM for accessing from outside network.
-
@Sean
No I am in the same network and I can’t access it with public IP of my router. I was able to access it before but now I can’t access it . -
@saifkazi If your mobile phone and MM are in same network,
ipWhitelist
in your config could be the problem. currently, many problems about ipWhitelist are reported. See the forum topics about that.(use search about ‘ipWhitelist’) -
@Sean
This problem started after updating mm and installing remote control -
-
@Sean
Just downgraded and all Is working good . Where I can get the link for magic mirror other version because my current version 2.1.0 doesn’t support modules like facial recognitionRegards saif
-
@saifkazi said in Can’t access magic mirror via http ?:
Where I can get the link for magic mirror other version
-
TLDR: You need to enable listening to all addresses (see the comment on the Github issue) in addition to the usual adaptation of the
ipWhitelist
. Add this line to yourconfig.js
:address: "0.0.0.0",
Since MagicMirror 2.1.3, the webserver only listens to the loopback interface be default. This removes any possible attack on the webserver for most users (not that their are any known attacks right now, but in times of mirai it is a good thing!), but unfortunately also effectively stops accessing the MagicMirror through HTTP and how the remote module currently works. If any developer has a good idea how to combine the best of both worlds, please let me know.
@saifkazi I suggest you update again and try it out.
-
So I have the same issues. I was wondering if there has been any developments on this subject over the past few months. Have any workarounds been discovered so I can finally remote access my Magic Mirror?