• 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

Scheduled Pinned Locked Moved Utilities
108 Posts 27 Posters 130.1k Views 30 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
    rafaelcota @bhepler
    last edited by May 14, 2020, 4:52 PM

    @bhepler I have the same problem, No Wifi icon. Have mirrors in MacOS and RPI and have same results.

    1 Reply Last reply Reply Quote 0
    • B Offline
      bhepler Module Developer
      last edited by bhepler May 15, 2020, 3:44 AM May 14, 2020, 7:08 PM

      All right, I’ll dive back into it and see if I can fix it.

      Update: Some progress made but still a ways to go. I ended up refactoring a lot of the code.

      1 Reply Last reply Reply Quote 0
      • B Offline
        bhepler Module Developer
        last edited by May 15, 2020, 8:29 PM

        Okay, I have completed my first pass at fixing the WiFi symbol. It works for me, so let’s see how it goes for you.

        If you’re not using my repository, you’ll have to switch by deleting your modules/internet-monitor folder, cloning from my repository at https://github.com/BrianHepler/internet-monitor and then installing like normal. You’ll have to cd internet-monitor and then npm install.

        If you’re already using my repository, just cd MagicMirror/modules/internet-monitor and git pull. It will probably tell you that you need to stash package-lock.json. Just delete that file and try again.

        Warning: The custom WiFi icon doesn’t work yet. I got the default one to show up, but I’m still working on the one with the custom colors. But right now I want to verify that you guys can at least see the WiFi icon.

        R A 2 Replies Last reply May 16, 2020, 2:56 AM Reply Quote 1
        • R Offline
          rafaelcota @bhepler
          last edited by May 16, 2020, 2:56 AM

          @bhepler said in Internet Monitor:

          https://github.com/BrianHepler/internet-monitor

          Now it works

          1 Reply Last reply Reply Quote 1
          • A Offline
            Axel51 @bhepler
            last edited by Nov 2, 2020, 3:17 PM

            @bhepler
            Hi,
            I can see the wifi icon but no color icon is visible!!!
            Something is missing in the source code to update the icon.
            Can you have a look and correct it please?
            best regards,
            Adel

            P 1 Reply Last reply Jan 19, 2021, 12:14 AM Reply Quote 0
            • P Offline
              pgwr @Axel51
              last edited by Jan 19, 2021, 12:14 AM

              @Axel51 Is the wifi icon ovelaying the label “Internet Monitor” on yours? I’d like to be able to be able to see the full label. Maybe I missed something. Thanks

              1 Reply Last reply Reply Quote 0
              • C Offline
                causerino
                last edited by sdetweil Sep 14, 2022, 12:29 PM Sep 14, 2022, 12:08 PM

                Has this died recently for anyone else? I have made no config changes and it’s stopped working. I’ve tried with a new server ID in case they have changed, but still no luck.

                //New Module Internet Monitor

                                {
                                        module: 'internet-monitor',
                                        position: 'top_left',
                                        header: 'SpeedTest',
                                        config:{
                                                type: '',
                                                maxTime: 20000,
                                                updateInterval: 0,
                                                verbose: false,
                                                serverId: "40788",
                //                              displayStrength: true,
                                                displaySpeed: true,
                                                strengthIconSize: 50,
                                                maxGaugeScale: 1000,
                                        },
                                },
                
                S B 3 Replies Last reply Sep 14, 2022, 12:27 PM Reply Quote 0
                • S Offline
                  sdetweil @causerino
                  last edited by Sep 14, 2022, 12:27 PM

                  @causerino comment out serverid and let it use any

                  add

                  //
                  to the beginning of the line

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @causerino
                    last edited by Sep 14, 2022, 12:28 PM

                    @causerino also, please use code blocks for any config data

                    paste text
                    select text
                    then push button that looks like
                    </>

                    I have fixed your post

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bhepler Module Developer @causerino
                      last edited by bhepler Sep 22, 2022, 11:32 PM Sep 22, 2022, 1:49 AM

                      @causerino said in Internet Monitor:

                      Has this died recently for anyone else? I have made no config changes and it’s stopped working. I’ve tried with a new server ID in case they have changed, but still no luck.

                      I can confirm. It appears that the speedtest service is down. I’m troubleshooting now.

                      Update: Problem is with the speedtest-net package. Not sure what the problem is, but it has been down for the past week. They’ve opened an issue with the developers, so hopefully they’ll get around to it. The SpeedTest website and their paid services appear to be working, so something is up with the API.

                      I’m looking at my fork of the original repository and the latest changes to speedtest-net and I’m going to prep an update. Once it comes back, I’ll publish.

                      C 1 Reply Last reply Sep 27, 2022, 12:01 PM Reply Quote 0
                      • 1
                      • 2
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 9 / 11
                      • 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