Read the statement by Michael Teeuw here.
MagicMirror project for sister
-
hi again,
loking at your video and i was wondering how you got hotword or assistant to show the speech to txt? with mine i say the hotword followed by command which brings up the assistant rather than automatically onsceen like yours. i hope this makes sense to you!
Richie
-
@banbutcher hey, I’m using Version 2 from https://github.com/eouia/MMM-AssistantMk2 and the newest version of https://github.com/eouia/MMM-Hotword. Removed the presence on the mirror of both when nothing is decected and I belive that’s all I’ve changed :)
-
@blaukon hey well done man. Amazing job.
Please help me understand the following:-
how did you attach the monitor and the mirror together?
-
How did you hold the monitor to the frame?
-
Is the frame strong enough to hold the mirror and the monitor?
Thanks.
-
-
@bachoo786
sadly, I do not have more pictures or access to the mirror at the moment -
But I made 3d modell in tinkercad to show you the necessary construction:
front:

-> orange: mirrorglass (bigger than the hole)

-> monitor right onto the glass

backside:

the frame is massiv, about 2-2.5cm wood, I have absolutly no worries that this frame would brake by itself :)
and that’s basically how it’s mounted:

-
Hi, I have seen the video and its great work.
I have similar setup with yours i.e.: AssistantMK2 and Kinobo USB mic (not Akiro but that mini USB one) and it is nowhere as sensitive as yours. I have to speak almost next to the microphone for the hotword to activate AssistantMK2. This reduce the mirror usability considerably.
Can you please let me know what you have done to increase the sensitivity? so far, I have increased mic to max sensitivity with ALSA mixer but still nowhere near yours.
Regards,
-
hi, all I did is to set a higher but not too high sensitivity via alsa mixer or on desktop - right click on audio - audio input - input device settings and adjust the sesitivity:

did you test your mic? arecord test.wav -> aplay test.wav?
-
Thanks @blaukon
Yes, i tried to raise the sensitivity via UI and Terminal. Volume from arecord is still very low.
If I replace the mic, is it direct replacement or any configuration required?
-
if your recoding is still quiet, even when you’ve raised the sensitivity, it’s mostlikly your microphone :/
I’ve bought this one https://www.amazon.de/Kinobo-Mini-Akiro-Mikrofon-Windows/dp/B00NSOWWIS
and also one that looked like 99% the same, was cheaper, but wayyy worse in comparison. -
@blaukon I’m doing also same project.
Sir can you please share the Back up file of this project.
I’m trying from last 3 months but unable to complete.
Please share with me. -
@blaukon yep its definetely the mic. I will change and reply back.
Thanks!
-
@blaukon hey so are you saying your mirror glass is bigger than your monitor?
I have the issue if the mirror glass is bigger than the monitor then the edge which is not covered by the monitor it needs to be painted black or covered with a black material. This causes reflection issues on the mirror from the front I.e. you can see distorted images on the edge I.e. the image looks stretched…
-
@bachoo786
hey, as far as I can remember, the glass is slightly bigger than the monitor and the frame is also slightly bigger than the glass, no tape was used, since you only see the monitor in the frame and not the “frame” of the 27" monitor.tried to show it graphically with my old expanded notebookdisplay:

-
@blaukon I saw your pictures, and I see the text is easy to see in daylight, but in the video, it’s kinda hard to see in low light. But how is it with your own eyes in brought daylight and with low light/night?
-
Where did you pruchase your mirror? Directly form Pilkington? And how much did it cost you?
Thanks in advance. -
@bachoo786
I had no trouble reading the texts neither at night or day - you can easily adjust the brightness via MMM-Remote:
@phmandl bought at glas-star.de “Pilkington Mirropane Chrome Spy 4mm (Spy4) 0.3” : 82,00 € + 70,00€ shipping (:/)
-
@blaukon thanks man
-
Nice work,can you share how to change the icon of MK2 instead of Google icon???
-
@hayman thanks! Please keep in mind that I’m not using the newest version of AssistantMK2. I’ve changed the following lines in his code (commented as “NEW”), this way, it will only me shown, if MMM-Hotword detected the hotword:
prepareDom() { .... this.subdom.youtube = ytOutput this.subdom.wrapper = wrapper wrapper.style.display = "none" //NEW return wrapper } activate(profile, textQuery=null, sender=null, id=null, sayMode=false) { .... if (this.config.onActivate) { this.subdom.wrapper.style.display = "block" // NEW setTimeout(()=>{ this.doCommand(this.config.onActivate, "onActivate", "onActivate") }, this.config.onActivate.timer) } .... } deactivate(cb=()=>{}) { this.changeStatus("STANDBY") this.subdom.wrapper.style.display = "none" // NEW this.sendNotification(this.config.notifications.ASSISTANT_DEACTIVATED) this.quietRequest = false cb() } -
@blaukon thanks I’ll try it out. Great work
-
@hayman Could you share your config file for the MMM-remote? Would be helpful and save much time :D
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