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 134.8k 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @pjkoeleman
      last edited by strawberry 3.141

      @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

      pjkoelemanP 1 Reply Last reply Reply Quote 1
      • pjkoelemanP Offline
        pjkoeleman @strawberry 3.141
        last edited by

        @strawberry-3.141 Thanks, waiting for @ronny3050 reaction.

        R 1 Reply Last reply Reply Quote 1
        • R Offline
          ronny3050 Module Developer @pjkoeleman
          last edited by

          @pjkoeleman Oops, forgot to remove convert.js from the script. Should work now.

          The color option is currently part of the config, mostly because editing the css will take quite a bit of work as a lot of classes/places need to be updated, so I thought of just having a variable inside the config.

          Animation can be turned off in the config in my next update, but I would like to hear your feedback currently.

          Thank you!

          pjkoelemanP 1 Reply Last reply Reply Quote 1
          • F Offline
            fischi87
            last edited by

            hello @all

            it is possible to motoring the internet from a other device in the same network?

            thanks

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              ronny3050 Module Developer @fischi87
              last edited by

              @fischi87 not exactly sure I understand your question. If you mean you would like to monitor the internet speed on another device (not a mirror), you can visit speednet and you should get similar results.

              1 Reply Last reply Reply Quote 0
              • pjkoelemanP Offline
                pjkoeleman @ronny3050
                last edited by

                @ronny3050 said in Internet Monitor:

                Oops, forgot to remove convert.js from the script. Should work now.

                Just installed the latest update and it’s running like an well-oiled machine.

                One question I still have and can’t find an solution for. I have the internet-monitor in te ‘bottom_right’ location and added the following to my custom.css

                .wifi-symbol-1 [foo], .wifi-symbol-1, .wifi-symbol-2 [foo], .wifi-symbol-2, .wifi-symbol-3 [foo], .wifi-symbol-3, .wifi-symbol-4 [foo], .wifi-symbol-4 {
                position: absolute;
                float: right;
                margin-top: 35px;
                }
                

                Now it looks like this;

                0_1489685072547_Klembord-2.png

                How can I give it a little right-margin so it lines out to the right side of my screen, now its a little to much to the right.

                Already tried margin-left an padding but no one is giving me the result I want.

                R 1 Reply Last reply Reply Quote 1
                • R Offline
                  ronny3050 Module Developer @pjkoeleman
                  last edited by ronny3050

                  @pjkoeleman Thank you! By the way, the symbol looks great, if I say so myself :stuck_out_tongue_closed_eyes:

                  In the code for your custom.css, try to change position from absolute to relative.

                  pjkoelemanP 1 Reply Last reply Reply Quote 1
                  • pjkoelemanP Offline
                    pjkoeleman @ronny3050
                    last edited by

                    @ronny3050 said in Internet Monitor:

                    In the code for your custom.css, try to change position from absolute to relative.

                    When I do that, that gives not the result I’am looking for. With the following code in the custom.css

                    position: relative;
                    float: right;
                    margin-top: 5px;
                    margin-right: 5px;
                    

                    It gives me the following on my screen

                    0_1489686952109_Klembord-1.png

                    Much lower and to the left. Now your guess is as good as mine !

                    R 1 Reply Last reply Reply Quote 0
                    • R Offline
                      ronny3050 Module Developer @pjkoeleman
                      last edited by

                      @pjkoeleman remove all margins from the custom.css (or remove just the top and adjust the right as needed).

                      pjkoelemanP 1 Reply Last reply Reply Quote 1
                      • pjkoelemanP Offline
                        pjkoeleman @ronny3050
                        last edited by

                        @ronny3050 said in Internet Monitor:

                        remove all margins from the custom.css

                        I have been testing for some time and found a solution !
                        My custom.css looks like this now

                        .wifi-symbol-1 [foo], .wifi-symbol-1, .wifi-symbol-2 [foo], .wifi-symbol-2, .wifi-symbol-3 [foo], .wifi-symbol-3, .wifi-symbol-4 [foo], .wifi-symbol-4 {
                        position: relative;
                        float: right;
                        margin-top: -30px; 
                        margin-right: -20px;
                        }
                        

                        The result on the screen looks like this
                        0_1489696946508_Klembord-3.png

                        Now it looks like this I took out the header of Internet-monitor, now it belongs to the header with my status. Didn’t now negative numbers in margins were also possible till I tested it.

                        R 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 10
                        • 11
                        • 5 / 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