Skip to content

justjim1220/MMM-BornBeforeDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-BornBeforeDate

A 3rd Party Module for MagicMirror2
module request to show the current date minus 21 years

Screenshots

ScreenShot

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
    {
        disabled: false,
        module: "MMM-BornBeforeDate",
        position: "top_right",
	config: {
	    message: "You Must Be Born On Or Before This Date:"   // change to how you want...
	}
    },
]

Install...

cd ~/MagicMirror/modules
git clone https://github.com/justjim1220/MMM-BornBeforeDate.git
cd MMM-BornBeforeDate
npm install

Configuration options

changes for colors, sizes, and fonts can be made within the css file or your custom.css file

About

module request... Stay Tuned for More...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published