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 11.0k 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.
    • E Offline
      epi
      last edited by

      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
      		}
      	},
      
      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @epi
        last edited by

        @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
        • Sandy2503S Offline
          Sandy2503
          last edited by

          @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

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

            @sandy2503

            Uhhh . . . . no.

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • E Offline
              epi
              last edited by

              @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?

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

                @epi

                Dependencies should be installed by running npm install in the MMM-NetworkConnection directory

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • E Offline
                  epi
                  last edited by

                  Guys, can someone also make a simplified version? No need for internet speed metrics, just the ability to ping specific ip address and return as “internet is working” either “network down”?

                  yawnsY 1 Reply Last reply Reply Quote 0
                  • yawnsY Offline
                    yawns Moderator @epi
                    last edited by

                    @epi said in MMM-NetworkConnection:

                    Guys, can someone also make a simplified version? No need for internet speed metrics, just the ability to ping specific ip address and return as “internet is working” either “network down”?

                    Like this? https://github.com/sheyabernstein/MMM-connection-status

                    1 Reply Last reply Reply Quote 1
                    • E Offline
                      epi
                      last edited by

                      Thanks :)

                      1 Reply Last reply Reply Quote 0
                      • Cr4z33C Offline
                        Cr4z33 @slametps
                        last edited by

                        @slametps here is the Italian translation if you want to add it.

                        {
                        	"NETCONN_CONNECTED": "Connesso ad Internet",
                        	"NETCONN_NOTCONNECTED": "Nessuna connessione ad Internet",
                        	"NETCONN_MILLISECOND": "ms",
                        	"NETCONN_NA": "ND",
                        
                        	"TXT_NETCONN": "CONNESSIONE DI RETE",
                        	"TXT_NETCONN_DESC": "mostra lo stato di connessione ad Internet"
                        }
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • 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