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.

    MMM-InternetMonitor

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    18 Posts 4 Posters 5.2k Views 4 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.
    • B Offline
      Bungle68
      last edited by

      Hi, I’m having issues with the above module. It just shows up a line with Internet Monitor on the screen (header), but nothing else?
      Any thoughts?

      {
      module: ‘internet-monitor’,
      position: ‘top_left’,
      header: ‘Internet Monitor’,
      config: {
      type: ‘minimal’,
      maxTime: 20000,
      updateInterval: 50000,
      verbose: false,
      displayStrength: false,
      displaySpeed: false,
      strengthIconSize: 80,
      maxGaugeScale:1000,
      },
      },

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

        @Bungle68 which are you using? see
        https://forum.magicmirror.builders/topic/625/internet-monitor/104?_=1669937006036

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          Bungle68 @sdetweil
          last edited by

          @sdetweil thanks again, I now at last have the small meters showing, but now it’s not registering any speed at all 🤔 @bhepler, any suggestions?
          It’s all zero?

          S bheplerB 2 Replies Last reply Reply Quote 1
          • S Offline
            sdetweil @Bungle68
            last edited by sdetweil

            @Bungle68 np… one thing… when u post config, please use the code block markers…

            paste the text,
            select it all
            hit the button above that looks like </>

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            B 1 Reply Last reply Reply Quote 0
            • B Offline
              Bungle68 @sdetweil
              last edited by

              @sdetweil here, let’s try again

              code_text
              {
              module: ‘internet-monitor’,
              position: ‘top_left’,
              header: ‘Internet Monitor’,
              config: {
              type: ‘’,
              serverId: “53937”,
              maxTime: 20000,
              updateInterval: 30000,
              verbose: false,
              displayStrength: false,
              displaySpeed: true,
              strengthIconSize: 80,
              maxGaugeScale: 1000,
              wifiSymbol: {
                         size: 50,
                         fullColour: ‘#3afc25’,
                         almostColour: ‘#ffff0c’,
                         halfColour: ‘#ff1111’
                  },
                         },
              },
              
              
              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Bungle68
                last edited by

                @Bungle68 just another quirk… when u copy the previously posted text without the code markers

                the " and ’ chars become the word processing style slanted

                and THAT will cause a problem if anyone (including you) try to use that info… forum software …

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                B 1 Reply Last reply Reply Quote 0
                • B Offline
                  Bungle68 @sdetweil
                  last edited by

                  @sdetweil always learning 👍

                  1 Reply Last reply Reply Quote 0
                  • bheplerB Offline
                    bhepler Module Developer @Bungle68
                    last edited by

                    @Bungle68 said in MMM-InternetMonitor:

                    @sdetweil thanks again, I now at last have the small meters showing, but now it’s not registering any speed at all 🤔 @bhepler, any suggestions?
                    It’s all zero?

                    I tried your configuration on my system and got this:
                    internet-monitor.PNG

                    One thing I notice straight away is that your maximum speed is set to 1000 Mb/s. My fiber connection is rated at like 1/10th of that speed. I don’t know what kind of internet connection you have running to your house, but my guess is that you’re not seeing any data because your connection is just a sliver of the available graph.

                    Try this: set the maxGuageScale to 100 in your config.js entry.

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

                      @bhepler
                      Hi - I am looking to replace my last mirror build with an updated one.

                      this module is throwing an error on my install. I suspect I must have gone astray in the install?
                      I started out with a clean install of raspbian and magic mirror
                      Started it up with the default settings and it seems to work fine

                      This was the first module I added

                      Commands I issued were:

                      • cd MagicMirror/modules

                      • git clone https://github.com/BrianHepler/internet-monitor.git

                      • cd internet-monitor
                        NPM install showed some warnings:

                        added 191 packages, and audited 192 packages in 3m
                        9 packages are looking for funding
                        run npm fund for details
                        3 moderate severity vulnerabilities
                        To address all issues (including breaking changes), run:
                        npm audit fix --force
                        Run npm audit for details.

                      When I NPM start now it throws an error:

                      	[22.01.2023 15:19.07.139] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error 				found: Error: Cannot find module '/home/richard/MagicMirror/modules/internet-monitor/node_modules/lzma-native/			binding-v4.0.6-electron-v22.0-linux-arm64/lzma_native.node'
                      	Require stack:
                      	- /home/richard/MagicMirror/modules/internet-monitor/node_modules/lzma-native/index.js
                      	- /home/richard/MagicMirror/modules/internet-monitor/node_modules/decompress-tarxz/index.js
                      	- /home/richard/MagicMirror/modules/internet-monitor/node_modules/speedtest-net/index.js
                      	- /home/richard/MagicMirror/modules/internet-monitor/node_helper.js
                      	- /home/richard/MagicMirror/js/app.js
                      	- /home/richard/MagicMirror/js/electron.js
                      	- /home/richard/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
                      
                      S bheplerB 3 Replies Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Richtw
                        last edited by

                        @Richtw the error is about 20 lines closer to the top

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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