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.

    Disable ipWhitelist

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 1.9k Views 2 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.
    • G Offline
      greda
      last edited by

      Hi,
      I want to disable ipWhitelist
      I put in config.js this one :
      var config = {
      port: 8080,
      ipWhitelist: []
      But impossible to open page MagicMirror with http://192.168.x.x:8080
      Thank you

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @greda
        last edited by

        @greda

        Try:

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

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 3
        • G Offline
          greda
          last edited by

          Thank you so much Mukle1.
          it’s ok now.

          Mykle1M 1 Reply Last reply Reply Quote 1
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @greda
            last edited by

            @greda said in Disable ipWhitelist:

            Thank you so much Mukle1.

            Cheers!

            Create a working config
            How to add modules

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