|
| 1 | +- [Notes for Module Creators](#module-creators) |
| 2 | +- [Module List](#module-list) organized into categories |
| 3 | + - [Development / Core MagicMirror²](#development--core-magicmirror) |
| 4 | + - [Finance](#finance) |
| 5 | + - [News / Information](#news--information) |
| 6 | + - [Transport / Travel](#transport--travel) |
| 7 | + - [Voice Control](#voice-control) |
| 8 | + - [Weather](#weather) |
| 9 | + - [Religion](#religion) |
| 10 | + - [Sports](#sports) |
| 11 | + - [Utility / IoT / 3rd Party / Integration](#utility--iot--3rd-party--integration) |
| 12 | + - [Entertainment / Misc](#entertainment--misc) |
| 13 | + - [Health](#health) |
| 14 | + - [Education](#education) |
| 15 | +- [Outdated Modules](#outdated-modules) |
| 16 | + |
| 17 | +## Module Creators |
| 18 | + |
| 19 | +There is always a need for more modules. Check out the [forum](https://forum.magicmirror.builders/category/9/requests) to see what people are requesting. |
| 20 | + |
| 21 | +### Create your own module |
| 22 | + |
| 23 | +If you want to build your own modules, check out the [MagicMirror² Module Development Documentation](https://docs.magicmirror.builders/development/introduction.html). |
| 24 | + |
| 25 | +When you're done, just edit this page and add your module to the list! |
| 26 | + |
| 27 | +Don't forget to present your module in the [forum](https://forum.magicmirror.builders/category/5/modules). |
| 28 | + |
| 29 | +### General Advice |
| 30 | + |
| 31 | +We highly recommend you to include the following information in your README file: |
| 32 | + |
| 33 | +- A high quality screenshot of your working module. |
| 34 | +- A short, one sentence, clear description what it does. |
| 35 | +- What external APIs it depend on, including web links to those |
| 36 | +- Whether the API/request require a key and the user limitations of those. (Is it free?) |
| 37 | +- What is the current development status (WIP, searching for new maintainer or abandoned). |
| 38 | + |
| 39 | +## Module List |
| 40 | + |
| 41 | +The following modules are maintained by their respective authors. If you have a GitHub account, don't forget [to star ⭐](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars#starring-a-repository) the modules you like! |
| 42 | + |
| 43 | +[Here](https://modules.magicmirror.builders/) you can find another list based on this official list, but supplemented with screenshots and a search function. |
| 44 | + |
| 45 | +### Development / Core MagicMirror² |
| 46 | + |
| 47 | +|Title |Author |Description | |
| 48 | +|:-|:-:|:-| |
| 49 | +|[mmpm](https://github.com/Bee-Mar/mmpm) |[Bee-Mar](https://github.com/Bee-Mar) |An unofficial MagicMirror² 3rd Party Package Manager. Automates searching, installation, removal, updating, and upgrading of MagicMirror² modules. | |
| 50 | +|[MMM-Template](https://github.com/Dennis-Rosenbaum/MMM-Template) |Dennis-Rosenbaum |A template for creating new MagicMirror² modules. | |
| 51 | +|[MMM-AlertExt](https://github.com/MMRIZE/MMM-AlertExt) |MMRIZE |Alternative programmable alert/notification presenter. | |
| 52 | +|[MMM-AutoDimmer](https://github.com/Fifteen15Studios/MMM-AutoDimmer) |[Fifteen15Studios](https://github.com/Fifteen15Studios) |Set 1 or more schedules to dim and brighten your screen at specific times. | |
| 53 | +|[MMM-Bash](https://github.com/mathew-fleisch/MMM-Bash) |draxiom |A simple module to run a bash/terminal command on a loop, displaying stdout/stderr to screen. | |
0 commit comments