Difference between revisions of "Magic Mirror"

From RiceFamily Wiki
Jump to: navigation, search
(Created page with "= Introduction = = Examples = * [http://blog.dylanjpierce.com/raspberrypi/magicmirror/tutorial/2015/12/27/build-a-magic-mirror.html Build a Magic Mirror] - Looks Awesome! * [...")
 
(Examples)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
 +
Build a "Smart Mirror" to display the Weather and News information.  In it's more advanced forms, it might be possible to do more than that.  It would be great if it could "recognize" a person and look up information specific to them (calendar, news, etc).
 +
 +
= Desired Features =
 +
* Count Down Timer - How many Years/Months/Weeks/Days/Hours/Minutes until a deadline.
 +
** ie - New Years; Vacation; Presidential Election
  
 
= Examples =
 
= Examples =
 +
* [https://www.youtube.com/watch?v=RWjvJq4Zabk Smart Mirror Touchscreen (with Face ID) using Raspberry Pi 4 | Full Tutorial]
 
* [http://blog.dylanjpierce.com/raspberrypi/magicmirror/tutorial/2015/12/27/build-a-magic-mirror.html Build a Magic Mirror] - Looks Awesome!
 
* [http://blog.dylanjpierce.com/raspberrypi/magicmirror/tutorial/2015/12/27/build-a-magic-mirror.html Build a Magic Mirror] - Looks Awesome!
 
* [https://www.youtube.com/watch?v=fkVBAcvbrjU How to Make a Raspberry Pi Smart Mirror]
 
* [https://www.youtube.com/watch?v=fkVBAcvbrjU How to Make a Raspberry Pi Smart Mirror]
Line 7: Line 13:
 
* [https://www.youtube.com/watch?v=ejnE6DM-hqU Adding some AI to the Smart Mirror] (uses a Mac rather than the Raspberry Pi, but should still be possible with Raspberry Pi
 
* [https://www.youtube.com/watch?v=ejnE6DM-hqU Adding some AI to the Smart Mirror] (uses a Mac rather than the Raspberry Pi, but should still be possible with Raspberry Pi
 
* [https://www.youtube.com/watch?v=sh2EJzplkpM Touchscreen Smart Mirror]
 
* [https://www.youtube.com/watch?v=sh2EJzplkpM Touchscreen Smart Mirror]
 +
** http://getpanl.com - Seems to be a "Commercial" Mirror rather than a publicly available DIY Project.
 +
* [https://www.youtube.com/watch?v=sc9UbREmo58 Inspiration for the Smart Mirror]
 +
* [https://www.youtube.com/watch?v=qNWIhNOthEY#t=0.479281 The Magic Mirror: Powered by a Hosted Web App and Windows 10 on Raspberry Pi]
 +
* [https://www.youtube.com/watch?v=xP3cNy58KTE How to make a basic Magic Mirror]
 +
* [https://www.youtube.com/results?search_query=raspberry+pi+magic+mirror YouTube Search for "Raspberry Pi Magic Mirror"]
 +
-----
 +
* [https://www.youtube.com/watch?v=wdaBi33nd3k LET`S BUILD - my first Raspberry Pi SMART MIRROR!]
 +
-----
 +
* [https://www.youtube.com/watch?v=DjPGoGmO5VY How to make a DIY Smart Mirror]
  
 
= Parts Needed =
 
= Parts Needed =
Line 20: Line 35:
 
* Google Speech
 
* Google Speech
 
* Wit.ai information
 
* Wit.ai information
 +
 +
= Resources =
 +
* https://magicmirror.builders/
 +
* http://aka.ms/projectoxford
 +
* https://github.com/MicrosoftEdge/magic-mirror-demo
 +
* [http://www.tapplastics.com/ Tap Plastics]
 +
* https://dracarysdiy.wordpress.com/ (In German and needs to be translated)
 +
 +
= Other Possibilities =
 +
* [https://www.youtube.com/watch?v=d2KvT8tcmNU Amazon Echo on a Raspberry Pi] - Maybe merge this with Magic Mirror?
 +
* [https://www.youtube.com/watch?v=frH9HaQTFL8 Installing Alexa Voice Service to Raspberry Pi]
 +
* [https://www.youtube.com/watch?v=tcI8ibjUOzg Make your Raspberry Pi artificially intelligent!] - Amazon Alexa Personal Assistant Tutorial
 +
* https://www.raspberrypi.org/blog/magic-mirror/
 +
 +
[[Category:Magic Mirror]]
 +
[[Category:Project]]
 +
[[Category:Raspberry Pi]]

Latest revision as of 18:53, 24 March 2022

Introduction

Build a "Smart Mirror" to display the Weather and News information. In it's more advanced forms, it might be possible to do more than that. It would be great if it could "recognize" a person and look up information specific to them (calendar, news, etc).

Desired Features

  • Count Down Timer - How many Years/Months/Weeks/Days/Hours/Minutes until a deadline.
    • ie - New Years; Vacation; Presidential Election

Examples



Parts Needed

Resources

Other Possibilities