MMM-COVID19 icon indicating copy to clipboard operation
MMM-COVID19 copied to clipboard

not working

Open gokberkay opened this issue 3 years ago • 0 comments

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

gokberkay avatar Feb 23 '22 14:02 gokberkay