<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Internet-Monitor display issue]]></title><description><![CDATA[<p dir="auto">I installed the internet-monitor module from <a href="https://github.com/BrianHepler/internet-monitor" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/BrianHepler/internet-monitor</a> .</p>
<p dir="auto">It’s working fine and showing me speed for wifi or ethernet connections.</p>
<p dir="auto">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.</p>
<p dir="auto">I don’t see any option to turn the labels on or off and I am not seeing any error messages.</p>
<p dir="auto">Wondering if anyone else had this issue?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18723/internet-monitor-display-issue</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 19:50:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18723.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 May 2024 02:24:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Internet-Monitor display issue on Fri, 10 May 2024 14:02:53 GMT]]></title><description><![CDATA[<p dir="auto">yes, for both of them</p>
<p dir="auto">It does throw some warnings that I captured earlier:</p>
<p dir="auto">rich@raspberrypi:~/MagicMirror/modules/internet-monitor $ npm install</p>
<p dir="auto">added 359 packages, and audited 360 packages in 38s</p>
<p dir="auto">99 packages are looking for funding<br />
run <code>npm fund</code> for details</p>
<p dir="auto">5 vulnerabilities (2 moderate, 3 high)</p>
<p dir="auto">Some issues need review, and may require choosing<br />
a different dependency.</p>
<p dir="auto">Run <code>npm audit</code> for details.</p>
<p dir="auto">this happened on both the pi installation and the debian vbox version.</p>
<p dir="auto">I ran the audit on the pi version:</p>
<h1>npm audit report</h1>
<p dir="auto">got  &lt;=11.8.3<br />
Severity: high<br />
Got allows a redirect to a UNIX socket - <a href="https://github.com/advisories/GHSA-pfrx-2q88-qq97" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/advisories/GHSA-pfrx-2q88-qq97</a><br />
Depends on vulnerable versions of cacheable-request<br />
No fix available<br />
node_modules/got<br />
download  &gt;=4.0.0<br />
Depends on vulnerable versions of got<br />
node_modules/download<br />
@lh2020/speedtest-net  *<br />
Depends on vulnerable versions of download<br />
node_modules/speedtest-net</p>
<p dir="auto">http-cache-semantics  &lt;4.1.1<br />
Severity: high<br />
http-cache-semantics vulnerable to Regular Expression Denial of Service - <a href="https://github.com/advisories/GHSA-rc47-6667-2j5j" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/advisories/GHSA-rc47-6667-2j5j</a><br />
No fix available<br />
node_modules/http-cache-semantics<br />
cacheable-request  0.1.0 - 2.1.4<br />
Depends on vulnerable versions of http-cache-semantics<br />
node_modules/cacheable-request</p>
<p dir="auto">5 vulnerabilities (2 moderate, 3 high)</p>
<p dir="auto">Some issues need review, and may require choosing<br />
a different dependency.</p>
]]></description><link>https://forum.magicmirror.builders/post/117669</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117669</guid><dc:creator><![CDATA[Richtw]]></dc:creator><pubDate>Fri, 10 May 2024 14:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to Internet-Monitor display issue on Thu, 09 May 2024 22:07:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richtw" aria-label="Profile: Richtw">@<bdi>Richtw</bdi></a><br />
did you do the npm install in the module folder?</p>
]]></description><link>https://forum.magicmirror.builders/post/117641</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117641</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 May 2024 22:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to Internet-Monitor display issue on Thu, 09 May 2024 21:24:43 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">I set it for top_center.</p>
<p dir="auto">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.</p>
<p dir="auto">I am thinking it’s not an install error but some kind of issue with the package…perhaps an incompatibility with other updates?</p>
]]></description><link>https://forum.magicmirror.builders/post/117640</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117640</guid><dc:creator><![CDATA[Richtw]]></dc:creator><pubDate>Thu, 09 May 2024 21:24:43 GMT</pubDate></item><item><title><![CDATA[Reply to Internet-Monitor display issue on Wed, 08 May 2024 19:21:02 GMT]]></title><description><![CDATA[<p dir="auto">thanks for asking</p>
<p dir="auto">here is the portion of my config file for this module.</p>
<p dir="auto">I tried changing it to “top_center” but it did not make a difference</p>
<pre><code class="language-js">              {
                       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,
                       },
                  }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/117621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117621</guid><dc:creator><![CDATA[Richtw]]></dc:creator><pubDate>Wed, 08 May 2024 19:21:02 GMT</pubDate></item><item><title><![CDATA[Reply to Internet-Monitor display issue on Wed, 08 May 2024 02:40:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richtw" aria-label="Profile: Richtw">@<bdi>Richtw</bdi></a> what position  did you put it in?</p>
]]></description><link>https://forum.magicmirror.builders/post/117597</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117597</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 08 May 2024 02:40:40 GMT</pubDate></item></channel></rss>