Skip to content

roramirez/MagicMirror-Module-Template

Repository files navigation

MagicMirror-Module-Template

This is a module to help developers to start building their own modules for the MagicMirror.

There samples of code for:

  • External request
  • Config parameters
  • Custom URL path route
  • Passing of messages (NOTIFICATIONS)

Also this module include tasks for checking your code. For that you need install the developer dependencies.

cd MI_MODULE_PATH && npm install 

Run the test npm script

npm test

Current Tests:

Installation

bash -c "$(curl -sL https://raw.githubusercontent.com/roramirez/MagicMirror-Module-Template/master/create_module.sh)"

This creates a module example to start your development more easy.

If you have any suggest, please let me know by an issue.