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.

    Cheap as chips.....

    Scheduled Pinned Locked Moved Show your Mirror
    17 Posts 4 Posters 14.0k Views 5 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
      ptbw2000
      last edited by ptbw2000

      I saw this site and thought that looks like a fun project for a Pi Zero W… ( should read the whole wiki really ).

      I hit ebay for a 1" deep A4 frame, a 7" LCD with HDMI driver board and a bit of two way acrylic.

      Unfortunately I then found out that the software is incompatible with the ARM architecture of the Pi Zero, so here is my mirror running with a Pi 3, the only additional components were a power plug for the LCD and a two way micro USB power lead to split the power between Pi and LCD.

      http://www.ebay.co.uk/itm/321293751657
      http://www.ebay.co.uk/itm/171763618052
      http://www.ebay.co.uk/itm/322518978255

      Total ebay spend ~45 quid. (less Pi and PSU).

      Enjoy
      0_1495926879923_6a.jpg

      (edit) Here are the innards.0_1495927244038_2a.jpg

      (edit) Just spotted the forum posts about getting this working with the Pi Zero W so will attempt that later.

      P 1 Reply Last reply Reply Quote 2
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by

        It’s so funny how many variations are popping up… you’re going smaller and I’m going bigger with a mini itx… I like the power and it runs VERY fast with strawberry’s voice module ;)

        D 1 Reply Last reply Reply Quote 0
        • P Offline
          ptbw2000 @ptbw2000
          last edited by

          To add to the build information I used the guide published by @rootsudo with what I believe is a better way to get node on the Pi B+ or Zero.

          As pi user on a fresh jessie lite install, this uses “n” to install the latest node build for the architecture you are installing on so in my case ARM6.

          sudo apt-get update
          sudo apt-get install git
          git clone https://github.com/tj/n.git
          cd n
          sudo make install
          cd ~
          sudo n stable
          git clone https://github.com/MichMich/MagicMirror

          Then proceed as per the original guide. https://forum.magicmirror.builders/topic/2075/magicmirror-on-pi-zero-w

          1 Reply Last reply Reply Quote 3
          • D Offline
            Damian @cowboysdude
            last edited by

            @cowboysdude

            I’m going bigger with a mini itx… I like the power and it runs VERY fast with strawberry’s voice module ;)

            hello will you publish how you ggot this with your pc? thank you

            P cowboysdudeC 2 Replies Last reply Reply Quote 0
            • P Offline
              ptbw2000 @Damian
              last edited by ptbw2000

              @Damian ( edit - The question wasn’t for me was it. Anyway this might help someone. )

              Hi, not sure what you mean hopefully the attached picture will help. ( That’s a Pi B+ with a very fat HDMI cable. I intend to change it to a slimmer one and add a PIR sensor using @cowboysdude code. )
              0_1496051441861_8a.jpg

              I was going to use a Pi Zero W then realised I had an old B+ and Wifi dongle so I switched to that instead.

              If you have any specific questions please ask.

              D 1 Reply Last reply Reply Quote 2
              • D Offline
                Damian @ptbw2000
                last edited by

                @ptbw2000 said in Cheap as chips.....:

                @Damian ( edit - The question wasn’t for me was it )

                hello no it was second time asking how to get this on mini itx pc as said but still get no answer so not sure why no answer

                Mykle1M 1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @Damian
                  last edited by

                  @Damian said in Cheap as chips.....:

                  hello no it was second time asking how to get this on mini itx pc as said but still get no answer so not sure why no answer

                  There can be a million reasons why you didn’t get an answer. Who can say why?

                  With that said, MM can be installed on Pi’s, PC’s, Mac’s. My first mirror is using a Pi3 with the standard Raspbian Jessie out of the box. I have MM installed on a Compaq laptop running uBuntu, a Dell laptop running Windows 7 and my dev machine, also running Windows 7.

                  You have to manually install things but it does work, and it works better than on a Pi. The mini itx that @cowboysdude mentioned is a brilliant idea, really. It’s small form factor allows it to be placed behind a mirror as you would a Pi, and its raw computing power, speed and graphics far exceeds that of any Pi.

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 1
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @Damian
                    last edited by

                    @Damian said in Cheap as chips.....:

                    @cowboysdude

                    I’m going bigger with a mini itx… I like the power and it runs VERY fast with strawberry’s voice module ;)

                    hello will you publish how you ggot this with your pc? thank you

                    I"m not making a traditional mirror per say… I"m using an Intel cpu and mini itx board with 8 gig ram and SSD on a 32" TV.

                    I installed Ubuntu and MM … that’s pretty much it :)

                    Is there anything specifically you needed to know?

                    D 1 Reply Last reply Reply Quote 1
                    • D Offline
                      Damian @cowboysdude
                      last edited by

                      @cowboysdude
                      @Mykle1

                      Sorry but I never noticed these replies or would have replied earlier, I managed by following @Mykle1 guide. and it worked as expected. Been so busy with setyting up full Alexa home automation in my home that I manage on here for quick visits only, but now automation is complete, I can come back to MM and continue with it, and hopefully incorporate MM in some way, although I already have alexa power up/down the monitor.

                      Mykle1M 1 Reply Last reply Reply Quote 2
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @Damian
                        last edited by

                        @Damian said in Cheap as chips.....:

                        Sorry but I never noticed these replies or would have replied earlier,

                        No worries, mate. :^)

                        I managed by following @Mykle1 guide. and it worked as expected.

                        Ahh, excellent! :^)

                        Sounds like you’re having fun and getting things done. I don’t have Alexa. Sounds damn cool though! :^)

                        Create a working config
                        How to add modules

                        D 1 Reply Last reply Reply Quote 1
                        • cowboysdudeC Offline
                          cowboysdude Module Developer
                          last edited by

                          Nice job!

                          1 Reply Last reply Reply Quote 1
                          • D Offline
                            Damian @Mykle1
                            last edited by

                            @Mykle1 said in Cheap as chips.....:
                            Sounds damn cool though! :^)

                            Cool, but quite a lot of work coding and making macros, using Broadlink RM Pro (IR and RF), with BlackBean in another room to automate there by IR, using a Droid box as a hub, and now controlling every light, every power point switch, lamps,TV’s, all functions of my AV equipment, LED striplights, spot lights, power on/off my PC’s, access any app/file on PC’s, use and control my Plex server to watch movies, listen to music, view pictures, open close my blinds, Volume up/down on TV’s, change source, change channels, full control of droid box, ect, ect, all by voice control only.

                            Now I’m back fully with MM and hope to do more with that.

                            Mykle1M 1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @Damian
                              last edited by

                              @Damian said in Cheap as chips.....:

                              Now I’m back fully with MM and hope to do more with that.

                              After all that, I’m thinking, you will NOT have a problem with MM. :^)

                              Create a working config
                              How to add modules

                              D 1 Reply Last reply Reply Quote 1
                              • D Offline
                                Damian @Mykle1
                                last edited by

                                @Mykle1 said in Cheap as chips.....:

                                After all that, I’m thinking, you will NOT have a problem with MM. :^)

                                :-D If only linux/JS were that easy for me, it is worlds apart from what I am used to ;-)

                                cowboysdudeC 1 Reply Last reply Reply Quote 1
                                • cowboysdudeC Offline
                                  cowboysdude Module Developer @Damian
                                  last edited by

                                  @Damian try it… once you do you’ll love it! :)

                                  D 1 Reply Last reply Reply Quote 1
                                  • D Offline
                                    Damian @cowboysdude
                                    last edited by

                                    @cowboysdude

                                    I’m getting there in baby steps, but it’s like trying to learn russian by reading a chinese book :-)

                                    cowboysdudeC 1 Reply Last reply Reply Quote 2
                                    • cowboysdudeC Offline
                                      cowboysdude Module Developer @Damian
                                      last edited by

                                      @Damian That’s how you do it… you’re doing it right… a little at a time :) You’ll get it!

                                      1 Reply Last reply Reply Quote 1

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • 1 / 1
                                      • First post
                                        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