Cursor show/hide module for MagicMirror². Displays cursor when user moves mouse and hide after delay.
In your terminal, go to your MagicMirror's Module folder:
cd ~/MagicMirror/modules
Clone this repository:
git clone https://github.com/MarinescuEvghenii/MMM-Cursor.git
Configure the module in your config.js
file.
To use this module, add it to the modules array in the config/config.js
file:
modules: [
{
module: 'MMM-Cursor',
config: {
// See 'Configuration options' for more information.
}
}
]
The following property can be configured:
Option | Description |
---|---|
timeout |
Delay time in ms. Default value: 1000
|