A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-PoemOfTheDay show standard, but no german language!
-
When trying to switch to German “de” language, pm log say’s:
There was an error filteringByLanguage, returning all poems
Any ideas?
-
@lolobyte the doc says you need another API key
-
Thank you for your quick response.
Here is a part of my config…
I have already inserted the api-key.{ module: "MMM-PoemOfTheDay", position: "lower_third", config: { textLimit: 1000, lineLimit: 10, detectLanguageApiKey: "{xxxxxxxxxxxxxxxx}", languageSet: ["de"], //["en", "es"] updateInterval: 120000, }, },
-
@lolobyte I don’t believe the apiKey should be in braces. that is usually used to indicate replacement from a variable
-
-
@lolobyte I opened this issue on the module GitHub page
https://github.com/Steven-Gassert/MMM-PoemOfTheDay/issues/13
-
Good idea.
I made it like the example on the github page.detectLanguageApiKey: "{API_KEY}",
-
@lolobyte I know, but that is incorrect…
my open issue asks to change the doc