Read the statement by Michael Teeuw here.
MMM-COVID19
-
@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 -
@bibaldo thank you :-)
-
@bibaldo Great, Thank You:thumbs_up_light_skin_tone:
-
This post is deleted! -
I don’t know what I am doing wrong, I can’t get it to work.
I have that in my config:
{ module: 'MMM-COVID19', positon: "top_left", config: { updateInterval: 300000, worldStats: true, countries: ["Germany","USA"], headerRowClass: "small", rapidapiKey: "API_KEY" } },
when I execute the curl command posted here I also get an output with my API key.
I am not 100% sure what is meant with “posting it twice”, why would that be?
Thank you for any help!
Edit: MM is loading normally - no errors. the module is just not there
-
@Saeijou said in MMM-COVID19:
positon
Hey @Saeijou,
try using
position: "top_left",
instead of
positon: "top_left",
That should do the trick :-)
-
@hweigel OH MY GOODNESS!!! I debugged that thing for HOURS! thank you so much :)
-
Hi Guys, I cannot get this to work - not sure what i am doing wrong…i can only see the header displaying and nothing else… please help! my config looks like this:
{ module: 'MMM-COVID19', position: "bottom_right", config: { header: "COVID-19 Stats", worldStats: true, rapidapiKey: "My Rapidapikey", orderCountriesByName: "false", countries: [ "Austria", "Germany", "Italy" ], updateInterval: 10000000, lastUpdateInfo: "true", headerRowClass: "small", infoRowClass: "medium", } },
Many Thanks in advance