Read the statement by Michael Teeuw here.
MMM-COVID-19 (Deprecated)
-
@Sean Thanks for the quick replies. What’s the minimum version required?
-
@wi_brewer
I think to useasync arrow function
, At leastnode 8
be needed.
Current Most Recent version is 13.11 and Most recommended version is 12.16 at this moment.
And MagicMirror install guide usually assumes 10.x -
Possible to add some sort of scaling?
-
at the moments i have 2 slots,the first is world total and the second rotates through all the affected countries-can i change the second to rotate though a defined range of countries instead? i don’t have enough scrren space to give each country its own slot.
-
heya, thanks for the module; here’s what myne is looking like with some custom css:
can we get a thousands separator? personally i’d like a comma, but i gather folks in other regions might prefer a period, so the option for either would be useful…
also the US Total numbers don’t seem right; there’s a blue bar a few days ago, but no R or NR, but then again, perhaps the data is outta whack or the api is changing as i now see negative numbers in various places…
-
Possible to add some sort of scaling?
What kind of scaling are you meaning? Sorry, I’m not good at English, So more detailed explanation or example be needed.
-
@mrdenmark
Hmmmm… will consider, but for that, You have to describe all regions to be displayed. I’m not sure it’s really useful or convenience or not. (At this moment, total regions might be over 300s. and not regulated in origianl source) -
@luxiouronimo
thousands separator is added. comma or period or any characters you can use.
At this moment, I’m fixing US total bug. Unfortunately, Original Data of Johns Hopkins Univ might have some invalid format data, (It might be fixed sometimes by who discover it), so I will change to handle data more gracefully or safely. -
@luxiouronimo
https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv#L100
Hmmm I found what was wrong.
US and France doesn’t providerecovered
data since Mar 17 any more. That’s why current accumulated recovered is 0, and why negative number is shown. I’m not sure it will be fixed or not.
Have you any good source about this data? -
that’s awesome; hooraay to thousandsSeparator! thank u thank u!
sorry i don’t kno of any better sources for stats, this is a huge improvement over the web page i had been refreshing that only had stats for my state…
thanks for your work =)