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.

    pm2 doesn't start after mm update

    Scheduled Pinned Locked Moved Troubleshooting
    18 Posts 4 Posters 10.6k Views 3 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.
    • K Offline
      kurt @Mykle1
      last edited by

      @Mykle1
      Hi Mykle1 and Thank you for your help so much!
      After I followed your help step by step the mirror appeared again, but I was suprised when I put all my modul folder into the “new mm”, that together with the old config. file everything worked out fine. Could’t believe that it was that easy.
      But still I have two more things where I could’t get a for me clear solution in the forum:

      DeprecationWarning: sys is deprecated. Use util instead.
      

      and the second thing is, that I can`t find the Remote control funktion on my mobile phone, as I found it bevor. Here is the part of my config.
      Is there the “0.0.0.0” in ipWhitelist missing, and if yes, where to put it?
      Kurt

      var config = 
      {
      	electronOptions: {
      		
      	},
      	  ipWhitelist: [
      		"::fff:0.0.0.0/1",
      		"::fff:128.0.0.0/2",
      		"::fff:192.0.0.0/3",
      		"::fff:224.0.0.0/4",
      		"127.0.0.1",
      		"::ffff:127.0.0.1",
      		"::1"
      	],
      
      Mykle1M 1 Reply Last reply Reply Quote 1
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @kurt
        last edited by

        @kurt said in pm2 doesn’t start after mm update:

        After I followed your help step by step the mirror appeared again, but I was suprised when I put all my modul folder into the “new mm”, that together with the old config. file everything worked out fine.

        You got lucky. The step by step says one at a time. I’m just saying. :^)

        DeprecationWarning: sys is deprecated. Use util instead.

        Probably, one of the modules you are using has a dependency that is outdated or no longer supported. It has nothing to do with the MM software. You can ignore that warning.

        and the second thing is, that I can`t find the Remote control funktion on my mobile phone, as I found it bevor. Here is the part of my config.
        Is there the “0.0.0.0” in ipWhitelist missing, and if yes, where to put it?

        This has been discussed lately on the forum. Do a search by clicking the little magnifying glass, top right of the forum window. If you can’t find an answer, come back here and tell me.

        :^)

        Create a working config
        How to add modules

        K 1 Reply Last reply Reply Quote 1
        • K Offline
          kurt @Mykle1
          last edited by

          @Mykle1
          I tried several changes to my ipWhitelist after I read the posts in https://forum.magicmirror.builders/topic/5015/after-update-to-mirror-to-2-1-3-no-working-whitlist
          but I couldn’t get it right. So I hope you can.
          Thank you in advance
          Kurt

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

            @kurt said in pm2 doesn’t start after mm update:

            but I couldn’t get it right. So I hope you can.

            That’s a lot of pressure. :^)

            Try this at the very beginning of your config.js file, so it looks like this:

            var config = {
            	port: 8080,
                    address: "0.0.0.0",
            	ipWhitelist: [], // Set [] to allow all IP addresses.
            

            Create a working config
            How to add modules

            K 1 Reply Last reply Reply Quote 2
            • K Offline
              kurt @Mykle1
              last edited by

              @Mykle1
              Sorry for feeling presure, but you made it again! Works like a charm!
              Once again Thank you!
              Kurt

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

                @kurt said in pm2 doesn’t start after mm update:

                Sorry for feeling presure, but you made it again! Works like a charm!
                Once again Thank you!

                No worries mate. I’m glad you’re up and running again!

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 2 / 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