bibaldo / MMM-COVID19

MIT License
34 stars 28 forks source link

not working #64

Open gokberkay opened 2 years ago

gokberkay commented 2 years ago

Hi! I have installed the module under modules and added to the magic mirror config.js

    {
        module: "MMM-COVID19",
        header: "COVID19",
        position: "top_left",
        config:{
        countries: ["Austria", "Sweden", "China", "Spain", "Italy"],
        delta: true,
        worldStats: true,
        updateInterval: 60 * 60 * 1000,
        infoRowClass: "small",
        headerRowClass: "small",
        rapidapiKey: "50825f4524msh8e969ba*****************"
        }
    },

Of course I have a key but I just wanted to hide it.

But the module is now showing in the mirror. I have several modules that are working.

I guess that I am missing something.

Best regards Gökberk