@strawberry-3-141 said in german students develop smart Mirror ??? ;-(:
@yawns the article on t3n is mentioning that they use magicmirror, but their own website doesn’t
Yes,I know. The screenshot on their website however looks like magic mirror. Pictures on Instagram look different
Hi i want to build a magic mirror with google assistant and the magic mirror is going to my bedroom and when i was doing the project on paper i thought when i was going to sleep i need to turn the brightness a little bit down so you guys think i can do it by a voice command ? thx and sorry about my english
Hi, I am Almly from Birmingham, Alabama, USA. Basically, I am a newbie and hope that contribute an excellent time here, and I want to introduce every member and learn more things here.
Thanks.
Hi there! I am from Almly. I want to learn and day by day grow up my knowledge. I am a woodworker, and I love DIY. I want to know, something work tips such as how to maintain properly. I hope I learn correctly from in here.
Hello
Has there been an update to the forum, or any change in settings that I must re-select?
There used to be a notification bar along the top to let people know of the latest new postings, but this has gone now.
Thanks
Para ese objetivo está creado este foro. El grupo de Telegram servirá como otra herramienta más, pensando por ejemplo, en la gente que no entienda inglés.
For this purpose this forum is created. The Telegram group will serve as another tool, thinking, for example, of people who do not understand English.
Pues me acabas de dar una idea, acabo de crear un grupo de Telegram para Smart Mirror en castellano.
Este es el enlace:
https://t.me/smartmirrorRPI
Well, you just gave me an idea, I just created a Telegram group for Smart Mirror in Spanish.
This is the link:
https://t.me/smartmirrorRPI
Hi all. I’m just getting started with my MagicMirror/Notification center. I’m planning to use a touchscreen and am wondering if it is possible to add input (such as to Wunderlist) with a keyboard/virtual keyboard? Or would this require coding in both the MagicMirror software as well as each module that is being used? (Sorry, I searched the forums and Google, but came up empty). Thanks for any help.
the question was, how do you KNOW that music is playing? what code tells u?
I would expect the spotify playing module to do a sendNotification(“spotify_Playing”,something);
so that other modules might know… it does not do that (looking at the code)…
you could fork the existing code and add the 2 lines (one playing, one not) of code and submit an enhancement (pull) request to the module owner…