Read the statement by Michael Teeuw here.
MMM-COVID19
-
https://forum.magicmirror.builders/topic/12408/mmm-countup-covid19-example
If you want a counter for your Quarantine
-
@asdean
I second that, but not only for states in USA, other countries have them too! If the source data is store disaggregated maybe is just a matter of knowing under what names and there’s no need to change anything in module.
For example:
countries: [ “Buenos Aires, Argentina”, “Kentucky, USA”, “Sonora, Mexico” ]Could this be done?
-
@bibaldo Any way to change the color of the fonts for MMM-CountUP? CSS maybe?
-
@rafaelcota yes, you can change them at the css located in the module folder
-
@rafaelcota nevermind, found it:
.countUP tr td.digits {
color: #ffffff;
}in custom.css
Than you anyway…
-
@asdean the API that I’m consuming the info has an endpoint for USA states (https://coronavirus-monitor.p.rapidapi.com/coronavirus/usastates.php). You can change that if you want but another modifications have to be done at the code. You can open a PR (Pull request) if you want.
All can be done, but it will require too much effort for just one country (USA in this case). PR are very welcome
-
-
@bibaldo
I would like to add German to the translations. :thumbs_up_light_skin_tone: -
@almostgithub
I just had to wait for like 10 minutes while my Internet caught up. Try waiting. -
Translations were added
https://github.com/bibaldo/MMM-COVID19/commit/f6ddc82d47096089ae9122ed94919062dcd827e3