All Projects → roramirez → MagicMirror-Module-Template

roramirez / MagicMirror-Module-Template

Licence: MIT License
Template module for MagicMirror

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to MagicMirror-Module-Template

MMM-Sonos
A module for the MagicMirror to display informations about the currently playing songs on your Sonos system.
Stars: ✭ 35 (-35.19%)
Mutual labels:  magicmirror, magic-mirror-modules
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+7.41%)
Mutual labels:  magicmirror, magic-mirror-modules
MMM-MotionDetector
This is a motion detector module for MagicMirror
Stars: ✭ 32 (-40.74%)
Mutual labels:  magicmirror, magic-mirror-modules
MMM-mvgmunich
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich
Stars: ✭ 21 (-61.11%)
Mutual labels:  magicmirror, magic-mirror-modules
MMM-Netatmo
A module for the MagicMirror to display informations about your rooms climate from your Netatmo system.
Stars: ✭ 26 (-51.85%)
Mutual labels:  magicmirror, magic-mirror-modules
MMM-OpenmapWeather
This module loads current weather as images on Magic Mirror
Stars: ✭ 18 (-66.67%)
Mutual labels:  magicmirror, magic-mirror-modules
MirrorMirrorOnTheWallSkill
Alexa skill for controlling a MagicMirror²
Stars: ✭ 37 (-31.48%)
Mutual labels:  magicmirror, magic-mirror-modules
brunch-chicken-and-waffles
Brunch skeleton with CoffeeScript, LESS, Angular, and AngularUI with Bootstrap 3
Stars: ✭ 13 (-75.93%)
Mutual labels:  skeleton
react-interval-rerender
render props component that rerenders its children at regular intervals
Stars: ✭ 16 (-70.37%)
Mutual labels:  skeleton
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-62.96%)
Mutual labels:  quickstart
moodle-tool pluginskel
Generator of Moodle plugins skeletons
Stars: ✭ 35 (-35.19%)
Mutual labels:  skeleton
docker-dev
A local Docker Environment for building PHP applications 🔨
Stars: ✭ 97 (+79.63%)
Mutual labels:  development-environment
AWS Stripe-SaaS-quickstart
🛍️ 🚀 AWS Software as a Service App with subscriptions using Stripe Quickstart
Stars: ✭ 30 (-44.44%)
Mutual labels:  quickstart
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-70.37%)
Mutual labels:  development-environment
kool
From local development to the cloud: development workflow made easy.
Stars: ✭ 588 (+988.89%)
Mutual labels:  development-environment
bitnami-docker-ruby
Bitnami Docker Image for Ruby
Stars: ✭ 69 (+27.78%)
Mutual labels:  development-environment
QuickStart
百度AI平台QuickStart文档配套代码
Stars: ✭ 65 (+20.37%)
Mutual labels:  quickstart
mpvue-quickstart
🐱‍👤 更优雅的 mpvue 起手式
Stars: ✭ 178 (+229.63%)
Mutual labels:  quickstart
navigation-skeleton
This component allows you to show skeletons of pages during navigation process.
Stars: ✭ 16 (-70.37%)
Mutual labels:  skeleton
p3arsec
Parallel Patterns Implementation of PARSEC Benchmark Applications
Stars: ✭ 12 (-77.78%)
Mutual labels:  skeleton

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].