Read the statement by Michael Teeuw here.
MMM-CovidStats
-
@thgmirror Thanks. I will have a look at that. Maybe for the next feature of the module. Just have a busy few days coming up with work and Easter.
-
Great job on this module, I really like it. What options are there to sort by?
-
@mayfield
Your favorite countries appear in the sequence you add them in the config.js:countries: ["DEU","NLD","PER","FRA","DNK","NOR","SWE","FIN"],
Thomas
-
@thgmirror No I ment the sort by option in the config
-
@mayfield The sortby option is not working from the API perspective. Will look at another way to implement the sortby option
-
@mayfield Have updated with the option for sortBy. You can use one of the following options
Possible values:
cases, todayCases, deaths, todayDeaths, recovered, active
Just do a
git pull
-
[edited]
Apologies. I read it quickly and did not get you were adv your own module. -
@0m4r Way to go, promoting your own module on my module page…
-
Hi All
Updates
Updated data sources to new version of API.
To Update
cd ~/MagicMirror/modules cd MMM-CovidStats git pull && npm install