• 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.

MMM-NetworkConnection

Scheduled Pinned Locked Moved Utilities
19 Posts 8 Posters 10.2k 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.
  • S Offline
    slametps
    last edited by May 12, 2018, 10:27 AM

    Description:

    A MM-module to display network connection status (ping, download speed, upload speed) for MagicMirror2.
    This module combines internet-monitor and MMM-connection-status…

    Download:

    [card:slametps/MMM-NetworkConnection]

    Screenshot

    0_1526120798008_MMM-NetworkConnection-screenshot-01.png

    0_1526120809161_MMM-NetworkConnection-screenshot-02.png

    Initial Version

    regards,

    Slamet PS

    C 2 Replies Last reply Mar 17, 2019, 11:44 AM Reply Quote 1
    • B Offline
      bhepler Module Developer
      last edited by May 21, 2018, 3:36 PM

      Hrm. I can’t get this to show up. I did get npm-speedtest to install, but the module isn’t appearing for me. I’m not receiving any error messages, but I’m also not seeing the header.

      	{
      		module: "MMM-NetworkConnections",
      		header: "Network Speeds",
      		position: "top_center",
      		config: { 
      			updateInterval: 600000,
      			maxTime: 5000,
      			initialLoadDelay: 2500,
      			decimal: 1,
      			displayTextStatus: true,
      			animationSpeed: 2500
      		}
      	}
      
      1 Reply Last reply Reply Quote 1
      • A Offline
        AgP42 Project Sponsor Module Developer
        last edited by Jul 5, 2018, 7:23 AM

        Hello,

        I try to monitor my internet connection as my WiFi disconnect a lot, but none of the avaliable modules (this one, but also the 2 originals ones “internet-monitor” and “MMM-connection-status”) are able to detect a disconnection…

        When the WiFi is properly working, then I have the values displayed correctly, but in case of connection lost (I remove the wifi key…), then the module continu to display previous valid values.

        I am on a RPI2 with WiFi USB key, can this be the origin of the issue ?

        Thanks in advance for any help :slightly_smiling_face:

        1 Reply Last reply Reply Quote 0
        • E Offline
          epi
          last edited by epi Oct 7, 2018, 6:58 PM Oct 7, 2018, 6:56 PM

          Installed as in readme file, fails to show up. No errors in browser. Module is not working.

          M 1 Reply Last reply Oct 7, 2018, 11:59 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @epi
            last edited by Oct 7, 2018, 11:59 PM

            @epi said in MMM-NetworkConnection:

            Module is not working.

            Uhh, I just installed it and it works just fine.

            0_1538956706928_22.png

            Post your config entry in a code block

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • E Offline
              epi
              last edited by Oct 11, 2018, 9:40 PM

              That is very strange, as I see nothing. OK, my code

              {
              		module: "MMM-NetworkConnection",
              		position: "top_center",
              		config: { 
              			updateInterval: 600000,
              			maxTime: 5000,
              			initialLoadDelay: 2500,
              			decimal: 1,
              			displayTextStatus: true,
              			animationSpeed: 2500
              		}
              	},
              
              M 1 Reply Last reply Oct 12, 2018, 12:35 AM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @epi
                last edited by Oct 12, 2018, 12:35 AM

                @epi

                I copy and pasted your config entry and it fires right up. Did you follow the directions in the readme for installation and dependencies? Have you tried the module by itself? Have you modified any of the module files?

                My terminal output upon launch:

                0_1539304459454_Screenshot from 2018-10-11 20-31-41.png

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • S Offline
                  Sandy2503
                  last edited by Oct 12, 2018, 4:43 AM

                  @epi said in MMM-NetworkConnection:

                  module: “MMM-NetworkConnection”,

                  @epi

                  change in your config.js the name of the module from

                  module: "MMM-NetworkConnection",
                  

                  to

                  module: "MMM-NetworkConnections",
                  

                  I think that is your problem.

                  Sandy

                  M 1 Reply Last reply Oct 12, 2018, 11:41 AM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Sandy2503
                    last edited by Oct 12, 2018, 11:41 AM

                    @sandy2503

                    Uhhh . . . . no.

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • E Offline
                      epi
                      last edited by Oct 12, 2018, 5:42 PM

                      @Sandy2503 I changed to “-s” and still did not work.
                      @Mykle1 I followed the installation guide, incl. the dependencies. I did not modify anything. I tried the module alone (all other cfg removed), still did not work for me.

                      What is the installation folder for dependencies in your case?

                      M 1 Reply Last reply Oct 13, 2018, 12:18 AM Reply Quote -1
                      • 1
                      • 2
                      • 1 / 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