Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    MMM-NetworkScanner (spitzlbergerj) Keep Alive

    Troubleshooting
    1
    2
    53
    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
      jimus888 last edited by

      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
        jimus888 last edited by

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