ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

var network

detto65 opened this issue · comments

variable network is not declared in .js default values , giving errors

yes, new version crashes at line 40 in node_helper.js
"self.config.network" does not exist, may it should be "self.config.networkDevices" ?

commented

Potentially fixed by 160acbc