Read the statement by Michael Teeuw here.
Magic Touch Display
-
Im working on a youtube video and have used a touch display instead of a mirror. Along with that I´ve made some of my own modules - a calculator, a drawing board and a mistake counter - press the Oops! button to count mistakes. In the background I also have a python script running with a voice to voice function using ChatGPT.
I´ll be releasing a video on the project next week but currently Im working on the frame.
For now - I have the modules uploaded to github.com/theswedishmaker
-
@Pjarki Very cool!
Let us know about developments.Two questions:
Which script do you use fot talking with ChatGPT?
Which MIC do you use?Thanks
-
@Egnos thanks! I have a python script that I will be uploading as well to talk to ChatGPT - unfortunately I dont have it working with the MagicMirror - I just have it running in the background for now.
The mic Im using is the respeaker 4-way mic from Seeed. It isnt supported anymore - but I managed to install it.
-
@Pjarki for now it’s not important if didn’t work on MM, is good also it running in the background.
Which python script do you use (I would like to do some tests…)?Thanks.
-
@Egnos the python script is now uploaded here: https://github.com/TheSwedishMaker/FridaytheAIVOICE
-
@Pjarki Thanks, I’ll try to do some tests. I will let you know!
-
@Pjarki Looks very nice! Thank u for sharing
-
@Pjarki Funny modules! I have them now, and have been thinking about to not use the MMM-ModuleController. I like the blurry background for the calculator. But there is one issue with the MMM-DrawingBoard for me, It is a bit laggy.
Do you know if it’s because of the non existing ModuleController in my config?
First of all then, I don’t know where to put these, can you tell me where to put them?
this.sendNotification(‘HIDE_MODULES’, { exceptionList: [“MMM-DrawingBoard”] });
this.sendNotification(‘SHOW_MODULES’);
-
@Manino those sendNotification go in other modules
-
@sdetweil What other modules?