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.5k 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.
    • MichMichM Offline
      MichMich Admin
      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
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @chaseb1357
                    last edited by

                    @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

                    1 Reply Last reply Reply Quote 1
                    • K Offline
                      Kastore
                      last edited by

                      Yes i know this topic is old, but it is spot on what i look for.

                      How do I downgrade to an older version.

                      I cant find any git pullcommand and the copy and paste and keep getting errors…

                      2.3 worked like a charm and 2.4 keeps producing errors for me that I cant fix due to my lack of knowledge

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @Kastore
                        last edited by

                        @kastore

                        https://github.com/MichMich/MagicMirror/releases

                        Create a working config
                        How to add modules

                        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 Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy