Read the statement by Michael Teeuw here.
MMM-COVID19
-
@start-the-fire I’ve updated the module in order to have worldStats support. You can enable/disable it via config
Enjoy
-
@bibaldo cool… could u not sort the country list
I have 3 of these showing reports… (all different of course)…
-
@bibaldo Thank you very much
Looks great - One visual add-on towards headerRowClass would be the option to change also the size of the country names and the numbers. Those are quite big.
I think the best would be to add two additional size classes for the country/numbers and one of the main headerAll the best!
-
how to resize letters
-
Love how simple this looks! Having a little trouble pulling from the API however… I put in my API key but nothing displays under the “confirmed Deaths recovered active” header bar.
Not getting any errors, only thing i changed was adding in the x-rapidapi key from the link. do i need to add the host as well?
Thanks and stay safe! @bibaldo
-
@bobwilliams I’ve added new configuration for the letter font-size. Please read again the README
@almostgithub you have to put your rapidapikey at your global config file only.
If you have more issues, please output here your logs. -
@bibaldo No errors or warnings related to the COVID-19 module in my logs. In my main config.js file i just copied your sample and then changed the API key. Was i supposed to do anything else?
-
see another tracker, with line charts
https://forum.magicmirror.builders/topic/12387/covid-bell-curve-line-graph-tracker
-
@almostgithub no, nothing more than that (if you have the module up-to-date).
I would suggest you to perform a curl from your magicmirror (raspi or whatever) and check if the API is responding well. -
Nice job! Looking good and thank you for the additions.
To add to that ordering of countries by name… allowing the ‘countries’ list to set the order. It looks like ‘orderCountriesbyName’ alphabetizes them, but I wasn’t able to figure out how to have them list in any other way.
Great job getting this going so quickly and appreciate it. Always like to have current information showing.
My Sample Code:
{ module: 'MMM-COVID19', position: 'top_left', config: { updateInterval: 300000, orderCountriesByName: true, worldStats: true, countries: [ "Canada", "Italy", "USA", "Mexico" ], headerRowClass: "medium", infoRowClass: "small", rapidapiKey : “xxxxxxxxxxx ADD YOUR OWN API KEY xxxxxxxxx” \ } },