You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development/introduction.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@ We recommend the following pattern: `MMM-MyNewCoolModule`. But it is not
30
30
mandatory - your module will also work with other name patterns (as long as no
31
31
other module has the same name).
32
32
33
+
## Quick start
34
+
35
+
To rocket launch your module, you can use the [MMM-Template](https://github.com/Dennis-Rosenbaum/MMM-Template) or immediately [MMM-Template](https://github.com/new?template_name=MMM-Template&template_owner=Dennis-Rosenbaum).
36
+
Please read the [MMM-Template wiki](https://github.com/Dennis-Rosenbaum/MMM-Template/wiki) for more information.
37
+
38
+
**Please note!**
39
+
This module is an externally developed module and not maintained by the MagicMirrorOrg.
40
+
33
41
## Module structure
34
42
35
43
All modules are loaded in the `modules` folder. The default modules are grouped
0 commit comments