Slovak name of day (request of Maros)
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-Meniny
{
module: "MMM-Meniny",
position: "top_left",
config: {
message: "Today is <i>$TODAY$</i>. <br/> Tomorrow is <i>$TOMORROW$</i>."
// you can use $TODAY$ as name of today, $TOMORROW$ as name of tomorrow.
}
},
I haven't fully tested it.
There are some undefined dates, like 01 Jan.
, I don't know Slovak calendar system, so I cannot define them. You'd better fulfill missed dates by yourself.