gismo2006 / mm-hide-all

MagicMirror Module to Hide Everything on Screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MM-Hide-All

MagicMirror Module to hide everything on screen.

Setup:

  • Add the following to your config:
{
	module: 'mm-hide-all',
	position: 'bottom_right'
},

Once the module is loaded correctly, simple click or tap the 'Hide' button. Click it again to get everything back.

  • Note

This requires the ability for you to click the button. It is not voice activated.

I built this as I am personally working on a touch screen MagicMirror of my own that I plan to use this on.

About

MagicMirror Module to Hide Everything on Screen


Languages

Language:JavaScript 69.8%Language:CSS 30.2%