MagicMirror-Module-Template
MagicMirror-Module-Template copied to clipboard
Template module for MagicMirror
There is a setting to make a repository a *template repository*. This gives an easy to use "use this template" button at the top.
Since MagicMirror no longer uses grunt [1](https://github.com/MichMich/MagicMirror/pull/1981), would it not make sense to do the same? With `npm install` even an error message appears that calls for this: ``` npm...
Add translation French File
How can I change the format so that instead of being stacked they are side by side?
Hallo, I have a question. I want to see my WeatherStation on my MagicMirror2. My Weatherstation is an Davis Vantage Pro 2 and you can see it on : https://www.weatherlink.com/embeddablePage/show/7aefa272a17e47c6ba660a011326619a/slim...
gpio
hey @roramirez afaik, MMM doesn't actually do anything with the `name` or `main` fields in `package.json` (right @michmich?) and i think it's caused confusion for module authors who try to...
After creating a new module with the script, running `npm install && npm test` in the new module directory does not result in tests being executed. How exactly do I...