GitHunt
LA

laventin85/MMM-NetworkConnection

Network Connection Status (ping, download, upload) Module for MagicMirror2

MMM-NetworkConnection [GitHub license]

Network Connection Status (ping, download, upload) Module for MagicMirror2.
This module combines internet-monitor and MMM-connection-status.

Example

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Go to ~/MagicMirror/modules/MMM-NetworkConnection directory and do npm install

  3. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-NetworkConnection',
        position: 'top_right',
        config: {
        }
    }
    

Config Options

Option Default Description
updateInterval 600000 ms (10 minutes) how often should the devices states refreshed
maxTime 5000 milliseconds how long to do speedtest
initialLoadDelay 2500 milliseconds how long to delay to load the module
decimal 1 how many decimals for the round
displayTextStatus true display connection text status or not
animationSpeed 2500 milliseconds speed of the update animation

Languages

JavaScript100.0%

Contributors

Created April 19, 2020
Updated April 19, 2020
laventin85/MMM-NetworkConnection | GitHunt