Read the statement by Michael Teeuw here.
Internet-Monitor display issue
-
I installed the internet-monitor module from https://github.com/BrianHepler/internet-monitor .
It’s working fine and showing me speed for wifi or ethernet connections.
But on the screen I don’t get the labels above the two graphics that should say “Download Speed” and “Upload Speed”, and while I get the color and arc that shows the speed, I don’t get the white portion that completes the semi-circle.
I don’t see any option to turn the labels on or off and I am not seeing any error messages.
Wondering if anyone else had this issue?
-
@Richtw what position did you put it in?
-
thanks for asking
here is the portion of my config file for this module.
I tried changing it to “top_center” but it did not make a difference
{ module: 'internet-monitor', position: 'bottom_right', header: 'Internet Monitor', config:{ type: '', maxTime: 20000, updateInterval:3600000, verbose: false, serverId: '', displayStrength: false, displaySpeed: true, strengthIconSize: 80, maxGaugeScale: 1000, }, } -
just a quick follow-up: I created a VirtualBox instance with Debian and installed MagicMirror. the only extra module I added was the internet-monitor.
I set it for top_center.
the result is the same as I see on the pi - no labels on the gauges and the arc is only filled in for the colored part that indicates speed.
I am thinking it’s not an install error but some kind of issue with the package…perhaps an incompatibility with other updates?
-
@Richtw
did you do the npm install in the module folder? -
yes, for both of them
It does throw some warnings that I captured earlier:
rich@raspberrypi:~/MagicMirror/modules/internet-monitor $ npm install
added 359 packages, and audited 360 packages in 38s
99 packages are looking for funding
runnpm fundfor details5 vulnerabilities (2 moderate, 3 high)
Some issues need review, and may require choosing
a different dependency.Run
npm auditfor details.this happened on both the pi installation and the debian vbox version.
I ran the audit on the pi version:
npm audit report
got <=11.8.3
Severity: high
Got allows a redirect to a UNIX socket - https://github.com/advisories/GHSA-pfrx-2q88-qq97
Depends on vulnerable versions of cacheable-request
No fix available
node_modules/got
download >=4.0.0
Depends on vulnerable versions of got
node_modules/download
@lh2020/speedtest-net *
Depends on vulnerable versions of download
node_modules/speedtest-nethttp-cache-semantics <4.1.1
Severity: high
http-cache-semantics vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-rc47-6667-2j5j
No fix available
node_modules/http-cache-semantics
cacheable-request 0.1.0 - 2.1.4
Depends on vulnerable versions of http-cache-semantics
node_modules/cacheable-request5 vulnerabilities (2 moderate, 3 high)
Some issues need review, and may require choosing
a different dependency.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login