Read the statement by Michael Teeuw here.
Cannot load remote control page
-
Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror)
Hi, Thank you for creating this module in advance.
I’m having an issue connecting to 192.168.XXX.XXX:8080/remote.html. The page just hangs trying to load and then it says connection refused. I followed the steps from the Remote control module repository on GitHub and even re-installed the module couple of times.
No errors are shown in PM2 logs or in terminal. I whitelisted all “[]” but still no luck. I also checked the port 8080 and seems like only one process is listening to it, “electron.js” which I’m guessing is the magic mirror.
Any help would be appriciated.
-
@dimitriospafos said in Cannot load remote control page:
Any help would be appriciated.
Try this at the very beginning of your config.js file:
var config = { port: 8080, address: "0.0.0.0", ipWhitelist: [], // Set [] to allow all IP addressesThe addition of the
address: "0.0.0.0",should do it -
Thanks it worked!
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login