• 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.

Cowboysdude's Mirror

Scheduled Pinned Locked Moved Show your Mirror
49 Posts 9 Posters 48.2k Views 9 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.
  • C Offline
    cowboysdude Module Developer @Mitchfarino
    last edited by Jun 16, 2016, 2:32 PM

    @Mitchfarino Once you get started you’ll see it’s a piece of cake. I have no experience either but as you can see mine is up and running.

    I do dabble in php and VERY little js so I’m going to attempt to port a joomla module I wrote over to this… I realize most here aren’t American but I’d really enjoy the NFL scores on mine as well… when I get time I’ll look at it…

    I’m a contractor and right now I have no time for my own stuff LOL

    R 1 Reply Last reply Jul 2, 2016, 4:48 PM Reply Quote 1
    • P Offline
      paviro Admin @Mitchfarino
      last edited by Jun 18, 2016, 6:44 PM

      @Mitchfarino said in Cowboysdude's Mirror:

      @cowboysdude hoping @paviro is working on it.

      Once I am done with school, I will :)

      We're all stories in the end. Just make it a good one, eh?

      – The Doctor

      1 Reply Last reply Reply Quote 2
      • C Offline
        cowboysdude Module Developer
        last edited by Jun 19, 2016, 3:08 AM

        I’ll update my picture as soon as it’s done… I ordered a real glass mirror but 2" longer so I can hide the PIR and Camera behind it… the new frame will be made out of mahogany… so once the mirror comes in I’ll build the new frame… next week I’m hoping…

        R 1 Reply Last reply Jun 19, 2016, 5:34 AM Reply Quote 0
        • R Offline
          RedNax Module Developer @cowboysdude
          last edited by Jun 19, 2016, 5:34 AM

          @cowboysdude said in Cowboysdude's Mirror:

          I’ll update my picture as soon as it’s done… I ordered a real glass mirror but 2" longer so I can hide the PIR and Camera behind it… the new frame will be made out of mahogany… so once the mirror comes in I’ll build the new frame… next week I’m hoping…

          Not entirely sure if the PIR will work (well) behind glass… http://forum.arduino.cc/index.php?topic=123750.0
          As for the camera, it’ll be getting a lot less light to work with aswell…

          That said, lookingforward to the result… :)

          C 1 Reply Last reply Jun 19, 2016, 12:10 PM Reply Quote 1
          • C Offline
            cowboysdude Module Developer @RedNax
            last edited by Jun 19, 2016, 12:10 PM

            @RedNax Well then I can still have a mirror that’s 2" bigger :)

            Honestly I wasn’t sure it would either but what I can do is add an inch of wood to the bottom and insert them behind that so not to block either of them.

            Thank you for the advice because that’ll just save me time!! :)

            1 Reply Last reply Reply Quote 0
            • R Offline
              Requiemm @cowboysdude
              last edited by Jul 2, 2016, 4:48 PM

              @cowboysdude said in Cowboysdude's Mirror:

              …I realize most here aren’t American but I’d really enjoy the NFL scores on mine as well… when I get time I’ll look at it…

              As a fellow USA resident and die hard Cowboys fan, I am eagerly awaiting news on your NFL module. I’m hoping to use it as a roadmap to also display current team news. As my wife is a die hard Redskins fan, (I know, I know), I’m hoping to tie face recognition in so it shows me Cowboys stuff and shows her Redskins stuff.

              C 1 Reply Last reply Aug 15, 2016, 10:23 AM Reply Quote 1
              • C Offline
                cowboysdude Module Developer @Requiemm
                last edited by cowboysdude Aug 15, 2016, 10:24 AM Aug 15, 2016, 10:23 AM

                @Requiemm said in Cowboysdude's Mirror:

                @cowboysdude said in Cowboysdude's Mirror:

                …I realize most here aren’t American but I’d really enjoy the NFL scores on mine as well… when I get time I’ll look at it…

                As a fellow USA resident and die hard Cowboys fan, I am eagerly awaiting news on your NFL module. I’m hoping to use it as a roadmap to also display current team news. As my wife is a die hard Redskins fan, (I know, I know), I’m hoping to tie face recognition in so it shows me Cowboys stuff and shows her Redskins stuff.

                I’m just starting on it. :) I like your face recognition idea!!! Awesome!

                1 Reply Last reply Reply Quote 0
                • C Offline
                  cowboysdude Module Developer
                  last edited by Aug 15, 2016, 10:26 AM

                  Because of the light sensitivity of the PIR module cannot put it behind the mirror… :( BUT you can replace it with a NOIR camera behind the glass to get the same thing!!! SO that’s my next move.

                  The mirror build is all done. I used real 1/4" glass mirror and built the frame from mahogany with a white trim on the front… very pleased with it.

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    cowboysdude Module Developer
                    last edited by Sep 1, 2016, 2:37 AM

                    My mirror has come a long way since it’s first build… it’s now voice activated… with newer modules like MMM-NFL module… wunderground weather module… quotes module… all this possible by really awesome users!!

                    So my mirror is because of the people that work really hard to bring this stuff to the public and it’s much appreciated!! It’s really awesome that you can customize something for you instead of having to deal with what people sell you and having to live with something that works but doesn’t totally do what you want it to.

                    Thank you all for ALL your hard work!!!

                    1 Reply Last reply Reply Quote 1
                    • M Offline
                      Mitchfarino Module Developer @cowboysdude
                      last edited by Sep 1, 2016, 8:27 AM

                      @cowboysdude said in Cowboysdude's Mirror:

                      @Mitchfarino said in Cowboysdude's Mirror:

                      ultrasonic sensors

                      I just got my PIR motion sensor and VIOLA it works… sleeps after so many seconds but once it detects movement it comes right back on! I run it through crontab…

                      if you want a copy of what I’m using for motion sensor I’ll share…I put them in the root and create a crontab to run pir.py and the rest is history… remember to chmod all three files… if you really wanted you could combine all three into one and instead of calling the off and on sh files you could just tell it to run the command from the py file… I will do that soon, just tired out today …work.

                      I have an Amazon Alexa sitting in my livingroom LOL BUT from what I’ve seen it’s a great option!

                      Do you have a video of yours working with voice recognition?

                      Could you share your motion sensor files? I’ve been away for the summer holidays with the family, so looking to get back in to things now that they’re going back to school!

                      C 1 Reply Last reply Sep 1, 2016, 4:21 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      • 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