-
Notifications
You must be signed in to change notification settings - Fork 0
MagicMirror² Modules
##Default modules: The following modules are installed by default.
##Optional Modules: ##Installing: To install 3rd party or your own custom modules just follow these steps:
-
Navigate to the modules folder via the follow command:
cd ~/MagicMirror/modules. -
Clone the module from github:
git clone https://github.com/author/module-name(remembering to replace the URL with that of the module on github). -
Follow any additional instruction on from the modules readme.
-
Add your brand new module to your config! This is the file
config/config.jsthat you duplicated earlier. Edit this in your favourite editor and add:{ module: 'module name', position: 'position', header: 'optional header', config: { extra option: 'value' } },to the list of modules. You can look at the default modules for examples and further details can be found on the main readme.
##3rd party modules: The following modules are created by their respective authors:
-
MMM-FRITZ-Box-Callmonitor by PaViRo
FRITZ!Box Callmonitor (Display an alert when someone is calling and offers a call history...) -
MMM-Callmonitor-Current-Call by PaViRo
Extension for MMM-FRITZ-Box-Callmonitor (Displays the currently active call) -
MMM-Facial-Recognition by PaViRo
Facial recognition and module swapping based on the current user ... -
MMM-Wunderlist by PaViRo
Displays your Wunderlist todos on your mirror ... -
MMM-wordnik by Vendittelli
Get the word of the day, its definition, and origin ... -
MMM-SystemTemperature by MichMich
Display your Raspberry Pi's processor temperature on your MagicMirror. -
MMM-Netatmo by CFenner
Display your Netatmo in/outdoor weather station data on your MagicMirror. -
MMM-Sonos by CFenner
Display the currently playing track of your Sonos system. -
MMM-AirQuality by CFenner
Display the air quality index a for a certain location. -
MMM-Traffic by SamLewis0602
Display commute travel time with current traffic conditions factored in. Can be used for driving, biking, walking, and public transit. -
MMM-iCloud-Client by Bitte-ein-Bit
Load iCloud addressbook and provide birthday iCal feed for calendar module and addressbook for MMM-FRITZ-Box-Callmonitor. -
MMM-LocalTransport by CFenner
Display the next public transport connections for a certain route. -
MMM-Ping by CFenner
Display the mirrors connection status. -
MMM-Windfinder by CFenner
Display the wind forecast for a location, important for surfers & sailors. -
MMM-Scrobbler by PtrBld
Display the current playing song from Spotify, ITunes and Co. -
Snow by nhubbard
Get your festive on. Put snow in the background for winter or anti burn-in purposes... your family won't know the difference.
If you want to build your own modules, check out the MagicMirror² Module Development Documentation