MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Disable ipWhitelist

    Troubleshooting
    2
    4
    1460
    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
      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

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        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
          greda last edited by

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

          Mykle1 1 Reply Last reply Reply Quote 1
          • Mykle1
            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy