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.

    MMM-NetworkScanner - "residents" are offline but they should be online

    Troubleshooting
    1
    1
    774
    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.
    • zdenek
      zdenek last edited by

      Hi all
      MMM-NetworkScanner module works, but whatever I put in “residents”, seems they are offline

      {
      module: ‘MMM-NetworkScanner’,
      position: ‘bottom_right’,
      config: {
      devices: [
      { ipAddress: “192.168.1.11”, name: “Mobile”, icon: “server”},
      ],
      showUnknown: false,
      debug: false,
      showOffline: true,
      keepAlive: 60,
      updateInterval: 30,
      residents: “Mobile”,
      showLastSeen: true,
      occupiedCMD: {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITORON’}},
      vacantCMD : {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITOROFF’}},
      }
      },

      IP 192.168.1.11 is on the same subnet as Raspberry, I can ping both from devices from my laptop (I can access 192.168.1.11 conf page), but the device name and icon are grey (offline). Any idea?
      I’ve tried IP, MAC - the same result, tried another IP (network printer) - also offline…

      thanks, Zdeněk

      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