MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Internet-Monitor display issue

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 2 Posters 303 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      Richtw
      last edited by

      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?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Richtw
        last edited by

        @Richtw what position did you put it in?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          Richtw
          last edited by sdetweil

          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,
                                 },
                            }
          
          R 1 Reply Last reply Reply Quote 0
          • R Offline
            Richtw @Richtw
            last edited by

            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?

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Richtw
              last edited by

              @Richtw
              did you do the npm install in the module folder?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • R Offline
                Richtw
                last edited by

                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
                run npm fund for details

                5 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-net

                http-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-request

                5 vulnerabilities (2 moderate, 3 high)

                Some issues need review, and may require choosing
                a different dependency.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy