Read the statement by Michael Teeuw here.
MMM-COVID19
-
@irich Hallo, das hab ich auch schon geschafft. Weiß denn jemand, wie ich die “,” durch “.” ersetzen kann. Will anstatt 434,595 das deutsche Format haben.
Danke für eventuelle Antworten. -
This post is deleted! -
@Lordy what language do they speak? I can add the translations for them
-
@Zinkeler Guten Tag
I will add German to the translations
-
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