Read the statement by Michael Teeuw here.
Internet-Monitor display 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 fund
for details5 vulnerabilities (2 moderate, 3 high)
Some issues need review, and may require choosing
a different dependency.Run
npm audit
for 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.