@almostgithub
First you need to add the module “twice” into your config: MagicMirrorFolder/config/config.js
modules: [
{
module: 'MMM-COVID19'
},
etc ...
afterwards you need to enter your preferred settings & variables
{
module: 'MMM-COVID19',
position: "bottom_bar",
config: {
header: "COVID-19 Stats",
worldStats: true,
rapidapiKey: "yourverylongapikey",
orderCountriesByName: "false",
countries: [ "Austria", "Germany", "Italy" ],
updateInterval: 10000000,
lastUpdateInfo: "true",
headerRowClass: "small",
infoRowClass: "medium",
}
},
Let me know if this solves your problem