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 127.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.
    • bheplerB Offline
      bhepler Module Developer @nickthebeer
      last edited by bhepler

      @nickthebeer - Dude I am so sorry! I just saw your post now. I don’t know why I didn’t get a notification. Let’s get you fixed up.

      The problem is in the capitalization of the ServerId variable. You have Id in all caps. It’s uppercase “I” and lowercase “d”. Copy & paste this:

      {
                  module: 'internet-monitor',
                  position: 'top_center',
                  header: 'Internet Monitor',
                  config:{
                      type: '',
                      maxTime: '20000',
                      updateInterval: '0',
                      verbose: 'true',
                      serverId: '12667',
                      displayStrength: 'true',
                      displaySpeed: 'true',
                      strengthIconSize: '80',
                      maxGaugeScale: '100',
                      wifiSymbol:{
                          size: '50',
                          fullColor: '#3afc25',
                          almostColor: '#ffff0c',
                          halfColor: '#ff8c00',
                          noneColor: '#ff1111'
                      },
           }
      },
      
      1 Reply Last reply Reply Quote 0
      • chaseb1357C Offline
        chaseb1357
        last edited by

        Yeah I am not able to get the plain WiFi symbol to appear as well. The heading size responds to the new sizing of where a symbol should be, but no symbol appears.

        1 Reply Last reply Reply Quote 0
        • G Offline
          GoodWillGustin
          last edited by

          I am also not getting the wifi icon to appear by itself. Hoping for an update/fix as I really love the idea of a wifi status icon on my MM.

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            mattx38 @GoodWillGustin
            last edited by mattx38

            @GoodWillGustin I’d like to have it also.
            I experience some wifi disconnections and I sometimes notice it couple hours after the issue. So that would be great to have it on the mirror, just like on the graphical UI of the Pi.

            N 1 Reply Last reply Reply Quote 0
            • N Offline
              nickthebeer @mattx38
              last edited by

              @mattx38 I have just the Wifi icon on my MM, can you paste your config and I’ll take a look to at it. Also I setup a little script to restart my networking in the event of disconnection which I can share if that’ll help?

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

                Is the missing WiFi icon still an issue? I haven’t looked into that area of the code. If there seems to be a problem I can dive into it.

                rafaelcotaR 1 Reply Last reply Reply Quote 0
                • rafaelcotaR Offline
                  rafaelcota @bhepler
                  last edited by

                  @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
                  • bheplerB Offline
                    bhepler Module Developer
                    last edited by bhepler

                    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
                    • bheplerB Offline
                      bhepler Module Developer
                      last edited by

                      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.

                      rafaelcotaR A 2 Replies Last reply Reply Quote 1
                      • rafaelcotaR Offline
                        rafaelcota @bhepler
                        last edited by

                        @bhepler said in Internet Monitor:

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

                        Now it works

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