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.

    Changing ipwhitelist prevents Mirror from loading correctly

    Scheduled Pinned Locked Moved Troubleshooting
    21 Posts 8 Posters 14.4k Views 7 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.
    • rcollieR Offline
      rcollie
      last edited by

      Any changes I make to ipwhitelist prevent (or so it appears) MM from loading. This is true of anything I change it to other than the default. Everything seems to load normally―Pi boots up, desktop loads, launches MM. But, when the screen should load no modules populate. It just sits there… black… taunting me.

      I originally intended to use the whitelist filtering to tie into the Remote Control module, but that loads correctly. I can’t get it to allow access but I think that’s a result of whatever the hell is causing mirror to not load correctly.

      Any thoughts?

      So far I’ve tried every possible configuration, and variation of functioning (or should be) ip addresses, and/or ranges.

      I’ve tried including IPv6

      I’ve loaded a fresh, untouched config.js, made only changes to the whitelist and I get the same result.

      I’ve done everything I can think of short of reinstalling mirror and It’s dependancies.

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @rcollie
        last edited by

        @rcollie would be good to actually see what you tried exactly. Also can you check for errors in the electron console? and for logs in the terminal?

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 0
        • rcollieR Offline
          rcollie
          last edited by

          I can copy and paste the contents of config.js, but the issue occurs on the unaltered sample as well. Any change made to ipwhitelist causes the issue. At present there’s nothing listed―it’s default. So, the issue doesn’t occur. If I change it to:

          var config = {
          port: 8080,
          ipWhitelist: [],

          the issue occurs. It happens with any, and all ip variations. Hence my reason for not copying and pasting each one―it doesn’t matter what I change it to.

          I haven’t looked at the electron logs, because I can’t find them. I assumed they’d be in ~/.config/Electron/ , but they aren’t. Are they located elsewhere, or do they have to be compiled or exported to a file?

          1 Reply Last reply Reply Quote 0
          • U Offline
            Ultimatum22 Module Developer
            last edited by

            Do you have the master or develop branch? I noticed this issue on the develop branch but “ipWhitelist: []” works for me on the master branch without issues.

            1 Reply Last reply Reply Quote 0
            • SnilleS Offline
              Snille Module Developer
              last edited by

              @rcollie I’m on develop branch and I’m using this to be able to access the mirror from anywhere (inside my network). I had to add the “address: “0.0.0.0”.” some time ago… :)

              var config = {
              	port: 8080,
              	ipWhitelist: [],
              	address: "0.0.0.0",
              ...
              

              Try it… :)

              If you cant find it, make it and share it!
              Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

              schlachtkreuzer6S 1 Reply Last reply Reply Quote 1
              • P Offline
                pingywon
                last edited by

                I am having the same issue as op and the last post doesnt help. Whenever I change the white list to anything other then default i just get a blank screen with MM

                1 Reply Last reply Reply Quote 0
                • rcollieR Offline
                  rcollie
                  last edited by

                  I’m not running the dev.

                  I also tried what you suggested Snille with no change.

                  1 Reply Last reply Reply Quote 0
                  • rcollieR Offline
                    rcollie
                    last edited by

                    Alright… Well… It makes no sense (not that it has thus far anyway) but I was playing with different configurations of ipwhitelist today, and all of the sudden

                    var config = {
                    		port: 8080,
                    		ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.0/28", "::ffff:192.168.2.0/28", "::ffff:192.168.3.0/28", "192.168.2.219"],
                    

                    worked. The computer I’m working from is the last IP. Literally changed nothing else.

                    As far as I can figure just adding mine the the end of the default, for some reason works. Changing anything else (tested by changing it a few more times before coming back to this) broke it again. So this is literally the only way I can get it to work. Which… makes absolutely no sense.

                    I’m not going to question it anymore at this point. Just enjoy the fact that its working.

                    Maybe this will do something for you too @pingywon Just replace the last IP with your own.

                    schlachtkreuzer6S 1 Reply Last reply Reply Quote 2
                    • P Offline
                      pingywon
                      last edited by

                      I have come to the same conclusion on my own today. added the single ip of my work station and was able to get access. This works for now, but it is not a long term solution. I installed MMM-admin-panel and want to able to access the mirror from pretty much any ip inside my network.

                      Im going to do some more testing on monday…but im afraid I might have to add every darn IP in my internal DHCP scope just to not have to worry about it.

                      I agree it makes NO SENSE! :)

                      In the meantime let me know if you come up with any other developments.

                      Thank you

                      1 Reply Last reply Reply Quote 0
                      • schlachtkreuzer6S Offline
                        schlachtkreuzer6 @Snille
                        last edited by

                        @Snille When I try this, the log stopped at this point:

                        0|mm | Connecting socket for: MMM-Fuel
                        0|mm | Starting module helper: MMM-Fuel
                        0|mm | Sockets connected & modules started …
                        0|mm | Launching application.
                        0|mm | Access denied to IP address: 0.0.0.0/0

                        1 Reply Last reply Reply Quote 0
                        • schlachtkreuzer6S Offline
                          schlachtkreuzer6 @rcollie
                          last edited by

                          @rcollie yep this works for me too, wierd!

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            psteimann
                            last edited by

                            How looks your config.js??

                            schlachtkreuzer6S 1 Reply Last reply Reply Quote 0
                            • rcollieR Offline
                              rcollie
                              last edited by

                              Mine looks like this:

                              var config = {
                              port: 8080,
                              ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”, “::ffff:192.168.3.0/28”, “192.168.2.219”, “192.168.2.3”, “192.168.2.72”, “192.168.2.78”],

                              language: “en”,
                              timeFormat: 12,
                              units: “imperial”,

                              modules: [
                              
                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                psteimann
                                last edited by

                                ok. try to split it into 2 entries…

                                pWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”],

                                …

                                you are sure that port 8080 is not used by annother application or blocked by your firewall??

                                First, try the first entry only and then add the second-one

                                ( I used /24 instead /28, works here…)

                                remove the " ," after the font?

                                1 Reply Last reply Reply Quote 0
                                • schlachtkreuzer6S Offline
                                  schlachtkreuzer6 @psteimann
                                  last edited by

                                  @psteimann /

                                  var config = {
                                  port: 8080,
                                  ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”, “::ffff:192.168.3.0/28”, “10.0.0.16”],

                                  language: "de",
                                  modules: [
                                  	{.....
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    psteimann
                                    last edited by

                                    var config = {
                                    port: 8088,
                                    ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.1.1/24”,“192.168.1.1/24”],
                                    ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:178.198.19.1/24”,“178.198.19.1/24”],
                                    language: “de”,
                                    timeFormat: 24,
                                    units: “metric”,

                                    modules: [
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • rcollieR Offline
                                      rcollie
                                      last edited by

                                      @psteimann I may have misunderstood. Are you asking for help or offering suggestions?

                                      P 1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        psteimann @rcollie
                                        last edited by

                                        @rcollie thats the way it works here…:-)

                                        1 Reply Last reply Reply Quote 0
                                        • rcollieR Offline
                                          rcollie
                                          last edited by

                                          @psteimann I’m still not understanding your intent. I’ve posted a solution (really a workaround), so I’m not clear as to whether you’re trying to help solve a problem that I’ve already solved, or if you are asking for help.

                                          P 1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            psteimann @rcollie
                                            last edited by

                                            @rcollie if it works in your way, then its ok. My works also, so just an alternative “help”…

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 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