@bminer1 said in Revelation! A “Duh” moment with NetworkScanner module.:
@Mykle1 Could you share your Config?
{
module: 'MMM-NetworkScanner',
position: 'top_left',
config: {
devices: [
{ ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
{ ipAddress: "192.168.1.17", name: "Baby Jesus", icon: "futbol-o"},
{ ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
{ ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
{ ipAddress: "192.168.1.3", name: "Jason", icon: "fire-extinguisher"},
],
showUnknown: false, // shows devices found on the network even if not specified in the 'devices' option
showOffline: true, // shows devices specified in the 'devices' option even when offline
showLastSeen: false, // shows when the device was last seen e.g. "Device Name - last seen 5 minutes ago"
keepAlive: 300, // how long (in seconds) a device should be considered 'alive' since it was last found on the network
updateInterval: 10, // how often (in seconds) the module should scan the network
residents: [],
}
},