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

MMM Remote dont work after update

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 4 Posters 3.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.
  • S Offline
    shotput2017
    last edited by Oct 2, 2017, 1:32 PM

    my IP White list:
    ipWhitelist: [
    “10.0.0.1/24”,
    “::ffff:10.0.0.1/120”,
    “127.0.0.1”,
    “::ffff:127.0.0.1”,
    “::1”

    1 Reply Last reply Reply Quote 0
    • R Offline
      randomnoise
      last edited by Oct 2, 2017, 6:48 PM

      Due to a change in one of the default configuration items since the latest version came out you need to put

      address:“0.0.0.0”,

      As a config item (not in your whitelist… This is a new line for your config)

      Note, setting to 0.0.0.0 is telling the mirror to use any interface. If you want you could replace that with your mirror’s ip address.

      1 Reply Last reply Reply Quote 1
      • M Offline
        Mykle1 Project Sponsor Module Developer @shotput2017
        last edited by Mykle1 Oct 2, 2017, 10:34 PM Oct 2, 2017, 10:22 PM

        @shotput2017

        As @randomnoise pointed out, editing your config.js file like this will solve your connection problem to the Remote-Control module

        var config = {
        	address: "0.0.0.0", // "localhost", // Address to listen on, can be:
        

        You can see that it is running on my MacBuntu and my iPhone. To use it remotely you still have to use http://192.168.1.21:8080/remote.html as your url but to view the mirror itself remotely you need to use http://192.168.1.21:8080/, at least in my case.

        0_1506983629998_IMG_2141.JPG
        0_1506983643020_IMG_2140.PNG

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 1
        • S Offline
          shotput2017
          last edited by Oct 3, 2017, 2:35 PM

          @Mykle1 said in MMM Remote dont work after update:

          address: “0.0.0.0”, // “localhost”, // Address to listen on, can be:

          hi mykle1 and randomnoise!
          thx for help. adding the adress line to config.js fixed the problem :-)

          greets
          shotput2017

          1 Reply Last reply Reply Quote 0
          • F Offline
            fox
            last edited by Oct 3, 2017, 2:48 PM

            After update it started with the same problem at me.
            First remote was down, then i made the fix from @roramirez :
            https://forum.magicmirror.builders/post/28921
            and now my complete MM is crashed and i dont know how to solve it.
            Only blank screen, i did several times a

            git pull & npm install
            

            Dont update! Never touch a running system

            Issues With MMM-WatchDog known?

            https://forum.magicmirror.builders/post/29827

            Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

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