A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Remote Control MagicMirror cannot load webpage
-
I’m having an issue connecting to 192.168.XXX.XXX:8080/remote.html. i have tried various ip whitelist, Magic mirror runs fine without any errors.
i currently have this on config.js file
var config = {
port: 8080,
address: “0.0.0.0”,
ipWhitelist: [ ],Using this gives me : “Cannot GET /remote.html”
-