• 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 115.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.
  • C Offline
    cowboysdude Module Developer @strawberry 3.141
    last edited by Mar 12, 2017, 10:06 PM

    @strawberry-3.141 said in Internet Monitor:

    @ronny3050 you could achieve this with css3 filters

    I swear to God I’m calling you “Magic Man”… :)

    1 Reply Last reply Reply Quote 0
    • P Offline
      pjkoeleman @ronny3050
      last edited by Mar 12, 2017, 10:47 PM

      @ronny3050 Thanks for taking up the challenge.
      I would prefer option #1 as well. So the user can choose its own colors.

      1 Reply Last reply Reply Quote 2
      • P Offline
        pjkoeleman @Advokaten
        last edited by Mar 12, 2017, 11:41 PM

        @Advokaten said in Internet Monitor:

        Don’t know what is turning the strength bars into a white color

        There are four images (white) used for the strength. You can find them in the sub-folder ‘images’.

        1 Reply Last reply Reply Quote 1
        • I Offline
          illskool
          last edited by illskool Mar 15, 2017, 2:06 AM Mar 15, 2017, 2:00 AM

          Great Module. Does it monitor the speed of my internet from my modem or the speed that my raspberry pi is reaching? Is there a way to maintain a log of speeds?

          R 1 Reply Last reply Mar 15, 2017, 2:09 AM Reply Quote 1
          • R Offline
            ronny3050 Module Developer @illskool
            last edited by Mar 15, 2017, 2:09 AM

            @illskool Thank you. It is the speed that your pi is reaching.
            I am currently logging the speed and it can be found in your mirror’s logs by typing pm2 logs in the command line. I am removing this in my next update due to the massive amounts of logs produced. You can set an updateInterval for the mirror to refresh and update the speed if needed.

            1 Reply Last reply Reply Quote 0
            • I Offline
              illskool
              last edited by illskool Mar 15, 2017, 2:12 AM Mar 15, 2017, 2:11 AM

              @ronny3050 Thank you for the quick response and for the work you did to create this module. I think its fantastic that I can glance at the mirror and see what speeds I am getting. On a side note, do you think it is possible to display the speeds that the modem receives? I would love to show that and then be able to keep a log. That way I could show my ISP whats up with their lying lol

              R 1 Reply Last reply Mar 15, 2017, 2:41 AM Reply Quote 1
              • R Offline
                ronny3050 Module Developer @illskool
                last edited by Mar 15, 2017, 2:41 AM

                @illskool haha, I am not aware of any way to get your exact modem speeds, but you can connect through LAN to get the closest modem speed ;)

                1 Reply Last reply Reply Quote 0
                • R Offline
                  ronny3050 Module Developer
                  last edited by Mar 15, 2017, 6:56 AM

                  @pjkoeleman @Advokaten customizable WiFi symbol is updated on github. Unfortunately, I could not test on my Mirror yet (especially the animations). I would greatly appreciate any feedback :D

                  I hope this is what you were looking for.

                  P 1 Reply Last reply Mar 15, 2017, 8:25 AM Reply Quote 1
                  • P Offline
                    pjkoeleman @ronny3050
                    last edited by Mar 15, 2017, 8:25 AM

                    @ronny3050 said in Internet Monitor:

                    @pjkoeleman @Advokaten customizable WiFi symbol is updated on github. Unfortunately, I could not test on my Mirror yet (especially the animations). I would greatly appreciate any feedback
                    I hope this is what you were looking for.

                    Thanks for your work in updating the module, but I now have a black screen with nothing on it.
                    Here is my part of config.js what I’am using.

                     {
                    	 module: 'internet-monitor',
                    	 position: 'bottom_right',
                    	 config: {
                    		 type: 'minimal',
                    		 maxTime: 7000,
                    		 updateInterval: 120000,
                    		 verbose: false,
                    		 displayStrength: true,
                    		 displaySpeed: false,
                    		 strengthIconSize: 40,
                    		 maxGaugeScale: 25,
                    		 wifiSymbol:{
                    			 size: 50,
                    			 fullColor: '#3afc25',
                    			 almostColor: '#ffff0c',
                    			 halfColor: '#ff8c00',
                    			 noneColor: '#ff1111'
                    		 }
                    	 }
                     },
                    

                    I have nothing in custom.css regarding internet-monitor.
                    When I start with npm start dev, I see one error in the panel, this is the following;

                    loader.js:189 GET http://localhost:8080/modules/internet-monitor//convert.js 
                    loadFile @ loader.js:189
                    loadFile @ loader.js:236
                    loadNextScript @ module.js:236
                    (anonymous function) @ module.js:238
                    script.onload @ loader.js:187
                    

                    Personaly I think animated gif’s are a bit to much, change them back to PNG-files with the option to color them.
                    One other thing; is color options not something for the custom.css?

                    S 1 Reply Last reply Mar 15, 2017, 8:39 AM Reply Quote 1
                    • S Offline
                      strawberry 3.141 Project Sponsor Module Developer @pjkoeleman
                      last edited by strawberry 3.141 Mar 15, 2017, 8:39 AM Mar 15, 2017, 8:39 AM

                      @pjkoeleman he forgot to push the file convert.js which leads to the black screen

                      Please create a github issue if you need help, so I can keep track

                      P 1 Reply Last reply Mar 15, 2017, 9:11 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 6 / 11
                      6 / 11
                      • First post
                        52/108
                        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