MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-WOTD

    Scheduled Pinned Locked Moved Education
    16 Posts 7 Posters 4.5k Views 8 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mumblebajM Offline
      mumblebaj Module Developer
      last edited by mumblebaj

      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-WOTD

      Spanish WOTD
      image-1.png

      Portuguese WOTD
      image-2.png

      Enjoy!!

      Updates:
      V1.1.0

      • Updated module to pull information from new elements as the sites used has changed.

      • Do git pull && npm install in the module folder.

      Check out my modules at: https://github.com/mumblebaj?tab=repositories
      Check my blog-post: https://mumblebaj.xyz/
      Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

      cowboysdudeC N 2 Replies Last reply Reply Quote 2
      • cowboysdudeC Offline
        cowboysdude Module Developer @mumblebaj
        last edited by

        @mumblebaj Looks great!!!

        1 Reply Last reply Reply Quote 1
        • M Offline
          mdefrancesco
          last edited by

          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?

          7a3a55ee-a07c-4bb2-bdf6-b73c6592c00f-image.png

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @mdefrancesco
            last edited by sdetweil

            @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…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • E Offline
              ehjaysea
              last edited by

              @mumblebaj said in MMM-WOTD:

              https://github.com/mumblebaj/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/

              mumblebajM 2 Replies Last reply Reply Quote 0
              • mumblebajM Offline
                mumblebaj Module Developer @ehjaysea
                last edited by

                @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.

                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                Check my blog-post: https://mumblebaj.xyz/
                Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                1 Reply Last reply Reply Quote 0
                • mumblebajM Offline
                  mumblebaj Module Developer @ehjaysea
                  last edited by mumblebaj

                  @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.

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories
                  Check my blog-post: https://mumblebaj.xyz/
                  Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                  E 1 Reply Last reply Reply Quote 0
                  • E Offline
                    ehjaysea @mumblebaj
                    last edited by

                    @mumblebaj Wonderful, thank you! Working again :clapping_hands:

                    1 Reply Last reply Reply Quote 0
                    • N Offline
                      Niggich @mumblebaj
                      last edited by

                      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?

                      mumblebajM 1 Reply Last reply Reply Quote 0
                      • mumblebajM Offline
                        mumblebaj Module Developer @Niggich
                        last edited by

                        @Niggich said in MMM-WOTD:

                        not working with more pages and server mode

                        Not sure I understand the above.

                        The module works fine, works with MMM-pages and in Container (server only mode) I have tested this.

                        Can you check in the logs if you see any errors in the logs and advise?

                        Check out my modules at: https://github.com/mumblebaj?tab=repositories
                        Check my blog-post: https://mumblebaj.xyz/
                        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                        N 1 Reply Last reply Reply Quote 0
                        • N Offline
                          Niggich @mumblebaj
                          last edited by

                          @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.

                          S mumblebajM 2 Replies Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @Niggich
                            last edited by

                            @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.

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            N 1 Reply Last reply Reply Quote 0
                            • N Offline
                              Niggich @sdetweil
                              last edited by

                              @sdetweil Okay, thanks. I learned something new.

                              1 Reply Last reply Reply Quote 0
                              • mumblebajM Offline
                                mumblebaj Module Developer @Niggich
                                last edited by

                                @Niggich Have you also check for any errors in the Dev console (shift + ctrl + i)

                                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                Check my blog-post: https://mumblebaj.xyz/
                                Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                N 1 Reply Last reply Reply Quote 0
                                • N Offline
                                  Niggich @mumblebaj
                                  last edited by

                                  @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!

                                  mumblebajM 1 Reply Last reply Reply Quote 1
                                  • mumblebajM Offline
                                    mumblebaj Module Developer @Niggich
                                    last edited by

                                    @Niggich Glad it is working for you now.

                                    Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                    Check my blog-post: https://mumblebaj.xyz/
                                    Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                    1 Reply Last reply Reply Quote 0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    • 1 / 1
                                    • First post
                                      Last post
                                    Enjoying MagicMirror? Please consider a donation!
                                    MagicMirror created by Michael Teeuw.
                                    Forum managed by Sam, technical setup by Karsten.
                                    This forum is using NodeBB as its core | Contributors
                                    Contact | Privacy Policy