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/modulesClone this repository:
git clone https://github.com/uxigene/MMM-CursorConfigure the module in your config.js file.
To use this module, add it to the modules array in the config/config.js file:
{
module: "MMM-Cursor",
config: {
timeout: 1500
}
},The following property can be configured:
| Option | Description |
|---|---|
timeout |
Delay time in ms. Default value: 1000 |
Go to the module’s folder inside MagicMirror modules folder and pull the latest version from GitHub and install:
cd ~/MagicMirror/modules/MMM-Cursor
git pull