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.

    Vocabulary trainer

    Scheduled Pinned Locked Moved Requests
    6 Posts 2 Posters 3.1k Views 2 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.
    • K Offline
      kurt
      last edited by

      Hi Developers, software engineers and forum members
      So this is my idea of an new modul:
      Do you think it’s possible to develop something like a vocabulary trainer
      The words or the phrases to be learned should appear like the complimentsdo, and the translation will appear after some seconds with a random function, to make it not too easy.

      I guess it is very important not to write it down into the config. file like the compliments place, but to have the list with words to learn and the translation of them in a place, maybe inside the mirror, but not in a way we change the compliments in the config. file., to avoide mistakes and errors.

      As I’m not able to write a module by myself, sorry but I cannot describe the right way how it should be done.

      I saw quite similar modules like the MMM-GQuotes, or the MMM-wordnik, but it would be nice, if one could
      a) personalize the vocabulary or could put in some phrases like the ones shown in the following link: http://geschichtsverein-koengen.de/RoemSprichwort.htm
      b) the answer you gave, will appear after some seconds

      Sorry for my English, but it’s not my mother language and school is …once upon a time…away.

      I think it’s a good thing to have the possibility to train your brain, and of course the brain of your children, wife or just learn some words for your next holidays in, lets say Greece :grin: … while brushing your teeth.
      So Thank you in advance
      kurt

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @kurt
        last edited by

        @kurt I will try to do this in the next days. Progress can be followed down below.

        [card:fewieden/MMM-VocabularyTrainer]

        Please create a github issue if you need help, so I can keep track

        K 1 Reply Last reply Reply Quote 1
        • K Offline
          kurt @strawberry 3.141
          last edited by

          @strawberry-3.141
          unbelivabel, thumbs up, you are the man, one more time!
          or like @cowboysdude in an other post said, your one of the good dudes.
          so where is the quote buttom now? :relaxed:
          Thks in advance

          1 Reply Last reply Reply Quote 1
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer
            last edited by

            there is a first prototype on the develop branch

            git clone https://github.com/fewieden/MMM-VocabularyTrainer.git
            cd MMM-VocabularyTrainer
            git checkout develop
            

            Prototype

            [card:fewieden/MMM-VocabularyTrainer]

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 3
            • strawberry 3.141S Offline
              strawberry 3.141 Project Sponsor Module Developer
              last edited by strawberry 3.141

              I implemented another dictionairy provider. Do git pull and npm install

              • custom (All < - > All)
                custom file that gets parsed you can put in there whatever lanuguages you want, as long as they are in the format:
              [
                {
                  "native": "text",
                  "foreign": "translated text"
                },
                {
                  "native": "another text",
                  "foreign": "another translation"
                },
                ...
              ]
              
              • geschichtsvereinkoengen (Latin < - > German)
                Parses dictionairy from a website

              [card:fewieden/MMM-VocabularyTrainer]

              Please create a github issue if you need help, so I can keep track

              K 1 Reply Last reply Reply Quote 1
              • K Offline
                kurt @strawberry 3.141
                last edited by

                @strawberry-3.141
                In the beginning I filled up the Trainer.jason with my own vocabularys and translations and it worked fine.After that I adapted the config. file, which was easier for me as I thougt. Since then the modul gets the phrases with the translation from the website, and one by one is displayed on your mirror. Absolut amazing!
                So guys out there I recommand this modul highly, try it, adapt it to your needs and you’ll love it.
                It works like a charm :thumbsup:
                One more time >Thank you @strawberry-3-141 :trophy:

                1 Reply Last reply Reply Quote 0
                • 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