@amanzimdwini It should be working now?
Read the statement by Michael Teeuw here.
Posts
-
To-Do Modules
Hey all,
Given my background in biometrics and computer vision, I was very intrigued by the entire Magic Mirror project and see great things for the future. I am very excited to be part of this journey and amazed to see the growing love and enthusiasm the community shares. Props to @MichMich for his excellent work!I just released an Email Module but I would like to work on many more. The following are some module ideas I have and intend to work on and would greatly appreciate any input. Please feel free to request any other modules you would like.
- Voice Command - Controlling the mirror using your voice. This is my primary goal because a lot of my futuristic module ideas rely on user interaction.
- Selfie - Takes a photo/video. Relies on Voice Command “Take a selfie”
- Module Store - Lists all modules and can be installed just by saying “Install XYZ Module”
- Profile - This is not a module, but the core system will be modified so that the mirror is personalized to every user. For example, in my Email module, the user’s email address will change according to who is viewing it. @paviro did a fantastic job with his Face Recognition Module to get this done faster. In addition, the mirror also saves a ‘state’ for every user, so when the user logs back in using his face, it will be loaded with the exact same settings as he left it (Last played song, etc.)
- Synced Notification - The original idea for a smart mirror that I had was that instead of wasting 10-15 minutes checking my email, messages, etc. on my phone after I wake up, I can walk in to the bathroom and check everything there while taking a shower (as I waste so much time in the shower doing absolutely nothing but contemplate the meaning of life).
- Maps - relies on Voice Command. Uses google maps to show directions to destination.
Looking forward to your comments.
-
RE: Internet Monitor
@Mykle1 Could you run the following?
pm2 flush
pm2 logs
and wait for a couple of minutes of log?Thanks!
-
RE: Email
@strawberry-3.141 @Peter_van_Evert I apologize for not being able to get back to you sooner - been busy with grad school. :( I replied on the issue on github. Thanks! :)
-
RE: Do your guest gets worried?
@Cato I always give an indication when the camera is on and let guests know about the same.
-
RE: Internet Monitor
@pjkoeleman @Advokaten customizable WiFi symbol is updated on github. Unfortunately, I could not test on my Mirror yet (especially the animations). I would greatly appreciate any feedback :D
I hope this is what you were looking for.
-
RE: Internet Monitor
@pjkoeleman Oops, forgot to remove convert.js from the script. Should work now.
The color option is currently part of the config, mostly because editing the css will take quite a bit of work as a lot of classes/places need to be updated, so I thought of just having a variable inside the config.
Animation can be turned off in the config in my next update, but I would like to hear your feedback currently.
Thank you!
-
RE: Internet Monitor
@pjkoeleman Thank you! By the way, the symbol looks great, if I say so myself :stuck_out_tongue_closed_eyes:
In the code for your custom.css, try to change
position
fromabsolute
torelative
.