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

Can't connect to MMM-Admin-Interface

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 927 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.
  • H Offline
    HCoyle
    last edited by Mar 5, 2019, 12:58 AM

    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”],

    M 1 Reply Last reply Mar 5, 2019, 1:08 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @HCoyle
      last edited by Mykle1 Mar 5, 2019, 1:09 AM Mar 5, 2019, 1:08 AM

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