leabs / MMM-friday-the-13th

MagicMirror Module to display to the user if it is Friday the 13th

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-friday-the-13th

A MagicMirror Module to show the user if today is Friday the 13th. By default this returns just a text string, but if you set the config option scary to true it will show a scary image instead!

MMM-friday-the-13th module screenshot MMM-friday-the-13th module screenshot Scrazy option!

Requirements

This module is to be used with the MagicMirror project, so it assumes you have a working MagicMirror set up and running already. There is a great community for this project on places like Reddit and also the MagicMirror Forums if you need help with getting started. There is also great documentation if you'd like to get started building your own module.

Installation

  1. Navigate into your MagicMirror's modules folder and execute git clone https://github.com/leabs/MMM-friday-the-13th.git
  2. Navigate to your config file in config/config.js and add the module to the modules array like so:
modules: [
	...Other Modules Here...,
	{
		module: 'MMM-friday-the-13th',
		position: 'top_right',
		//Config option for scary mode. If you want to be scared, set this to true.
		config: {
			scary: false,
		}
	}
]

Inspired by r/IsTodayFridayThe13th.

About

MagicMirror Module to display to the user if it is Friday the 13th

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 1.8%