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

Disable ipWhitelist

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 1.8k 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 Nov 29, 2017, 3:48 PM

    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

    M 1 Reply Last reply Nov 29, 2017, 5:28 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @greda
      last edited by Nov 29, 2017, 5:28 PM

      @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 Nov 29, 2017, 8:14 PM

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

        M 1 Reply Last reply Nov 29, 2017, 8:35 PM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @greda
          last edited by Nov 29, 2017, 8:35 PM

          @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
          1 / 1
          • First post
            3/4
            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