Read the statement by Michael Teeuw here.
Downgrade Magic Mirror?
-
Stick of dynamite… hahahaahhha
-
@cowboysdude Thank you so much, it worked like a charm. After successfully welding an enclosure together to put the dynamite and RPi, I set it off. And BOOM! Magic Mirror is now running like a charm ;)
-
Just curious. Why do you want to downgrade?
-
@MichMich The only reason for me is I really love the ability to use the Remote Control module so I can easily remote access my mirrors. And I noticed in the new update that Http isn’t working, so I just want to go back to where I can remote access my mirrors.
-
strange… i use the actual version and remote control is working. i even updated the mirror with the remote control module XD worked fine :)
-
@cruunnerr that is strange indeed. I’m not sure what’s going on with my setup then. I mainly made this post because I discovered this one researching before posting: https://forum.magicmirror.builders/topic/5025/can-t-access-magic-mirror-via-http
-
well, i allowed to listen to all ip’s at all:
var config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on lo$ // - another specific IPv4/6 to listen on a specific$ // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "loc$ port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses // or add a specifi$ // ["127.0.0.1", ":$ // or IPv4 range of$ // ["127.0.0.1", ":$
Maybe thats the reason. I had a few problems with just allowing single ip dresses so i went to this option. But works fine, and i have a hardware firewall installed in my network so i hope that this is enough^^
for external access i use VPN
-
Well what do you know. It works now! My old code was this and it worked fine on older versions:
"ipWhitelist": [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.11.1/24", "::ffff:192.168.11.1/24" ]
But now that I put this it works fine, no need to downgrade now, much thanks:
"address": "0.0.0.0", "ipWhitelist": [ ]
-
great :)
first i tried it with “192.168.178.0/24”, too but couldn’t get it work. i read something about disabling IPv6 would help etc.
but however i am glad u got it working
-
@chaseb1357 said in Downgrade Magic Mirror?:
@cowboysdude Thank you so much, it worked like a charm. After successfully welding an enclosure together to put the dynamite and RPi, I set it off. And BOOM! Magic Mirror is now running like a charm ;)
HAHAHAHHHAHAHA Actually I just put 2.10 back on mine because well it works… LOL