Read the statement by Michael Teeuw here.
MMM-COVID-19 (Deprecated)
-
@banbutcher
“pinned” is array, so you can add as many as possible in screen. -
pinned: [“Diamond Princess cruise ship, Others”, “Mainland China”, “South Korea”],
-
@Sean
i tried addind a second country with this code:
{ module: "MMM-COVID-19", header: "COVID-19", position: "bottom_left", config:{ scanInterval: 1000 * 60 * 60 * 12, rotateInterval: 0, detailProvince: true, pinned: ["Ireland"], pinned: ["New Zealand"], logProvinceCountry: false, logOnce: true, sortOrder: null, } },
no joy tho with second country!
-
@banbutcher
pinned: [“Diamond Princess cruise ship, Others”, “Mainland China”, “South Korea”], -
its showing iew zealand and not ireland
-
does it throttle alyone elses cpu? running
top
shows electron using it all? is this normal? -
can u describe the data labels?
never mind read the code and its NEW confirmed/dead/recovered) as compared to last reported data -
@sdetweil
Sorry for no convenience. C/D/R areConfirmed
,Deaths
,Recovered
. NC/ND/NR arenew ...
You can change labels on CSS. -
-
@iMAGiC i just didn’t know what the N? labels meant… sometimes cant see the forest because of all the trees!!