All Projects → PoOwAa → MMM-network-signal

PoOwAa / MMM-network-signal

Licence: MIT license
MagicMirror2 solid network status

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MMM-network-signal

MMM-EmbedYoutube
Embed youtube video for MagicMirror
Stars: ✭ 29 (-6.45%)
Mutual labels:  magicmirror, magicmirror2
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+87.1%)
Mutual labels:  magicmirror, magicmirror2
MMM-MagicMover
MagicMirror² module to avoid screen burn-in
Stars: ✭ 21 (-32.26%)
Mutual labels:  magicmirror, magicmirror2
MMM-OpenmapWeather
This module loads current weather as images on Magic Mirror
Stars: ✭ 18 (-41.94%)
Mutual labels:  magicmirror, magicmirror2
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+235.48%)
Mutual labels:  magicmirror, magicmirror2
MMM-MotionDetector
This is a motion detector module for MagicMirror
Stars: ✭ 32 (+3.23%)
Mutual labels:  magicmirror, magicmirror2
WallberryTheme
Bringing the WallberryTheme to MagicMirror²
Stars: ✭ 94 (+203.23%)
Mutual labels:  magicmirror, magicmirror2
MMM-Bring
A module for the MagicMirror that displays your Bring! shopping list.
Stars: ✭ 18 (-41.94%)
Mutual labels:  magicmirror, magicmirror2
MMM-mvgmunich
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich
Stars: ✭ 21 (-32.26%)
Mutual labels:  magicmirror, magicmirror2
MMM-EARTH
A MagicMirror module to display real time pictures of Earth as it rotates - The sunlit side.
Stars: ✭ 48 (+54.84%)
Mutual labels:  magicmirror
MMM-NOAA
Weather module
Stars: ✭ 17 (-45.16%)
Mutual labels:  magicmirror2
MagicMirror-Module-Template
Template module for MagicMirror
Stars: ✭ 54 (+74.19%)
Mutual labels:  magicmirror
MMM-PublicTransportBerlin
MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
Stars: ✭ 37 (+19.35%)
Mutual labels:  magicmirror
MMM-NFL
National Football League Module for MagicMirror²
Stars: ✭ 22 (-29.03%)
Mutual labels:  magicmirror
MMM-page-indicator
MagicMirror² module to display what page you're on.
Stars: ✭ 33 (+6.45%)
Mutual labels:  magicmirror
MMM-ShipmentTracking
Shipment Tracking Module for MagicMirror²
Stars: ✭ 24 (-22.58%)
Mutual labels:  magicmirror
MirrorMirrorOnTheWallSkill
Alexa skill for controlling a MagicMirror²
Stars: ✭ 37 (+19.35%)
Mutual labels:  magicmirror
MMM-LocalTransport
A module for the MagicMirror to display informations about local tranportation.
Stars: ✭ 35 (+12.9%)
Mutual labels:  magicmirror
addon-magicmirror
MagicMirror² - Home Assistant Community Add-ons
Stars: ✭ 40 (+29.03%)
Mutual labels:  magicmirror
MMM-Fuel
Gas Station price Module for MagicMirror²
Stars: ✭ 47 (+51.61%)
Mutual labels:  magicmirror

MMM-network-signal

Display a solid wifi logo as network signal for MagicMirror2

Signal icons: none, weak, normal, strong, loading

Dependencies

Installation

Open up your terminal and paste the following code into it.

cd ~/MagicMirror/modules/
git clone https://github.com/PoOwAa/MMM-network-signal.git
cd MMM-network-signal
npm i

Configuration

  • Now use your editor nano or vim to edit the following file
nano ~/MagicMirror/config/config.js # change nano to your favorite editor
  • Paste the following code into modules section
   {
       module: "MMM-network-signal",
       position: "bottom_right",
       config: {
           // Configuration of the module goes here
       }
   }

Configuration Options

Option Default Description
updateInterval 5000 Time in ms between connection tests
maxTimeout 1000 Maximum timeout in ms for every pings
animationSpeed 250 Icon change animation time in ms
initialLoadDelay 3000 Delay in ms for first ping
server 8.8.8.8 Pingable server IP address
thresholds { strong: 50, medium: 150, weak: 500 } Tresholds for icons (ping answer in ms)
showMessage true Shows status messages depending on how good or bad is the connection
flexDirection row Sets the direction the module is displayed; row displays the row in left-to-right mode (default), row-reverse displays the row in right-to-left mode.
scale 0.45 How much to scale the ping icon. Must be greater than 0.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].