A 3rd Party Module for MagicMirror2
module request to show the current date minus 21 years
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...
}
},
]
cd ~/MagicMirror/modules
git clone https://github.com/justjim1220/MMM-BornBeforeDate.git
cd MMM-BornBeforeDate
npm install
changes for colors, sizes, and fonts can be made within the css file or your custom.css file