Read the statement by Michael Teeuw here.
MMM-WOTD
-
Hi Folks.
I created what some would call, YET Another Word of the Day module. :-)
The module has an option to either get Spanish or Portuguese Word of the Day. Other languages can possibly be added at a later stage on request and if I can find a page out there for it.
I am stuck between just showing the single selected language for now and maybe building a table to display multiple language WOTD with examples. I am open to suggestions on this. (Please raise them on github)
Check out the github page for it.
https://github.com/mumblebaj/MMM-WOTDSpanish WOTD
Portuguese WOTD
Enjoy!!
Updates:
-
Added Multi-language Support - You can now add multiple languages. Languages will rotate at a configurable interval
-
Add languages in an array
["spanish", "dutch", "german"]
etc -
Add you
rotateInterval
to the config i.e.1000*30
will rotate the display every 30 seconds between the selected languages.
-
-
@mumblebaj Looks great!!!
-
this is one of my favorite modules. i do have a question.
i increased the font size of the header but cant figure out how to increase the distance between the header and the divider bar underneath
am i missing something simple?
-
@mdefrancesco see https://www2.lawrence.edu/fast/GREGGJ/CMSC106/lectures/CSS/Boxes.html#:~:text=To create extra space between,extra space around the element.
also see https://forum.magicmirror.builders/post/90135
to learn how to use the developers window elements tab to test out your css changes live, without change, restart/reload, repeat… -
@mumblebaj said in MMM-WOTD:
Great work, thank you! FYI, for some strange reason as of right now the URL for english is throwing a 404, easily verified by going to https://www.englishpod101.com/english-phrases/
-
@ehjaysea Hi. Seems like EnglishPod has now changed. The other languages seem to still be working, for now. Will start looking around for new sources.
-
@ehjaysea I have pushed a change and English should now work again. Please do a
git pull && npm install
in the module folder. Everything should work again. -
@mumblebaj Wonderful, thank you! Working again :clapping_hands: