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.

    Need help with internet monitor-module

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 5 Posters 9.1k Views 6 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.
    • schlachtkreuzer6S Offline
      schlachtkreuzer6
      last edited by schlachtkreuzer6

      Try this

          module: "internet-monitor",
          position: "top_center",
          header: "Internet Monitor",
          config:{
              type: "",
              maxTime: "20000",
              updateInterval: "0",
              verbose: "false",
              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
      • D Offline
        doubleT Module Developer
        last edited by doubleT

        That doesn’t make sense, the functions are expecting integer and boolean, not strings.

        But maybe I found something while checking the module’s readme for the variables and default config:

        “Please note that updateInterval has to be greater than maxTime”

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

        Mykle1M 1 Reply Last reply Reply Quote 1
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @doubleT
          last edited by

          My config entry:

          {
          	    module: 'internet-monitor',
                      position: 'top_center',
                      header: 'Internet Monitor',
                      config:{
                          type: '',
                          maxTime: 20000,
                          updateInterval: 0,
                          verbose: false,
                          displayStrength: true,
                          displaySpeed: true,
                          strengthIconSize: 80,
                          maxGaugeScale: 100,
                      }
          	},
          

          And my result:

          0_1516055182288_3.PNG

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 1
          • D Offline
            duedahlb @Mykle1
            last edited by

            @Mykle1 I got it now! I just reinstalled it, tnx:)

            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @duedahlb
              last edited by

              @duedahlb

              Well done, mate.

              Create a working config
              How to add modules

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