So i just installed this module. For some reason the name/devices does not get highlighted.
This is my code:
{
module: "MMM-NetworkScanner",
position: "top_left",
header: "Wie is er thuis?",
config: {
devices: [
{ macAddress: "xx:xx", name: "Dad", icon: "male"},
{ macAddress: "xx:xx", name: "Mum", icon: "female"},
{ macAddress: "xx:xx", name: "Son", icon: "male"},
{ macAddress: "xx:xx", name: "Daughter", icon: "female"}
],
showUnknown: false
},
Someone know why its not working?