A different kind of calendar.
-
Large, medium or small
-
Config option for 1 day view and 3 day view
git clone https://github.com/mykle1/MMM-HumanCalendar
into the~/MagicMirror/modules
directory.
{
disabled: false,
module: "MMM-HumanCalendar",
position: "middle_center",
config: {
size: "small", // small, medium or large
dayView: "1", // 1 or 3 day view
}
},