Read the statement by Michael Teeuw here.
MMM-COVID19-SPARKLINE
-
@Sparkie579 - UK can be specified by putting “United Kingdom” in the config. I don’t think there is one for the EU as a whole. But you can specify the countries in the EU.
You can go to the Johns Hopkins page and see the list of countries that it tracks. Use those names in the left column if you need to look up particular spelling & variations (UK vs United Kingdom vs Britain vs England).
-
@bhepler Thanks, that is exactly correct! Any country can be specified so long as it is in the Johns Hopkins data.
-
Getting this error when I try to run npm install
npm ERR! code Z_DATA_ERROR
npm ERR! errno -3
npm ERR! zlib: invalid distance too far backActually getting that error when trying to install MMM-Screencast as well.
Running my MM in serveronly in a docker on my Synology NAS
-
@cyberphox It seems you need to update the system zlib. See here: https://github.com/nodejs/node/issues/22839
-
@skelliam Turns out installing a Synology package also installed Nodejs v12 which npm doesn’t like much…uninstalled both and error has disappeared…Thanks!
-
Hi everybody,
just a question about countries.
It is possible to add France ? or is too complicated ?take care of yourself :winking_face:
-
No Problem add “France” to your country’s in the config that’s it.
-
@MisterT Just add France to the list of countries in config
-
Glad you got it worked out @cyberphox!
-
@bhepler Thank you for your help. It works now.