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 First Mirror... until now ^^

    Scheduled Pinned Locked Moved Show your Mirror
    37 Posts 17 Posters 45.6k Views 18 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.
    • cruunnerrC Offline
      cruunnerr
      last edited by

      Blau und schwarz beschreibt nur die Farbe des Streifens selber (nicht der LED). Also für die Funktion egal.

      Naja, also die Temperaturen kommen von meinem IoBroker Server. Um ehrlich zu sein habe ich schon länger nicht mehr an meinem Spiegel gearbeitet, sondern andere Projekte gestartet und vollendet.
      Mein ganzes Haus ist mittlerweile steuerbar (Licht, Thermostate, Lautsprecher etc…). Unter anderem habe ich eben auch Temperatursensoren von Xiaomi im Einsatz, die ihre Werte an meinen Server schicken.
      Auf dem Spiegel zeige ich die Werte dann mit dem MMM-iobroker Modul an.

      Aber ich habe auch viel mit ESP’s gemacht. Habe derzeit ca. 8 Stück im Einsatz. Einer steuert meine komplette Heizung. Einer steuert meine Klingel. Einer wertet meine Alarmanlage aus. Zwei sind für meinen Infinity Tisch… etc. pp… ^^
      Macht ziemlich viel Spaß


      Blue and black only describes the color of the strip itself (not the LED). So no matter for the function.

      Well, so the temperatures come from my IoBroker server. To be honest, I have not worked on my mirror for some time, but started and completed other projects.
      My whole house is now controllable (lights, thermostats, speakers etc …). Among other things, I have also used temperature sensors from Xiaomi, which send their values to my server.
      On the mirror I then display the values with the [MMM-iobroker] (https://github.com/ioBroker/MMM-ioBroker) module.

      But I also did a lot of ESP’s. Currently have about 8 pieces in use. One controls my entire heater. One controls my bell. One evaluates my alarm system. Two are for my infinity table … etc. pp … ^^
      It’s a lot of fun

      1 Reply Last reply Reply Quote 0
      • metalldetectorM Offline
        metalldetector
        last edited by

        Ja mach schon Spass…
        Wollte auch einen openhub installieren … auf einem raspi Zero… Mal schauen ob das was wird… Meine ESP usb serial programmer hardware kommt erst noch.
        Wollte die Temperaturwerte mit mmm-rest auslesen… Mal schauen… Ich danke dir jedenfalls für die tips

        1 Reply Last reply Reply Quote 0
        • K Offline
          kennydio
          last edited by

          @cruunnerr hello sir,
          I have pir sensor & relay. I followed exactly step 5.2 in your tutorial (https://forum.magicmirror.builders/topic/6291/howto-turn-on-off-your-monitor-time-based-pir-button-app/2?page=1). but it doesn’t work for me.
          The relay is off but when there is movement through the sensor, the relay does not turn back on. please help me.
          I’m sorry my English is not very good

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

            The mirror looks amazing and I’ve been able to glean some inspiration. Thanks for posting!

            1 Reply Last reply Reply Quote 0
            • A Offline
              andyyy
              last edited by

              I like the background picture (the girl). Does anyone know where to find that one?

              1 Reply Last reply Reply Quote 0
              • StoffbeuteluweS Offline
                Stoffbeuteluwe Project Sponsor
                last edited by Stoffbeuteluwe

                @cruunnerr Hi, Can you show me your css of Newsfeed, I am interested in make it smaller (width) like on your mirror…
                thanks

                1 Reply Last reply Reply Quote 0
                • cruunnerrC Offline
                  cruunnerr
                  last edited by

                  Meanwhile i changed my background but cannot find the girl-wallpaper. Sorry bro :(

                  Here is my whole css

                  /*****************************************************
                   * Magic Mirror                                      *
                   * Custom CSS                                        *
                   *                                                   *
                   * By Michael Teeuw http://michaelteeuw.nl           *
                   * MIT Licensed.                                     *
                   *                                                   *
                   * Add any custom CSS below.                         *
                   * Changes to this files will be ignored by GIT. *
                   *****************************************************/
                  
                   body {
                  	background-image: url("background2.jpg");
                  	background-size: cover;
                  	margin-left: 0px;
                  	margin-right: 30px;
                  	margin-top: 15px;
                  	margin-bottom: 15px;
                    	position: absolute;
                    	height: calc(100% - 28px);
                    	width: calc(100% - 22px);
                  }
                  .MMM-SystemStats  {
                          color: #CEF6CE;
                          } 
                  .MMM-MyCalendar {
                    max-width: 300px;
                  }
                  .MMM-MovieListings {
                    max-width: 400px;
                  }
                  .left header {
                      border-bottom: none; /* instead of 1px solid #666; to remove all lines from all the headers */
                      width: 70%;          /* add this to change the width of all module headers */
                  }
                  .right header {
                      border-bottom: none; /* instead of 1px solid #666; to remove all lines from all the headers */
                      width: 70%;          /* add this to change the width of all module headers */
                  }
                  .newsfeed .small{
                    color: #FFFFFF;
                  }
                  .newsfeed .medium{
                    color: #D8D8D8;
                  }
                  .newsfeed {
                   max-width: 280px;
                  }
                  .region.top.right {
                   max-width: 330px;
                  }
                  .MMM-ioBroker {
                   width: 550px;
                   zoom: 75%;
                  }
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    Newbie007 @cruunnerr
                    last edited by Newbie007

                    @cruunnerr My PIR doesn’t trigger or do anything. When I try to execute python script below is the error message.

                    Error Message

                    All of sudden my monitor started going to sleep so I made below changes,

                    sudo nano /etc/lightdm/lightdm.conf
                    

                    Add the following lines to the [SeatDefaults] section:

                    xserver-command=X -s 0 dpms
                    
                    1 Reply Last reply Reply Quote 0
                    • kusselinK Offline
                      kusselin
                      last edited by

                      Hi, can you post the Wallpapers here please

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        blackeaglece
                        last edited by

                        Hello and congratulations. Very beautiful. I also intend to do something like this but without LEDs and audio … unfortunately I stopped on the operation of the PIR. I have a smart tv lg with HDMI / cec I followed all the tutorials but I can’t make it work! every time MM has to restart, the screen turns black and I can’t even access the raspbian to make changes and I have to format it again! :-( I have your own PIR, could you give me a hand, help me? Thank you very much

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