• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 512.4k 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.
  • M Offline
    majik655 @Mykle1
    last edited by majik655 Jul 2, 2020, 4:50 AM Jul 2, 2020, 4:12 AM

    @Mykle1

    I do have one more question…

    Is there any way to not show lucy on any pages.

    Currently when I start Magic MIrror she is the only thing that shows on the screen.
    My PAGEONE in config is [] (nothing… No modules)

    For page two I have a few (no lucy) and is working fine.

    When she shows page two…its fine… she is not there (good)…
    When we go BACK to page one … she is not there (good)…

    But when we first start she is there.

    Is there any trick I could do to just not show her at all?
    I read in an earlier post where I can change “Say, Hello Lucy” and wonder if I can just blank that area out to nothing.

    But how would I go about basically removing the microphone icon ?
    I could replace it with a black box or something if I have to …just don’ t know where that is.

    Of course I would think just getting rid of those display things would still allow lucy to work we just visually would not see her.

    EDIT: And yeah old info … looked in en.json file in translations folder and basically changing line 3 in there does nothing really. Please let me know if this is an easy task or not. THANK YOU!

    1 Reply Last reply Reply Quote 0
    • B Offline
      bhepler Module Developer @majik655
      last edited by Jul 2, 2020, 3:55 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • B Offline
        bhepler Module Developer @majik655
        last edited by Jul 2, 2020, 4:00 PM

        @majik655 said in Hello-Lucy:

        I was speaking about getting in the mail soon my new microphone that is 3.5mm connector so I can plug it into the raspberry pi’s “headphone” jack (am I wrong it being a 3.5?)

        Hrm. Looking at the specs, it’s a 3.5mm four-pole headphone and composite video jack. Four-pole suggests that it’s designed for headsets with a microphone. I’d want to try that to be sure, but… theoretically you could make it work if you have the right adapter. You’ll need something that will bypass the audio channels and connect to the mic contact.

        The fact that it is a video out as well is still blowing my mind a bit.

        S M 2 Replies Last reply Jul 2, 2020, 5:08 PM Reply Quote 0
        • S Away
          sdetweil @bhepler
          last edited by Jul 2, 2020, 5:08 PM

          @bhepler I think it’s speaker/headphone and video. 4 wires signal and ground for both…

          no mic

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            majik655 @bhepler
            last edited by Jul 2, 2020, 6:25 PM

            @bhepler said in Hello-Lucy:

            @majik655 said in Hello-Lucy:

            I was speaking about getting in the mail soon my new microphone that is 3.5mm connector so I can plug it into the raspberry pi’s “headphone” jack (am I wrong it being a 3.5?)

            Hrm. Looking at the specs, it’s a 3.5mm four-pole headphone and composite video jack. Four-pole suggests that it’s designed for headsets with a microphone. I’d want to try that to be sure, but… theoretically you could make it work if you have the right adapter. You’ll need something that will bypass the audio channels and connect to the mic contact.

            The fact that it is a video out as well is still blowing my mind a bit.

            @sdetweil said in Hello-Lucy:

            @bhepler I think it’s speaker/headphone and video. 4 wires signal and ground for both…

            no mic

            Well great, lol guess I will be sending that one back hahaha
            I must have miss understood … guess everyone that was talking about the lag using usb mic was using a computer rather than a PI . ugh.

            Well no matter the video camera is gonna stay as it is working well.

            Thank you guys for the reply. Now if I can only figure out how to change the text lucy puts on the screen and maybe hide lucy when first booting up MM.

            M 1 Reply Last reply Jul 3, 2020, 1:15 AM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @majik655
              last edited by Jul 3, 2020, 1:15 AM

              @majik655 said in Hello-Lucy:

              guess everyone that was talking about the lag using usb mic was using a computer rather than a PI .

              No, and yes.

              USB introduces lag in both the Pi and a pc board. I’ve tested this on an Quad Core i7 with a USB mic. The lag is awful. However, any board with a 3.5mm mic jack works exceptionally well. Near zero lag on any laptop board I’ve ever used, even 12 year old laptop boards with minimal specs. I believe USB has trouble processing audio. The use of a 3.5mm mic jack goes direct to the sound card. No extra processing by USB needed.

              Anyway it is working beautifully and there is no lag

              Whatever setup you are using that has no lag, I would stick with that, short of moving to a pc or laptop board.

              Is there any way to not show lucy on any pages.

              I assume you mean, “Say, Hello Lucy” and the microphone icon. I’ll take a look at that for you.

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer
                last edited by Jul 3, 2020, 1:30 AM

                I think that using Remote-Control with Lucy can cause problems because they are both controlling HIDE/SHOW commands. If you disable Remote-Control temporarily does Hello Lucy still exhibit the issues you mentioned? The config entries for each page are how you set up your pages. Spellings and cases must be precise. The slightest error could drive you nuts.

                Create a working config
                How to add modules

                M 2 Replies Last reply Jul 3, 2020, 2:48 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer
                  last edited by Jul 3, 2020, 1:52 AM

                  So, if you don’t want the module to show at all you can add this to your custom.css file"

                  .Hello-Lucy {
                    display: none;
                  }
                  

                  However, you will no longer have any visual confirmation (ex. pulsing mic icon).

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    majik655 @Mykle1
                    last edited by majik655 Jul 3, 2020, 2:51 AM Jul 3, 2020, 2:48 AM

                    @Mykle1 said in Hello-Lucy:

                    I think that using Remote-Control with Lucy can cause problems because they are both controlling HIDE/SHOW commands. If you disable Remote-Control temporarily does Hello Lucy still exhibit the issues you mentioned? The config entries for each page are how you set up your pages. Spellings and cases must be precise. The slightest error could drive you nuts.

                    @Mykle1 said in Hello-Lucy:

                    So, if you don’t want the module to show at all you can add this to your custom.css file"

                    .Hello-Lucy {
                      display: none;
                    }
                    

                    However, you will no longer have any visual confirmation (ex. pulsing mic icon).

                    Oh Thank you for the css code! and I do understand about the no visual acknowledgment (which I have now found to be very useful).
                    For whatever reason when I moved my magic mirror from my garage where I have been configuring it to the living room… there is now a very long lag. For what ever reason I know it sounds crazy but in the garage there isn’t a lag. I have two theories for this… either its because wifi is stronger in garage (I dont see why this would matter at all)…or because there is more noise in the living room (which is more likely the reason)…

                    As for remote control I do have remote control as a module … in any of my process I have had the module installed.
                    I don’t feel that has anything to do with it but I will surely test this out very soon.

                    I have been thinking the issue lies with MMM-NewPIR since that is simply a module that instead of turning off power or going to stanby to “hide modules” it “covers” it. Well from what they said they made it sound like they just put up a black screen.
                    But the more I think about it they must do more because no matter what when the mirror goes to “sleep” because of no motion… when it comes back on because of motion ALL MODULES are shown.

                    So right now my Lucy config is below… and when MM first boots up … with this config Lucy is the only one showing on page 1 (page 2 works fine) if I switch to page to then back to page 1 Lucy does not show.
                    If I turn off MMM-NewPIR I have the same result… so I will try disabling MMM-Remote (as you suggested) and see if that works.

                    I guess I want to confirm from this config… when the mirror starts up, nothing should show on first page not even Lucy …correct?

                                 {
                                           disabled: false,
                                           module: "Hello-Lucy",
                                           position: "bottom_left",
                                           config: {
                                                           keyword: 'HELLO LUCY',             
                                                           timeout: 10,                        
                                                           standByMethod: 'HIDE',             
                                                           microphone: "2,0",               
                                                           sounds: [""],      
                                                           confirmationSound: "ding.mp3",  
                                                           startHideAll: true,  
                                                           pageOneModules: [],          
                                                          pageTwoModules: ["MMM-Reddit","MMM-Screencast","MMM-EARTH-Live","clock"], }
                    },
                    
                    
                    M 1 Reply Last reply Jul 4, 2020, 2:02 AM Reply Quote 0
                    • M Offline
                      majik655 @Mykle1
                      last edited by Jul 3, 2020, 3:08 AM

                      @Mykle1 said in Hello-Lucy:

                      I think that using Remote-Control with Lucy can cause problems because they are both controlling HIDE/SHOW commands. If you disable Remote-Control temporarily does Hello Lucy still exhibit the issues you mentioned? The config entries for each page are how you set up your pages. Spellings and cases must be precise. The slightest error could drive you nuts.

                      Well I have commented out everything in my config file except for “clock” module and Lucy.
                      For Lucy I have the config file like in my last post but I even have nothing in the second page.

                      When MM boots , Lucy shows bottom left corner. I suppose this is normal because why would you want her not there? I was wanting it that way because she was working really well with no lag… but for whatever reason not the case in a different room…crazy!

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 25
                      • 26
                      • 27
                      • 28
                      • 29
                      • 28 / 29
                      28 / 29
                      • First post
                        279/285
                        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