Read the statement by Michael Teeuw here.
MMM-WOTD
-
-
@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:
-
Hey @mumblebaj,
looks nice, but I couldn’t get it working. I install all the Dependencies, but it doesn’t work. Is the module not working with more pages and server mode?
-
-
@mumblebaj Ok, this is what I mean. You said it is working with MMM-pages an server only mode. So, I’ve checked the Logs, but there are no errors.
I will try the module with my other Mirror Server. Maybe it’s something wrong with this server… Thanks. -
@Niggich All the UI is done at the client. modules tell MM that there is data to show, MM gets it and shows it
all the pages are done at the client. (pages/carousel/…) only cause a modules content to be hidden or shown.the server helps modules collect data and send it to the clients.