boazarad / MMM-CountDown

Magic Mirror Module to count down to a specific date
MIT License
36 stars 24 forks source link

Not Showing up FIX! #19

Open asdat3 opened 2 years ago

asdat3 commented 2 years ago

PLEASE UPDATE YOUR README.md

Ways to fix all your issues (worked for me)

  1. you have to rename MMM-CountDown-master to MMM-CountDown in the modules folder
  2. config is not via name: "event name" it is: event: "event name" (else it didnt work for me)
  3. 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",
            }
        },