MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pandeyprakhar00
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 29
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Step by step video tutorial - how to build frame less magic mirror !

      thanks ! would definitely try it … :)

      posted in Hardware
      P
      pandeyprakhar00
    • RE: Raspberry Pi 3 b+ and Magic Mirror

      I have made a video tutorial about how to install MM application using @sdetweil scripts. I have also tried to explain the module configurations ! Hope it would help you…

      https://youtu.be/PHpth_KQHcE

      posted in Hardware
      P
      pandeyprakhar00
    • RE: Step by step video tutorial - how to build frame less magic mirror !

      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

      Demonstration of MM - https://youtu.be/sCetiJk2Qus
      How to build hardware of Frame less MM - https://youtu.be/BZ_JVD9ReMk
      How to Install MM & Getting started with MM Modules - https://youtu.be/PHpth_KQHcE
      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 !

      posted in Hardware
      P
      pandeyprakhar00
    • RE: Best Magic Mirror Build !

      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 !

      posted in Show your Mirror
      P
      pandeyprakhar00
    • RE: [WANTED] new ownership of modules.

      Thanks you for your hard work !

      posted in Development
      P
      pandeyprakhar00
    • RE: Best Magic Mirror Build !

      @bhepler

      How i build the harware !

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

      posted in Show your Mirror
      P
      pandeyprakhar00
    • Step by step video tutorial - how to build frame less magic mirror !

      Hello everyone !

      https://youtu.be/BZ_JVD9ReMk

      This is my frame-less magic mirror setup. After demonstarting the build https://www.youtube.com/watch?v=sCetiJk2Qus&t=4s , I received lot of requests to demonstrate the build.

      1.Intro.jpg

      Finally i was able to complete my video. I am sharing with anyone who needs it. Comments are most welcomed !

      https://youtu.be/BZ_JVD9ReMk

      posted in Hardware
      P
      pandeyprakhar00
    • RE: Best Magic Mirror Build !

      @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 !

      posted in Show your Mirror
      P
      pandeyprakhar00
    • RE: MMM-pages - modules with same name on different pages

      Your most welcome ! :slightly_smiling_face:

      Greeting from INDIA too!
      Prakhar

      posted in Troubleshooting
      P
      pandeyprakhar00
    • RE: Cooling Raspi

      @requiemmg Actually there is a hack! You can increase the space between wall & frame by placing 4 no screws in the back side of frame that would give you some extra margin to place your fan on Rpi. You can also adjust the screw height accordingly! Hope it helps !

      IMG_20200420_122319.jpg

      Back Space Screws.jpg

      posted in Troubleshooting
      P
      pandeyprakhar00
    • 1
    • 2
    • 3
    • 2 / 3