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.

    Hello-Lucy

    Scheduled Pinned Locked Moved Fun & Games
    285 Posts 27 Posters 682.7k Views 27 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.
    • S Offline
      sdetweil
      last edited by

      on the mirror screen, press ctrl-shift-i (or start the mirror in developer mode with npm start dev)
      select the console tab of the dev window, and scroll back up to find any errors (red text)

      these will find syntax errors and other problems

      the module.js side displays in the dev console
      the node_helper.js side displays info in the terminal window

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Anthony
        last edited by

        @anthony said in Hello-Lucy:

        the mic icon started flashing and
        i said some commands and Lucy understand. But after a few seconds no more listening

        Everything you have described seems correct. And you had Lucy running according to your quote above. Please do as @sdetweil suggests and check for errors

        Create a working config
        How to add modules

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          Anthony Project Sponsor @Mykle1
          last edited by

          @Mykle1
          I made some abdjustments yesterday mostly at the order of the modules (not sure if needed) and disabled by comenting all of those I don’t have istalled in my MM. Seemed to work better with only some problem with showing pages. All modules where showing and hidding perfectly. Only it had a hard time with pages. But today nothing again. I say my keyword mut the min icon doesn’t start flashing. And I don’t get any error when I start MM in dev mode. I guess I must consider trying another mic since the current one is not a good one.

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @Anthony
            last edited by

            @anthony

            Are you using a Pi? The Pi may struggle with this because of 1) The use of a usb microphone and 2) The amount and type of modules you are using

            Create a working config
            How to add modules

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              Anthony Project Sponsor @Mykle1
              last edited by Anthony

              @mykle1
              Yes, I am using a rpi 3b+. I know that I must be patient during commands because of the usb mic but the problem is that I have to say my keyword more than 10 times to start flashing the mic icon. After that all modules show/hide quite well and quick. Basically I did a fresh install of raspbian and MM on new 32GB SD card, hoping that it will work better but I have the same problem. It just doesn’t hear the keyword. Also I would like to ask you if it is possible the Say, ‘Hello Lucy’ message.

              Mykle1M 1 Reply Last reply Reply Quote 0
              • M Offline
                mash55
                last edited by mash55

                check the logs… they should give you an idea what happened. What I was confronted with was a) missing variables (LD_LIBRARY_PATH= and PKG_CONFIG_PATH=). They should be added by the installation script (assuming you chose the automatic install.
                After solving this issue I had b) a DEVICE BUSY due to the fact that pulseaudio was already ‘sitting’ on my microphone.

                1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @Anthony
                  last edited by

                  @anthony said in Hello-Lucy:

                  I have to say my keyword more than 10 times to start flashing the mic icon.

                  I would guess that is due to the Pi’s performance and the latency introduced by the use of your USB mic. Also, a vocal accent while speaking English commands to Lucy seem to be a problem. I’ve a friend in Norway who speaks English very well but Lucy has a problem with his Norwegian accent.

                  With that said, I can’t help you with performance issues other than to suggest limiting or eliminating those modules that have high resource demands.

                  Also I would like to ask you if it is possible the Say, ‘Hello Lucy’ message.

                  I don’t understand the question, I’m sorry.

                  Create a working config
                  How to add modules

                  A 1 Reply Last reply Reply Quote 0
                  • A Offline
                    Anthony Project Sponsor @Mykle1
                    last edited by

                    @mykle1 said in Hello-Lucy:

                    I don’t understand the question, I’m sorry.

                    Sorry I didn’t write it right. I would like to ask you if it is possible to change the Say, ‘Hello Lucy’ message to something mine. As for the mic’s latency I will buy a better one and see the difference. Thank you for your tips and “Hello Lucy” :winking_face:

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @Anthony
                      last edited by

                      @anthony yes, Hello_Lucy is a customized MMM-Voice… in the MMM-Voice readme it says

                      Config Options
                      Option	Default	Description
                      microphone	REQUIRED	Id of microphone shown in the installer.
                      keyword	'MAGIC MIRROR'	Keyword the mirror starts to listen. IMPORTANT: Only UPPERCASE Letters
                      timeout	15	time the keyword should be active without saying something
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      A 1 Reply Last reply Reply Quote 0
                      • A Offline
                        Anthony Project Sponsor @sdetweil
                        last edited by

                        @sdetweil
                        This is the keyword. I already have changed that. I want to change the message which appears when MM starts. Now it say: Say ‘Hello Lucy’. I want to change it to Say, ‘Magic Mirror’.

                        S M Mykle1M 3 Replies Last reply Reply Quote 0
                        • S Offline
                          sdetweil @Anthony
                          last edited by

                          @anthony I use Hello Lucy and don’t see that… do you have EasyPics installed too? I do not.

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            mash55 @Anthony
                            last edited by

                            @anthony change

                             mode: 'Say, "Hello Lucy"',
                            

                            in MMM-voice.js

                            A 1 Reply Last reply Reply Quote 0
                            • A Offline
                              Anthony Project Sponsor @mash55
                              last edited by

                              @mash55
                              I have already tried that but the message remains the same in the screen.

                              1 Reply Last reply Reply Quote 0
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @Anthony
                                last edited by

                                @anthony said in Hello-Lucy:

                                I want to change it to Say, ‘Magic Mirror’.

                                MagicMirror/modules/MMM-voice/translations/en.json

                                Open the en.json file with a text editor.

                                Line 3: "NO_MODE": "Say, 'Hello Lucy'",

                                change to

                                "NO_MODE": "Say, 'Magic Mirror'",

                                Create a working config
                                How to add modules

                                A 1 Reply Last reply Reply Quote 1
                                • A Offline
                                  Anthony Project Sponsor @Mykle1
                                  last edited by

                                  @mykle1
                                  Thank you so much.

                                  Mykle1M 1 Reply Last reply Reply Quote 1
                                  • Mykle1M Offline
                                    Mykle1 Project Sponsor Module Developer @Anthony
                                    last edited by

                                    @anthony said in Hello-Lucy:

                                    Thank you so much.

                                    Welcome. :thumbsup:

                                    Create a working config
                                    How to add modules

                                    1 Reply Last reply Reply Quote 1
                                    • Mykle1M Offline
                                      Mykle1 Project Sponsor Module Developer
                                      last edited by

                                      Hello-Lucy!

                                      Almost 2 years old.

                                      1_1566091229230_IMG_2024.PNG 0_1566091229230_IMG_2023.PNG

                                      Create a working config
                                      How to add modules

                                      StoffbeuteluweS 2 Replies Last reply Reply Quote 2
                                      • StoffbeuteluweS Offline
                                        Stoffbeuteluwe Project Sponsor @Mykle1
                                        last edited by

                                        @Mykle1 nice Pictures

                                        Mykle1M 1 Reply Last reply Reply Quote 1
                                        • StoffbeuteluweS Offline
                                          Stoffbeuteluwe Project Sponsor @Mykle1
                                          last edited by Stoffbeuteluwe

                                          @Mykle1 is it possible to do show and hide in german (an) and (aus)?
                                          thanks for the nice module

                                          1 Reply Last reply Reply Quote 0
                                          • Mykle1M Offline
                                            Mykle1 Project Sponsor Module Developer @Stoffbeuteluwe
                                            last edited by

                                            @Stoffbeuteluwe said in Hello-Lucy:

                                            nice Pictures

                                            Thanks! That’s my granddaughter, Lucy. I named Hello-Lucy after her.

                                            is it possible to do show and hide in german (an) and (aus)?

                                            I don’t think you would have much success with anything but English. There are other voice modules that will perform better in those cases

                                            Create a working config
                                            How to add modules

                                            1 Reply Last reply Reply Quote 1

                                            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
                                            • 2
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 10 / 15
                                            • 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