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.

    UNSOLVED Can't connect to MMM-Admin-Interface

    Troubleshooting
    2
    2
    678
    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.
    • H
      HCoyle last edited by

      Yes, I am a NOOB. But I do have some programming background. I recently installed MM 2.6.0 on a pi 3B+. Additionally, I installed the MMM-Admin-Interface module. While logged in via VNC to the pi, the program works fine. However, if I try to access the mirror on another computer (http://192.168.1.19:8080/MMM-Admin-Interface) I get the above mentioned error. My config file is pretty straightforward. I have tried every option that I have found, but still no luck. My .PM2 log has no errors. Any suggestions would be appreciated.

      The following is from my config.js file.

      var config = {

      address: "",
      

      // address: “127.0.0.1”, // Address to listen on, can be:
      // - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface
      // - another specific IPv4/6 to listen on a specific interface
      // - “”, “0.0.0.0”, “::” to listen on any interface
      // Default, when address config is left out, is “localhost”
      port: 8080,
      address: [“0.0.0.0”],

      // ipwhitelist: [“192.168.1.9”,“::1”],
      ipwhitelist: [],
      // ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses
      // or add a specific IPv4 of 192.168.1.5 :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],
      // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],

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

        @HCoyle said in Can't connect to MMM-Admin-Interface:

        address: [“0.0.0.0”],

        Try

        address: "0.0.0.0",

        Note: Only one entry for address. It appears you have two.

        Create a working config
        How to add modules

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