MagicMirror/modules/README.md

15 lines
351 B
Markdown
Raw Normal View History

MagicMirror
===========
##Modules
A module has to contain three files: main.js, style.css and elements.html
Other files can be loaded from within those.
### elements.html
Put your custom divs and other html elements in this file (don't include any body or header tags)
### main.js
Your plugins JavaScript.
### style.css
CSS for your HTML elements.