This module for the MagicMirror shows scary images at random. Perfect for a halloween party
1. Execute the following commands to install the module:
cd ~/MagicMirror/modules # navigate to module folder
git clone https://github.com/sondrev/MMM-jumpScare.git # clone this repository2. Then, add the following into the modules section of your config/config.js file:
{
module: 'MMM-jumpScare',
position: 'lower_third', // Dosent matter.
},