Read the statement by Michael Teeuw here.
MMM-WOTD
-
@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.
-
@sdetweil Okay, thanks. I learned something new.
-
@Niggich Have you also check for any errors in the Dev console (shift + ctrl + i)
-
@mumblebaj No, I don’t. I tried again and now it is working, but I don’t know why?! I’m not sure I think I made a mistake the first time I installed it.
Thank you for your help!
-
@Niggich Glad it is working for you now.