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

After update to Mirror to 2.1.3 - no working Whitlist

Scheduled Pinned Locked Moved Solved Troubleshooting
33 Posts 18 Posters 24.0k Views 18 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.
  • D Offline
    d3r
    last edited by Oct 1, 2017, 5:44 PM

    Had the same issue. added

    address:"0.0.0.0",
    

    to the config and it’s working again.
    https://github.com/MichMich/MagicMirror/issues/1036

    R 1 Reply Last reply Oct 1, 2017, 6:49 PM Reply Quote 2
    • M Offline
      MichMich Admin
      last edited by Oct 1, 2017, 5:52 PM

      Thanks d3r!

      1 Reply Last reply Reply Quote 1
      • R Offline
        roramirez Core Contributors
        last edited by roramirez Oct 1, 2017, 6:20 PM Oct 1, 2017, 6:18 PM

        That happens because the release 2.1.3 was introduced a new change to make more secure the MagicMirror, to prevent open all interfaces to world. So, now from 2.1.3 the default values for address is localhost instead of 0.0.0.0… so …be careful to set this value.

        Easy module development with MagicMirror Module Template

        S F 2 Replies Last reply Oct 1, 2017, 6:38 PM Reply Quote 0
        • S Offline
          Sandy2503 @roramirez
          last edited by Oct 1, 2017, 6:38 PM

          @roramirez - and how can i now access to my mirror from my homenetwork ?

          What do i have to do ???

          Sandy

          R 1 Reply Last reply Oct 1, 2017, 8:27 PM Reply Quote 0
          • R Offline
            randomnoise @d3r
            last edited by Oct 1, 2017, 6:49 PM

            @d3r said in After update to Mirror to 2.1.3 - no working Whitlist:

            address:“0.0.0.0”,

            Thanks d3r, this was indeed the solution.

            F 1 Reply Last reply Oct 3, 2017, 7:14 AM Reply Quote 1
            • R Offline
              roramirez Core Contributors @Sandy2503
              last edited by Oct 1, 2017, 8:27 PM

              @Sandy2503 said in After update to Mirror to 2.1.3 - no working Whitlist:

              What do i have to do ???

              Set the IP address of your MagicMirror there.

              Easy module development with MagicMirror Module Template

              1 Reply Last reply Reply Quote 1
              • K Offline
                knubbl
                last edited by Oct 2, 2017, 5:37 PM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • F Offline
                  fox @randomnoise
                  last edited by Oct 3, 2017, 7:14 AM

                  @randomnoise said in After update to Mirror to 2.1.3 - no working Whitlist:

                  @d3r said in After update to Mirror to 2.1.3 - no working Whitlist:

                  address:“0.0.0.0”,

                  Thanks d3r, this was indeed the solution.

                  And how is the syntax?
                  Something like this?

                  var config =
                  {
                          electronOptions: {
                  
                          },
                          ipWhitelist: [
                                  "127.0.0.1",
                                  "0.0.0.0",
                                  "::ffff:127.0.0.1",
                                  "::1",
                                  "::ffff:192.168.188.42",
                                  "192.168.188.1/24",
                                  "::ffff:192.168.188.50"
                          ],
                  
                  

                  that does not work for me, before the update my MM was working really fine.
                  Also MMM-iFrameReload is not working anymore :(

                  Issues With MMM-WatchDog known?

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

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

                  R 1 Reply Last reply Oct 3, 2017, 7:44 AM Reply Quote 0
                  • R Offline
                    randomnoise @fox
                    last edited by Oct 3, 2017, 7:44 AM

                    @fox this doesn’t go within the whitelist section it has to go after the comma at the end of your whitelist section.

                    It is its own config parameter.

                    address:“0.0.0.0”,

                    1 Reply Last reply Reply Quote 1
                    • F Offline
                      fox @roramirez
                      last edited by Oct 3, 2017, 8:08 AM

                      @randomnoise thank you for clarifying.

                      @roramirez said in After update to Mirror to 2.1.3 - no working Whitlist:

                      That happens because the release 2.1.3 was introduced a new change to make more secure the MagicMirror, to prevent open all interfaces to world. So, now from 2.1.3 the default values for address is localhost instead of 0.0.0.0… so …be careful to set this value.

                      i tried your fix: https://github.com/MichMich/MagicMirror/issues/1036#issuecomment-333243474
                      now MM crashed. With “pm2 logs mm” only weird errors appear :(
                      Was that thing with the developer checkout really intended to remain a stable MM?

                      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
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        10/33
                        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