Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.68 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.68 KB

This is a module for the MagicMirror².

MagicMirror2 GitHub last commit Maintenance

Drawing board for Magic Mirror with touch interactive UI interface

STATUS: Version Date Maintained?
Experimental 1.0.0 2025-Feb-16 YES

Installation

Install

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

Update

cd ~/MagicMirror/modules/MMM-MagicDraw
git pull

Using the module

To use this module, add it to the modules array in the config/config.js file:

    {
        module: 'MMM-MagicDraw',
        position: 'fullscreen_above'
    },

Configuration options

None

Sending notifications to the module

Notification Description
TEMPLATE_RANDOM_TEXT Payload must contain the text that needs to be shown on this module

Developer commands

  • npm install - Install devDependencies like ESLint.
  • npm run lint - Run linting and formatter checks.
  • npm run lint:fix - Fix linting and formatter issues.