Read the statement by Michael Teeuw here.
MMM-COVID19 not updating
-
@sdetweil it is your module , who is not working at the moment
-
@Baraka hm…
use a browser, go to this page
https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide
and click on download csv in the middle of the page
this is the data the module uses. I can access the file and it is currentalso, can u look in the log (either the window for npm start, or pm2 logs --lines=??? for pm2
??? is a number, default 15the module should retry every 15 minutes
-
i have this in the log:
requested file exists=modules/MyCovid19/countries-rawdata-10-22-2020.csv sending back to module_16_MyCovid19_4881
ready to get data id=module_16_MyCovid19_4881
check for file =modules/MyCovid19/countries-rawdata-10-22-2020.csv
processing id=module_16_MyCovid19_4881 file=modules/MyCovid19/countries-rawdata-10-22-2020.csv fields=[object Object]
done processing file id=module_16_MyCovid19_4881
have data, now filter id=module_16_MyCovid19_4881
processing for [“Germany”]
location=Germany
there are 0 entries to filter
send filtered data id=module_16_MyCovid19_4881 -
@Baraka said in MMM-COVID19 not updating:
modules/MyCovid19/countries-rawdata-10-22-2020.csv
ok, can u do an ls -laF on the file
and then rename it to …csv.old (I might want to see it)
I try not to download more than once a day to save peoples bandwidth -
@sdetweil i have rename the file and start new the mirror now i have the diagramm. Thanks
-
@Baraka yes, I am interested in what is in the file, how big it is… if 0 size then I need to look at that in case of a download error…
-
@sdetweil the old file has 468 bytes - > maybe corrupt , the new and correct has 3491729 bytes
-
@Baraka thank you…
-
@Baraka I have pushed a fix for the small file problem… it will erase it and act like it wasn’t there
git pull to get the update
-
@sdetweil No Graph is displayed, something has changed in csv file…