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

    Posts

    Recent Best Controversial
    • 100x50 cm - 32" LED TV Mirror

      Hi all,

      at very first a big thanks to @MichMich! I’m already following since v1 of MM. By then it was just “a crazy idea” to build such a cool mirror myself. Well, times changed! ;)
      Additionally of course a big thanks to @Goldjunge_Chriz for making such a slim mirror pane available! I participated in the first order and am pretty happy how the end product turned out!


      Story

      I finally finished the first version of my mirror.
      The hardest part for me was to keep things simple and to finally get it done. Beforehand, I read a lot of very interesting stuff starting from gestures, over voice control up to facial regognition that I almost lost myself in dreaming about all those achievments rather than starting and finalizing the first shot.

      As - by the time I started - I ‘just’ had an old LED TV at hand, it became the scope of my project. I say ‘just’ because it is relatively thick and during the long process of making the mirror I got another 32" TV which is a lot thinner. But the design of the frame was already made to fit the thicker one and so I sticked to it.

      To reduce the thickness as much as possible, I stripped down all PCBs and moved them below the TV. Since the TV had speakers built-in, I recycled them and attached them to the frame. For the sound to leave the frame I drilled 4 holes on each side and 3D-printed customized grids. The whole installation weighs 12kg, which I think is still very well handable. The frame was chosen by my girlfriend. We bought it off some online painitng framing shop fitting the mirror I ordered in this amazing forum.


      Tech

      As I already wrote, I was looking for an elaborate solution to switch the mirror on and off. From my point of view this would be a camera, being able to detect both movement (first step) and faces (later on, if needed).
      For now I just have a WiFi switchable socket to power off the TV completely; the Pi runs 24/7.
      To get the TV to standy I currently have two options:

      • I’m still able to switch the TV on and off using the remote control. The IR receiver is situated behind the frame, but reachable if directly pointed at (in between wall and frame).
      • I installed cec-utils which enabled me to control the TV via HDMI CEC and a bash script.

      I didn’t investigate the HDMI CEC capabilities of my particular TV too closely as I just needed three things:

      • on (from standby)
      • off (to standby)
      • choose the correct input source

      What I read is, that manufacturers implement the CEC standard in very different ways and depths. For my model it seems very limited, but I got all the above points to work whichs is sufficient for my right now.
      During weekdays cron triggers the CEC-script , so that I get the latest news and infos before I leave for work. When I come home again I start and stop the TV manually when needed.


      Next steps

      Since it takes the TV at least 20 seconds to boot from standby, I thought a lot about how this time could be reduced. My idea is to make the TV’s LED backlight switchable/controlable and keep the screen itself running. I already figured out where the corresponding pin is situated on the PCB and what its logic level have to be for both on and off state.

      Additionally I need a better trigger than the remote control or the time (via cron) to switch the TV on or off.
      I guess I’m gonna generate some quick win with a simple motion sensor. Later on, if I find the time to install the camera I’d like to implement motion detection and maybe even facial recognotion.


      Modules

      Thanks to all coders! :)

      • clock
      • calendar
      • MMM-GoogleFit
      • MMM-WunderGround
      • MMM-FRITZ-Box-Callmonitor
      • MMM-Fuel
      • MMM-RNV
      • newsfeed

      Parts

      part amount
      Mirror ordered via @Goldjunge_Chriz 180€
      Picture frame 150€
      TV spare - 0€
      Raspberry Pi 3 incl. accessories ~ 60€
      Wood for the frame, hardware, etc. ~ 15€
      Sum ~ 405€

      Pictures

      0_1526070600144_20171119_12-35-47.jpg
      0_1526070609950_20171119_14-39-35.jpg
      0_1526070617922_20180429_14-43-56.jpg
      0_1526070624482_20180511_21-05-27.jpg
      0_1526070630810_20180511_21-02-20.jpg
      0_1526070637484_20180511_20-59-51.jpg


      Final thoughts

      So, please let me know what you think.
      From time to time I’m gonna update this post to show you some of my progress.

      Cheers!
      Marc

      posted in Show your Mirror
      mcgM
      mcg
    • RE: MMM-RNV

      Hey @yawns!
      I finally had a deeper look into the API and your code and felt free to adapt it a little according to my needs.

      I did the following things:

      • added the so called poles to be defined in the personal config
        this enables one to choose certain tracks/platforms at a particular stop (this was what i spoke about when I replied to your post the first time)
      • added a time offset, which it would take one to reach the acutal stop (by foot).
      • correction of the current time format from 12h to 24h, which led to an error when I tested the offset. (from hh --> HH)
      • edited the readme

      Because I’m completely new to Github I hope I did the most of it right till now. Guess the next step would be to create a pull request if you like, right?

      Cheers!

      posted in Transport
      mcgM
      mcg
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      Got mine safely today as well. Collected @CFenner’s and mine at @lolobyte.
      Thanks again for all your efforts @Goldjunge_Chriz and @lolobyte for the logistics!
      You guys are amazing!

      Going to post some pics of mine any time it is finnished.
      Cheers!

      posted in Hardware
      mcgM
      mcg
    • RE: MMM-RNV

      Hey @yawns, looks great!

      Even the differentiation between tram and bus, cool!
      I was surprised by the delay times as well, when I thought about building such a module (and thus starting to learn JS) I just had a rough look at the VRN API which doesn’t offer any real time data.

      I have two feature requests:

      • configurable number of shown connections
      • configurable direction (or destination)

      Cheers!

      posted in Transport
      mcgM
      mcg
    • RE: MMM-RNV

      Alright,
      i found a bug which led to still showing connections after the offset.

      Newest release has

      • offset bug fixed
      • new option to choose how many departures shall be shown (between 1 and 10)

      I’m gonna test this release a few days and then send a pull request :)

      posted in Transport
      mcgM
      mcg
    • 1 / 1