Read the statement by Michael Teeuw here.
Can't access magic mirror via http ?
-
-
@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?