@sirfm locale
has to be direcly under config not in the module config: https://github.com/fewieden/MMM-OlympicGames/blob/master/.github/global.png
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-OlympicGames
-
RE: MMM-OlympicGames
@mlhote In the meantime it works also with node-fetch v2 for me, so an upgrade seems not to be necessary.
One assumption is that this occurs when you restart the mirror several times. Then the API is often queried in a short time and therefore you are blocked.
-
RE: Updated Olympics module?
Even if this is an old question: MMM-OlympicGames has recently been updated.
-
RE: MMM-OlympicGames
I also had the “invalid json response” problem. After I upgraded node-fetch to 3.x, it works fine.
-
RE: Need Help to organize
Which fork are you using? This fork from redxeagle seems to be the most recent. And the tables are displayed properly there in the screenshots. Unfortunately, I don’t have ioBroker devices, otherwise I would have taken a closer look.
Since no one else is responding here, I suggest you open an issue on the module’s GitHub repository.
-
RE: Fork creator rails against MagicMirror²
Oh, apparently you can’t set discussion topics to resolved. Or I can’t find the button for it ^^
-
RE: Fork creator rails against MagicMirror²
@karsten13
You’re right. I close the topic, then we can invest our time in other things :-) -
RE: Typewriter Effect for Compliments?
Okay, maybe a CSS approach will be easier for you then. Here is a howto you could also try: https://css-tricks.com/snippets/css/typewriter-effect/
Then you would “only” have to adjust your
custom.css
.Feel welcome to let us know if you’re making progress.
I don’t know how familiar you are with CSS and JavaScript, but it can’t hurt to try :-)
-
RE: Typewriter Effect for Compliments?
Nice idea :thumbsup: :-)
I would start with
compliments.js
and this howto:
https://www.w3schools.com/howto/howto_js_typewriter.asp