Network Connection Status (ping, download, upload) Module for MagicMirror2. This module combines internet-monitor and MMM-connection-status.
- An installation of MagicMirror2
- speedtest-net module of nodejs
-
Clone this repo into
~/MagicMirror/modules
directory. -
Go to
~/MagicMirror/modules/MMM-NetworkConnection
directory and donpm install
-
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-NetworkConnection', position: 'top_right', config: { } }
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 |