From 58bde35ff8512f6c023be7437df8d3176277eb76 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 15 Apr 2016 14:24:16 +0200 Subject: [PATCH] Initial list of modules. --- MagicMirror²-Modules.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MagicMirror²-Modules.md diff --git a/MagicMirror²-Modules.md b/MagicMirror²-Modules.md new file mode 100644 index 0000000..915db7c --- /dev/null +++ b/MagicMirror²-Modules.md @@ -0,0 +1,25 @@ +##Default modules: +The following modules are installed by default. +- [**Clock**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/clock) +- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/calendar) +- [**Current Weather**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/currentweather) +- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/weatherforecast) +- [**News Feed**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/newsfeed) +- [**Compliments**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/compliments) +- [**Hello World**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/helloworld) +- [**Alert**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/alert) + +##3rd party modules: +The following modules are created by their respective authors: + +- **[MMM-FRITZ-Box-Callmonitor by PaViRo](https://github.com/paviro/MMM-FRITZ-Box-Callmonitor)**
FRITZ!Box Callmonitor (Display an alert when someone is calling ...) + +- **[MMM-Facial-Recognition by PaViRo](https://github.com/paviro/MMM-Facial-Recognition)**
Facial recognition and module swapping based on the current user ... + +- **[MMM-Wunderlist by PaViRo](https://github.com/paviro/MMM-Wunderlist)**
Displays your Wunderlist todos on your mirror ... + +- **[MMM-wordnik by Vendittelli](https://github.com/SVendittelli/MMM-wordnik)**
Get the word of the day, its definition, and origin ... + +- **[MMM-SystemTemperature by MichMich](https://github.com/MichMich/mmm-systemtemperature)**
Display your Raspberry Pi's processor temperature on your MagicMirror. + +- **[MMM-Netatmo by CFenner](https://github.com/CFenner/MagicMirror-Netatmo-Module)**
Display your Netatmo in/outdoor weather station data on your MagicMirror. \ No newline at end of file