Re: Internet Monitor
I assumed I wold see a strength indicator symbol on the MagicMirror but since I am very new to this I might be way off. I am seeing the gauges but no wifi symbol. Here is the information in my config file. Any help appreciated.
module: "internet-monitor",
position: "bottom_center",
header: "Internet Monitor",
config: {
type: "",
maxTime: 7000,
updateInterval: 120000,
verbose: false,
displayStrength: true,
displaySpeed: true,
strengthIconsize: 80,
maxGaugeScale: 100,
wifiSymbol: {
size: 50,
fullColor: '#3afc25',
almostColor: '#fff0c',
halfColor: '#ff8c00',
noneColor: '#ff1111'
},
}
},