Read the statement by Michael Teeuw here.
MMM-COVID-19 (Deprecated)
-
New Updates
2.0.0
(2020-03-04)- Whole new build. (
npm install
is needed to update) - Removed: depedency of external API. Data is derived from original source directly.
- Removed: some overspec config options.
- Added: past 7-days bar graph.
- Added: new confirmed, new deaths, new recovered of 1 day before (… of update date)
- Added : info section, last reported time, distance from me.
- Changed : multi pinned. pin key format changed.
- Chagned : more controllable by CSS.
Screenshot
- Whole new build. (
-
@Sean Looks veeeery good! Nice work! I can scrap my fork now :-)
-
@lavolp3
You can hidedeaths
for your wife..covid .deaths { display:none; }
-
@Sean :face_with_tears_of_joy:
No, that’s not enough.
I keep this on my development dashboard -
The World Total doesn’t show numbers anymore, but instead it just comes back with ‘NaN’. How can we fix this?
-
@x5nder
I’ll see. -
@x5nder
There was some invalid data schemes in original source. I fixed urgently now. (But I’ll inspect deeper tomorrow) -
Would it be possible to see only one country? I see tree results when just one country is configured. Would it be possible to remove World total, and the country slideshow below.
-
@najtram
First, setpinned
only one region.
To remove THIRD whole region rotation, setrotateInterval:0
To remove World Total, Hmmmm… There is a trick. add this into yourcss/custom.css
.covid .item.total { display:none; }
-
is it possible to set the third slot to a specific country?
and if possible to add more countries? slot 4?