• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 357 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.
  • S Offline
    sdetweil @Richtw
    last edited by May 8, 2024, 2:40 AM

    @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 May 8, 2024, 7:21 PM May 8, 2024, 7:17 PM

      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 May 9, 2024, 9:24 PM Reply Quote 0
      • R Offline
        Richtw @Richtw
        last edited by May 9, 2024, 9:24 PM

        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 May 9, 2024, 10:07 PM Reply Quote 0
        • S Offline
          sdetweil @Richtw
          last edited by May 9, 2024, 10:07 PM

          @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 May 10, 2024, 2:02 PM

            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
            1 / 1
            • First post
              6/6
              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