Module to check the network connection on the MagicMirror.
Go to your MagicMirror folder.
cd MagicMirror
Clone the repository.
git clone https://github.com/CFenner/MagicMirror-Ping-Module.git modules/ping
Add module configuration to config.js.
{
module: 'ping',
position: 'ANY_POSITION',
config: {}
},
Option | Description |
---|---|
showAlways |
Should the status always be shown or just if the connection is lost? Default value: false |
updateInterval |
How often does the content needs to be fetched? (Minutes) Default value: 10 |
animationSpeed |
Speed of the update animation. (Seconds) Default value: 1 |