Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Downgrade Magic Mirror?

    Troubleshooting
    6
    14
    4324
    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.
    • chaseb1357
      chaseb1357 last edited by

      What’s the best way to go about downgrading the magic mirror software but keeping all modules intact?

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        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.

        1 Reply Last reply Reply Quote 2
        • cowboysdude
          cowboysdude Project Sponsor Module Developer last edited by

          Stick of dynamite… hahahaahhha

          chaseb1357 1 Reply Last reply Reply Quote 0
          • chaseb1357
            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 😉

            cowboysdude 1 Reply Last reply Reply Quote 1
            • MichMich
              MichMich Admin last edited by

              Just curious. Why do you want to downgrade?

              chaseb1357 1 Reply Last reply Reply Quote 0
              • chaseb1357
                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
                • cruunnerr
                  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 🙂

                  chaseb1357 1 Reply Last reply Reply Quote 0
                  • chaseb1357
                    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
                    • cruunnerr
                      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
                      • chaseb1357
                        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
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy