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

Issue with White list IP(s) not working :(

Scheduled Pinned Locked Moved Troubleshooting
23 Posts 11 Posters 13.1k Views 12 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.
  • R Offline
    roramirez Core Contributors
    last edited by Sep 5, 2017, 2:08 AM

    So, After a research about all this mess it up, the problem was a bug inside of ipfilter and MagicMirror too. When I added inside the sample config I’ve using express-ipfilter@0.2.4 In this version has a bug was fixed in 0.3.1 https://github.com/baminteractive/express-ipfilter/commit/4adc5dc33e6ef5086e36a7a56184da7cdcd056bf

    The bug for MagicMirror was fixed some weeks ago,
    https://github.com/MichMich/MagicMirror/commit/a7297d2685f5ed9b6b34df496065f05ee0d36568

    You can using now the develop branch or install express-ipfilter previous of the 0.3.1

    Easy module development with MagicMirror Module Template

    M P 2 Replies Last reply Sep 5, 2017, 2:12 AM Reply Quote 2
    • M Offline
      Mykle1 Project Sponsor Module Developer @roramirez
      last edited by Sep 5, 2017, 2:12 AM

      @roramirez said in Issue with White list IP(s) not working :(:

      You can using now the develop branch or install express-ipfilter previous of the 0.3.1

      Ahh, thank you! :^)

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • P Offline
        psteimann @roramirez
        last edited by Sep 5, 2017, 11:23 AM

        @roramirez does that mean that I only have to do an

        npm install express-ipfilter

        from the rooter with my console, if I have the actual magic mirror installed?

        tnx

        Peter

        1 Reply Last reply Reply Quote 0
        • R Offline
          rcollie
          last edited by Sep 13, 2017, 5:39 PM

          Nice one.

          1 Reply Last reply Reply Quote 0
          • Y Offline
            yours.mukul
            last edited by Sep 22, 2017, 8:53 PM

            How to white list all IP(s), to make magicmirror public??

            1 Reply Last reply Reply Quote 0
            • D Offline
              daikaiju @Mykle1
              last edited by Jul 15, 2018, 1:19 AM

              Disabling IPv6 fixed the issue for me.

              1 Reply Last reply Reply Quote 1
              • K Offline
                knubbl
                last edited by Jul 19, 2018, 1:37 PM

                where did u disable it?

                B D 2 Replies Last reply Jul 20, 2018, 4:42 AM Reply Quote 0
                • B Offline
                  bhepler Module Developer @knubbl
                  last edited by bhepler Jul 20, 2018, 4:43 AM Jul 20, 2018, 4:42 AM

                  @knubbl - It will be at your router. It depends on the brand, but this sort of thing is usually in the advanced menu.

                  … or you could follow the instructions in the post here.

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    daikaiju @knubbl
                    last edited by Jul 22, 2018, 3:20 PM

                    @knubbl https://www.leowkahman.com/2016/03/19/disable-ipv6-raspberry-raspbian/

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      chef
                      last edited by chef Jul 22, 2018, 4:23 PM Jul 22, 2018, 4:12 PM

                      Are you giving your raspberry pi an ip address of “0.0.0.0”?

                      Why?

                      The address line should be the IP address of your pi.

                      Having it listen on any interface hasn’t really worked well.

                      Then the whitelist is an array of ip address. If you leave it empy (ex. []) then all the devices on your network will be able to access your mirror.

                      This is what mine looks like:

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

                      This especially makes a difference when using the “Restfull-ish” API. It is necessary to give the address line an ip address :)

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