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

MMM-NetworkScanner (spitzlbergerj) Keep Alive

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 1 Posters 343 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.
  • J Offline
    jimus888
    last edited by Nov 30, 2020, 11:35 PM

    Re: MMM-NetworkScanner (spitzlbergerj)

    Hi,
    I’m using this module at the moment but am having trouble with the ‘keep alive’ function.
    I believe the keep alive is supposed to keep the network icon on the mirror for a set period of time after a successful scan/presence check. My module does not do this, if the network device is not detected during the scan it is shown offline instantly, (no time delay of 15 mins)
    Below is my current code. Any ideas???

    Thanks

                {
                        module: "MMM-NetworkScanner",
                        position: "bottom_center",
                        config: {
                                devices: [
                                        {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "apple"},
                                        {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "laptop"},
                                        {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "laptop"},
                                        ],
                                showUnknown: false,
                                showOffline: false,
                                updateInterval: 30,
                                keepAlive: 900,
                                }
                }
    
    1 Reply Last reply Reply Quote 0
    • J Offline
      jimus888
      last edited by Dec 3, 2020, 12:06 AM

      Disregard the above issue. I solved it by using the fork by leveneg.
      Happy days, all working as it should :)

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/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