eouia / MMM-Meniny

Slovak name of day (request of Maros)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-Meniny

Slovak name of day (request of Maros)

Installation

cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-Meniny

Configuration

{
  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.

Issues

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.

About

Slovak name of day (request of Maros)

License:MIT License


Languages

Language:JavaScript 100.0%