Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.58 KB

MMM-Online-State

Displays the network connection availability of the browser. This MagicMirror Module uses the Navigator.onLine Browser API to check if there is a network connection.

Screenshot of online state

Installation

Run these commands at the root of your magic mirror install.

cd modules
git clone https://github.com/Legion2/MMM-Online-State.git

Configuration Options

Option Default Description
displaySymbol true Display the state as symbol
displayText false Display the state as text
symbolOnline wifi The symbol for the online state. See Font Awsome website.
symbolOffline wifi The symbol for the offline state. See Font Awsome website.
colored true Should the symbols be colored.
colorOnline #fff The color for the online state.
colorOffline red The color for the offline state.