Thanks - I did change the config to add one device “JoJo” with an IpAddress and I changed “Millie” from IpAddress to MacAddress (I am guessing that is why it is not showing in the ping result - but am not sure). I did not make any other changes to the config (apart from adding the debug line). There is no other bottom_center module and it clearly displays Devices Online “Loading…”, so I don’t think it’s the case that entries are being pushed off the page.
{
139 module: "MMM-NetworkScanner",
140 position: "bottom_center",
141 header: "Devices Online",
142 config: {
143 devices: [
144 { ipAddress: "192.168.1.11", name: "Champagne", icon: "server"},
145 { macAddress: "xxxx", name: "Millie", icon: "server"},
146 { ipAddress: "192.168.1.17", name: "Marmite", icon: "server"},
147 { ipAddress: "192.168.1.70", name: "JoJo", icon: "male"}
148 ],
149 showUnknown: false,
150 showOffline: true,
151 keepAlive: 600,
152 showLastSeen: true,
153 updateInterval: 30,
154 debug: true,
155 Password: 'xxxx'
156 }
157 },