• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Best Magic Mirror Build !

Scheduled Pinned Locked Moved Show your Mirror
11 Posts 5 Posters 8.8k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    pandeyprakhar00
    last edited by pandeyprakhar00 Apr 27, 2020, 12:26 PM Apr 27, 2020, 12:26 PM

    Hello everyone,

    hope you are doing great !

    Watch my version of Magic Mirror Build

    [Best MM Build] (https://www.youtube.com/watch?v=sCetiJk2Qus&list=PLBy3Sw0lBrNeihCn0fOr-m5RYJNb4w4IS)

    1 Reply Last reply Reply Quote 2
    • B Offline
      bhepler Module Developer
      last edited by Apr 28, 2020, 1:09 PM

      Great video! And your mirror looks awesome. You did a fabulous job on both.

      P 2 Replies Last reply Apr 28, 2020, 7:02 PM Reply Quote 1
      • P Offline
        pandeyprakhar00 @bhepler
        last edited by Apr 28, 2020, 7:02 PM

        @bhepler Thank you for your appreciation ! :)
        In future i plan to make a series of tutorials explaining the hardware as well as software portion of the mirror !

        1 Reply Last reply Reply Quote 0
        • F Offline
          Fozi Project Sponsor
          last edited by Apr 28, 2020, 7:41 PM

          A truely amazing build! I like the frameless design and I‘m looking forward to seeing the build process.

          HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

          P 1 Reply Last reply Apr 28, 2020, 7:46 PM Reply Quote 0
          • P Offline
            pandeyprakhar00 @Fozi
            last edited by Apr 28, 2020, 7:46 PM

            @Fozi Thanks a ton ! Now, i would be able to sleep better… :)

            1 Reply Last reply Reply Quote 0
            • C Offline
              canadrian
              last edited by May 1, 2020, 1:49 PM

              This is cool! Congrats!

              How did you put the news like that? I want to have 3-4 feeds and top 5 news from each, and displayed on a full page.
              Thanks.

              P 1 Reply Last reply May 1, 2020, 7:48 PM Reply Quote 0
              • P Offline
                pandeyprakhar00 @canadrian
                last edited by pandeyprakhar00 May 1, 2020, 7:52 PM May 1, 2020, 7:48 PM

                @canadrian

                {
                	module: "newsfeed",
                        position: "upper_third",
                		              	config: {
                	           		       	feeds: [
                					               {
                						                      title: "The Hindu - National",
                					                         	url: "https://www.thehindu.com/news/national/feeder/default.rss"
                                                                       },
                
                                                                       {
                                                                                       title: "Times of India - National",
                                                                                       url: "https://timesofindia.indiatimes.com/rssfeeds/-2128936835.cms"
                                                                        },
                
                			                     	],
                			                 	showSourceTitle: true,
                			                 	showPublishDate: true,
                			                   	broadcastNewsFeeds: true,
                			                 	broadcastNewsUpdates: true,
                			                    hideLoading: true,
                                                showDescription: true,
                                                updateInterval: 45000
                		                          	}
                	           	},
                

                This module is for one row of news feed ! and it will show feeds from the above two links (in my case National news The Hindu & Times of India)
                You may add more feed links if required.

                Now, if you want to display a new row for the news, configure it as a new module with exact same name as of news feed. For eg. I have added international news feed

                {
                                        module: "newsfeed",
                                        position: "upper_third",
                                        config: {
                                                feeds: [
                                                        {
                                                                title: "The Hindu - International",
                                                                url: "https://www.thehindu.com/news/international/feeder/default.rss"
                                                        },
                
                                                        {
                                                                title: "Times of India - International",
                                                                url: "https://timesofindia.indiatimes.com/rssfeeds/296589292.cms"
                                                        },
                
                				],
                                                showSourceTitle: true,
                                                showPublishDate: true,
                                                broadcastNewsFeeds: true,
                                                broadcastNewsUpdates: true,
                                                hideLoading: true,
                                                showDescription: true,
                                                updateInterval: 45000
                			 }
                                },
                

                Keep in mind that the sequence of the rows will be according to the module position ie. if the News feed for national news is above international news. The First row would be of National news followed by International News.

                Hope it helps !

                1 Reply Last reply Reply Quote 1
                • P Offline
                  pandeyprakhar00 @bhepler
                  last edited by May 3, 2020, 10:37 AM

                  @bhepler

                  How i build the harware !

                  https://www.youtube.com/watch?v=BZ_JVD9ReMk

                  1 Reply Last reply Reply Quote 1
                  • P Offline
                    pandeyprakhar00
                    last edited by pandeyprakhar00 May 15, 2020, 7:44 AM May 7, 2020, 2:11 PM

                    So, after posting my videos on Fb, there were lot of people who were interested in building the mirror, however most of them did not know where to start.

                    Hence i decided to build a series of tutorials to get everyone out there started, who even don’t know what is Raspberry Pi.

                    I am a Mechanical Engineer and i wasn’t sure how to do things, but i learned after lots of research. I made this series of Videos starting from

                    1. Demonstration of MM - https://youtu.be/sCetiJk2Qus
                    2. How to build hardware of Frame less MM - https://youtu.be/BZ_JVD9ReMk
                    3. How to Install MM & Getting started with MM Modules - https://youtu.be/PHpth_KQHcE
                    4. How to configure calendar & weather modules - https://youtu.be/ce6O2aGB9tY

                    I also plan to make some more of them so that this project can reach to as many people as possible !

                    1 Reply Last reply Reply Quote 1
                    • T Offline
                      tbs86
                      last edited by May 13, 2020, 5:45 PM

                      After watching your video did you drill the holes into the mirror glass it self or did it come like that.

                      P 1 Reply Last reply May 14, 2020, 11:09 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        2/11
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy