• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.1k 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.
  • C Offline
    chaseb1357
    last edited by Jan 5, 2018, 12:49 AM

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

    M 1 Reply Last reply Jan 5, 2018, 1:30 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @chaseb1357
      last edited by Jan 5, 2018, 1:30 AM

      @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
      • C Offline
        cowboysdude Module Developer
        last edited by Jan 5, 2018, 1:38 AM

        Stick of dynamite… hahahaahhha

        C 1 Reply Last reply Jan 5, 2018, 6:42 PM Reply Quote 0
        • C Offline
          chaseb1357 @cowboysdude
          last edited by Jan 5, 2018, 6:42 PM

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

          C 1 Reply Last reply Jan 6, 2018, 5:40 PM Reply Quote 1
          • M Offline
            MichMich Admin
            last edited by Jan 5, 2018, 7:26 PM

            Just curious. Why do you want to downgrade?

            C 1 Reply Last reply Jan 5, 2018, 8:28 PM Reply Quote 0
            • C Offline
              chaseb1357 @MichMich
              last edited by Jan 5, 2018, 8:28 PM

              @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
              • C Offline
                cruunnerr
                last edited by Jan 5, 2018, 8:53 PM

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

                C 1 Reply Last reply Jan 5, 2018, 8:57 PM Reply Quote 0
                • C Offline
                  chaseb1357 @cruunnerr
                  last edited by Jan 5, 2018, 8:57 PM

                  @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
                  • C Offline
                    cruunnerr
                    last edited by Jan 5, 2018, 9:02 PM

                    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
                    • C Offline
                      chaseb1357
                      last edited by Jan 5, 2018, 9:12 PM

                      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
                      1 / 2
                      • First post
                        4/14
                        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