• 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 122.7k 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.
  • P Offline
    pjkoeleman @Advokaten
    last edited by Mar 12, 2017, 3:23 PM

    @Advokaten Yes it’s just working as discribed. Here is my part off config.js for the Internet Monitor.

    {
      Module: 'internet-monitor',
      position: 'bottom_right',
      config: {
        type: 'minimal',
        maxTime: 10000,
        updateInterval: 120000,
        verbose: false,
        displayStrength: true,
        displaySpeed: false,
        strengthIconSize: 40,
        maxGaugeScale: 25
      }
    },
    

    Now I want to bring a little color to the wifi indicator.

    A 1 Reply Last reply Mar 12, 2017, 9:35 PM Reply Quote 1
    • A Offline
      Advokaten @pjkoeleman
      last edited by Mar 12, 2017, 9:35 PM

      @pjkoeleman Thank you! Using your config lines made it work somehow! I am too interested in changing color of the wi-fi strength png’s. I tried changing all the white levelColors without success. Don’t know what is turning the strength bars into a white color :( Anybody who could help us out? Thanks.

      R P 2 Replies Last reply Mar 12, 2017, 9:38 PM Reply Quote 1
      • R Offline
        ronny3050 Module Developer @Advokaten
        last edited by ronny3050 Mar 12, 2017, 9:40 PM Mar 12, 2017, 9:38 PM

        @pjkoeleman @Advokaten try changing type in config to type: '' from type: 'minimal'.
        Also, thank you for the kind words! :)

        A 1 Reply Last reply Mar 12, 2017, 9:45 PM Reply Quote 0
        • A Offline
          Advokaten @ronny3050
          last edited by Mar 12, 2017, 9:45 PM

          @ronny3050 I’m sorry. I don’t understand if this made any difference other than it took some extra time to load the indicator. Is there a way to change colors in the css file now or what…? Sorry once more for being such a nublet and thank you for taking your time to do stuff like this!

          R 1 Reply Last reply Mar 12, 2017, 9:52 PM Reply Quote 0
          • R Offline
            ronny3050 Module Developer @Advokaten
            last edited by Mar 12, 2017, 9:52 PM

            @Advokaten @pjkoeleman Silly me, I am sorry, I thought you requested colors for the speed gauges, which are already there. As for colors for the wifi strength indicator, there are two ways:

            1. CSS coloring (you have complete control over the colors)
            2. Pre-made images with different colors (colors chosen by me).

            I am sure 1 would be preferred. I will get back to you in a little bit with my progress on this. Thank you very much for suggesting this.

            A P 2 Replies Last reply Mar 12, 2017, 9:59 PM Reply Quote 2
            • C Offline
              cowboysdude Module Developer
              last edited by Mar 12, 2017, 9:54 PM

              Yes #1 preferred ;)

              R 1 Reply Last reply Mar 12, 2017, 9:54 PM Reply Quote 1
              • R Offline
                ronny3050 Module Developer @cowboysdude
                last edited by Mar 12, 2017, 9:54 PM

                @cowboysdude Usually preferred = harder ;)

                C S 2 Replies Last reply Mar 12, 2017, 9:58 PM Reply Quote 1
                • C Offline
                  cowboysdude Module Developer @ronny3050
                  last edited by Mar 12, 2017, 9:58 PM

                  @ronny3050 said in Internet Monitor:

                  @cowboysdude Usually preferred = harder ;)

                  LOL yeah me too but for once thought I’d go the easier route…

                  1 Reply Last reply Reply Quote 1
                  • A Offline
                    Advokaten @ronny3050
                    last edited by Advokaten Mar 12, 2017, 10:00 PM Mar 12, 2017, 9:59 PM

                    @ronny3050 Option 1 would be quite amazing, yes! Another question, would it be possible to remove everything in the module except for the wi-fi indicator part, to make it smaller and quicker (maybe easier to configure for nubs like me)? Like remove all unnecessary files and coding. I’m afraid I’ll break it if I tinker with it lol.

                    R 1 Reply Last reply Mar 12, 2017, 10:01 PM Reply Quote 1
                    • S Offline
                      strawberry 3.141 Project Sponsor Module Developer @ronny3050
                      last edited by Mar 12, 2017, 10:01 PM

                      @ronny3050 you could achieve this with css3 filters

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

                      R C 2 Replies Last reply Mar 12, 2017, 10:02 PM Reply Quote 3
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 10
                      • 11
                      • 5 / 11
                      5 / 11
                      • First post
                        43/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