MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
MMM-NetworkScanner (spitzlbergerj) Keep Alive
-
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, } }
-
Disregard the above issue. I solved it by using the fork by leveneg.
Happy days, all working as it should