MMM-CountDown
MMM-CountDown copied to clipboard
Not Showing up FIX!
PLEASE UPDATE YOUR README.md
Ways to fix all your issues (worked for me)
- you have to rename
MMM-CountDown-master
toMMM-CountDown
in the modules folder - config is not via
name: "event name"
it is:event: "event name"
(else it didnt work for me) - postion attribute is not in the config dict it is in the normal dict (look at example)
here is my example:
{
module: 'MMM-CountDown',
position: "top_right",
config: {
position: "top_right",
name: "Brasilien",
event: "Brasilien",
date: "2022-02-20 10:00:00",
}
},