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.

    My Kitchencabinet Mirror

    Scheduled Pinned Locked Moved Show your Mirror
    13 Posts 3 Posters 8.2k Views 4 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.
    • FoziF Offline
      Fozi Project Sponsor @Foxy25
      last edited by

      @foxy25 Great start! I’m looking forward to the finished setup, as there is a similar idea for my kitchen growing in mind.

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

      F 1 Reply Last reply Reply Quote 0
      • F Offline
        Foxy25 @Fozi
        last edited by Foxy25

        Hi @fozi, thank you so much!

        Definitely i reported here, when it’s finished.

        Have anybody more ideas what I can implemented? Write me your ideas, maybe i build it up.

        Greetings Torsten

        1 Reply Last reply Reply Quote 0
        • F Offline
          Foxy25
          last edited by Foxy25

          Hi

          today im done with preparatory work with the wires:

          kabel.jpg

          i install the follwing things:

          USB, HDMI and Powercord for the Display:

          https://www.amazon.de/gp/product/B07HY21RMG/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1

          https://www.amazon.de/gp/product/B072J9FLN4/ref=ppx_od_dt_b_asin_title_s01?ie=UTF8&psc=1

          https://www.amazon.de/gp/product/B075LK68G4/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1

          https://www.kab24.de/strom-licht/dc-hohlstecker-adaptekabel-von-35-x-135mm-dc-stecker-auf-55-x-21mm-dc-kupplung.html?cache=1618313812

          All together wraped in:

          https://www.amazon.de/gp/product/B07FW5H57B/ref=ppx_od_dt_b_asin_title_s01?ie=UTF8&psc=1

          For the power connection from the Pi to the powerstrip:

          https://www.amazon.de/gp/product/B07C4SZ6XN/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1

          https://www.amazon.de/gp/product/B07WFM84X9/ref=ppx_od_dt_b_asin_title_s01?ie=UTF8&psc=1

          the Pi is direct plug into the USB-Ports of the Powerstrip, so i dont need a another power adapter for the Pi. The Poweradapter in the Picture is to power up the Display.

          I need another adapter for the PowerConnection for the display.
          The L connector does not fit well at his angle, so I order one that is more straight.

          Greetings Torsten

          O 1 Reply Last reply Reply Quote 0
          • O Offline
            OberfragGER @Foxy25
            last edited by

            @foxy25 said in My Kitchencabinet Mirror:

            MMM-Globe for the animated background image.

            Thanks for the info about your used modules.
            I have also the PI4 but MMM-globe stops working within 25% of memory.

            Somehow with the time the RAM is fulling up by itself. Have no idea why. I also use pages and indicator.

            1 Reply Last reply Reply Quote 0
            • O Offline
              OberfragGER @Foxy25
              last edited by

              @foxy25 How are your temperatures? I had to add a “special” encasing for the PI. About 14 Euros at Amazon.

              One hint (mybe its useful for you: I changed soe code inside the “MMM-WiFiPassword” module. It was a bit annoying that below the QR-Code was still “Network” hardcoded.
              I changed the text in “MMM-WiFiPassword.js”, row 76 to

              networkNameDiv.innerHTML = "<b>WLAN:</b> " + this.config.network;
              

              looks nicer.

              1 Reply Last reply Reply Quote 0
              • F Offline
                Foxy25
                last edited by Foxy25

                Hi,

                hmm yes, maybe there are some litte problems with the MMM-Globe module.

                In my case I have the Pi4 4GB Model, runs stable, but somehow with the time the swap-space going more full and fuller and when its reached the limit (in my case 512mb) the Pi will go very slow.
                After a reboot everything goes allright and workes well…
                With the rest of the memory, i have no trouble:

                Free Ram = 25-30%, without the module round 44%

                Maybe it is better to run in production the 8Gb Model?

                My temperature is around 50-54° C with the fanless case.

                Without the globe modul around 48°C

                I change the name from “Network” to “WLAN- Gastzugang”.

                Greetings Torsten

                1 Reply Last reply Reply Quote 1
                • F Offline
                  Foxy25
                  last edited by Foxy25

                  Hi
                  Today my WIFI-Powerplugs are arrive.

                  https://www.ebay.de/itm/BlitzWolf-SHP6-TASMOTA-9-3-1-wie-Gosund-SP111-3450W-WLAN-Steckdose-Strommessung/274600948644?hash=item3fef7df3a4:g:DaMAAOSwvWNgR1NQ

                  I used Tasmota because it don’t send things “Home” and you need no cloud and the Plugs switch very fast.

                  The Script i wrote to Switch the when im not in the WiFi Powerplugs:

                  steckdose.sh

                  #!/bin/bash
                  
                  ping -c1 IP_OF_THE_MOBILE > /dev/null
                  
                  if [ $? -eq 0 ]
                  
                  then
                  
                  wget -O /dev/null http://IP_OF_THE_POWERLPLUG/cm?cmnd=Power1%20On
                  
                  exit 0
                  
                  else
                  
                  wget -O /dev/null http://IP_OF_THE_POWERLPLUG/cm?cmnd=Power1%20Off
                  
                  fi
                  

                  i installed a cronjob for every minute that execute the script, and it works very well.

                  Greetings Torsten

                  O 1 Reply Last reply Reply Quote 0
                  • O Offline
                    OberfragGER @Foxy25
                    last edited by OberfragGER

                    @foxy25 What do you switch on/off with the Gosund? The monitor?

                    Maybe you can get rid of the extra device. 2 Solutions in my opinion:

                    1. Use relays and control it via the pi4 directly - https://tutorials-raspberrypi.de/raspberry-pi-relais-schalter-steuern/
                    2. Try to use vcgencmd display_power 0 and vcgencmd display_power 1, i think this will work (or maybe echo 0 > /sys/class/backlight/rpi_backlight/bl_power)

                    There a various ways to turn off the RPI displays. See here:
                    https://www.screenly.io/blog/2017/07/02/how-to-automatically-turn-off-and-on-your-monitor-from-your-raspberry-pi/

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      Foxy25
                      last edited by Foxy25

                      Hi,

                      uhhh yes… sorry, how stupid from me…

                      I switch the display an and off with the WIFI-Powerplug.

                      There a many ways to fullfill somebodys needs. For me the Wifi-Plug and the small script was ein easy way to deploy that. The goal was to switch the Display complete powerless to save energie.
                      Not only switch the display to dark or switch of the HDMI-Port.
                      It works very good and im happy with that solution.

                      Greetings Torsten

                      O 1 Reply Last reply Reply Quote 1
                      • F Offline
                        Foxy25
                        last edited by

                        Hi,

                        Ok today we finish the woodwork and assemple all things together.

                        20210422_153252_a.jpg

                        20210422_155108a.jpg

                        20210422_163616a.jpg

                        20210422_164538a.jpg

                        20210422_183817a.jpg

                        Everything work great!

                        Greetings Torsten

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 1 / 2
                        • 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