This is a module for the MagicMirror².
Drawing board for Magic Mirror with touch interactive UI interface
STATUS: | Version | Date | Maintained? |
---|---|---|---|
Experimental | 1.0.0 |
2025-Feb-16 | YES |
In your terminal, go to your MagicMirror² Module folder and clone MMM-MagicDraw:
cd ~/MagicMirror/modules
git clone https://github.com/ivlovric/MMM-MagicDraw.git
cd ~/MagicMirror/modules/MMM-MagicDraw
git pull
To use this module, add it to the modules array in the config/config.js
file:
{
module: 'MMM-MagicDraw',
position: 'fullscreen_above'
},
None
Notification | Description |
---|---|
TEMPLATE_RANDOM_TEXT |
Payload must contain the text that needs to be shown on this module |
npm install
- Install devDependencies like ESLint.npm run lint
- Run linting and formatter checks.npm run lint:fix
- Fix linting and formatter issues.