MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Downgrade Magic Mirror?

    Scheduled Pinned Locked Moved Troubleshooting
    14 Posts 6 Posters 8.8k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @chaseb1357
      last edited by

      @chaseb1357

      Rename your current MagicMirror folder to something else.
      Install the MM version of your choice.
      Move your modules into the new MagicMirror folder.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by

        Stick of dynamite… hahahaahhha

        chaseb1357C 1 Reply Last reply Reply Quote 0
        • chaseb1357C Offline
          chaseb1357 @cowboysdude
          last edited by

          @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 ;)

          cowboysdudeC 1 Reply Last reply Reply Quote 1
          • MichMichM Offline
            MichMich
            last edited by

            Just curious. Why do you want to downgrade?

            chaseb1357C 1 Reply Last reply Reply Quote 0
            • chaseb1357C Offline
              chaseb1357 @MichMich
              last edited by

              @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.

              1 Reply Last reply Reply Quote 0
              • cruunnerrC Offline
                cruunnerr
                last edited by

                strange… i use the actual version and remote control is working. i even updated the mirror with the remote control module XD worked fine :)

                chaseb1357C 1 Reply Last reply Reply Quote 0
                • chaseb1357C Offline
                  chaseb1357 @cruunnerr
                  last edited by

                  @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

                  1 Reply Last reply Reply Quote 0
                  • cruunnerrC Offline
                    cruunnerr
                    last edited by

                    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

                    1 Reply Last reply Reply Quote 1
                    • chaseb1357C Offline
                      chaseb1357
                      last edited by

                      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": [
                      	]
                      
                      1 Reply Last reply Reply Quote 0
                      • cruunnerrC Offline
                        cruunnerr
                        last edited by

                        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

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy