Skip to content

Cursor show/hide module for MagicMirror²

License

Notifications You must be signed in to change notification settings

woozu-shin/MMM-Cursor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Cursor

Cursor show/hide module for MagicMirror². Displays cursor when user moves mouse and hide after delay.

Installation

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.

Using the module

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.
		}
	}
]

Configuration options

The following property can be configured:

Option Description
timeout Delay time in ms. Default value: 1000

About

Cursor show/hide module for MagicMirror²

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 3.6%