A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Need help with internet monitor-module
-
Try this
module: "internet-monitor", position: "top_center", header: "Internet Monitor", config:{ type: "", maxTime: "20000", updateInterval: "0", verbose: "false", displayStrength: "true", displaySpeed: "true", strengthIconSize: "80", maxGaugeScale: "100", wifiSymbol:{ size: "50", fullColor: "#3afc25", almostColor: "#ffff0c", halfColor: "#ff8c00", noneColor: "#ff1111" } } }
-
That doesn’t make sense, the functions are expecting integer and boolean, not strings.
But maybe I found something while checking the module’s readme for the variables and default config:
“Please note that updateInterval has to be greater than maxTime”
-
My config entry:
{ module: 'internet-monitor', position: 'top_center', header: 'Internet Monitor', config:{ type: '', maxTime: 20000, updateInterval: 0, verbose: false, displayStrength: true, displaySpeed: true, strengthIconSize: 80, maxGaugeScale: 100, } },
And my result:
-
@Mykle1 I got it now! I just reinstalled it, tnx:)
-
Well done, mate.