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

Changing ipwhitelist prevents Mirror from loading correctly

Scheduled Pinned Locked Moved Troubleshooting
21 Posts 8 Posters 11.2k 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.
  • S Offline
    schlachtkreuzer6 @rcollie
    last edited by Sep 3, 2017, 2:02 PM

    @rcollie yep this works for me too, wierd!

    1 Reply Last reply Reply Quote 0
    • P Offline
      psteimann
      last edited by Sep 3, 2017, 5:30 PM

      How looks your config.js??

      S 1 Reply Last reply Sep 3, 2017, 5:48 PM Reply Quote 0
      • R Offline
        rcollie
        last edited by Sep 3, 2017, 5:37 PM

        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 Sep 3, 2017, 5:46 PM

          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
          • S Offline
            schlachtkreuzer6 @psteimann
            last edited by Sep 3, 2017, 5:48 PM

            @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 Sep 3, 2017, 5:58 PM

              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
              • R Offline
                rcollie
                last edited by Sep 3, 2017, 5:59 PM

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

                P 1 Reply Last reply Sep 3, 2017, 6:01 PM Reply Quote 0
                • P Offline
                  psteimann @rcollie
                  last edited by Sep 3, 2017, 6:01 PM

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

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rcollie
                    last edited by Sep 3, 2017, 6:04 PM

                    @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 Sep 3, 2017, 6:06 PM Reply Quote 0
                    • P Offline
                      psteimann @rcollie
                      last edited by Sep 3, 2017, 6:06 PM

                      @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
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        13/21
                        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