internet-monitor
internet-monitor copied to clipboard
Monitors internet statistics such as strength and speed information on a smart mirror.
The Signal Strength icon is not showing when Signal Speed is set to false. It only shows up when displaySpeed and displayStrength are both set to true.
Everything is displaying but the test never runs on my raspberry pi3. It just sits there with 0Mbps.
My config: { module: 'internet-monitor', position: 'top_center', header: 'Hastighetskollen', config:{ type: 'minimal', maxTime: 20000, updateInterval: 300000, verbose: false, displayStrength: "false", displaySpeed: true, strengthIconSize: 80, maxGaugeScale: 25, } }, I would...
Following this thread: [Magic Mirror Forum - Internet Monitor](https://forum.magicmirror.builders/topic/625/internet-monitor/73) Speedtest was pulling servers from other side of the planet. I confirmed it was using China & Norway servers. Plus distance...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/ronny3050/test/github/e9acd533-e251-49df-b247-83f90fa0bdae/master..snyk-fix-10fe366d400f05e77d1a90603de8cfb0) for more details. #### Snyk Project: [ronny3050/internet-monitor:package.json](https://app.snyk.io/org/ronny3050/project/e9acd533-e251-49df-b247-83f90fa0bdae) ####...
The speed test result only showing 2 - 3 Mbps up and down in magic mirror even if speed test shows 30mbps up&down in this web service https://www.speedtest.net/
Hi! I try to disable display speed to show wifi icon only. If i desable display speed this is the result is this: https://imgur.com/a/26JL9gc If i disable "displayStrength" the result...
Hi, it's possible to have 2 different settings for 'maxGaugeScale' ? One for 'DL' and one for 'UL', often these 2 speeds are very different. Thanks for answers
My config: { module: 'internet-monitor', position: 'top_center', header: 'Hastighetskollen', config:{ type: 'minimal', maxTime: 20000, updateInterval: 300000, verbose: false, displayStrength: "false", displaySpeed: true, strengthIconSize: 80, maxGaugeScale: 25, } }, I would...