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.

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

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 847 Views 1 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.
    • zdenekZ Offline
      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 Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy