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.

    MagicMirror project for sister

    Scheduled Pinned Locked Moved Show your Mirror
    32 Posts 11 Posters 14.7k Views 12 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.
    • B Offline
      blaukon @bachoo786
      last edited by

      @bachoo786
      hey, as far as I can remember, the glass is slightly bigger than the monitor and the frame is also slightly bigger than the glass, no tape was used, since you only see the monitor in the frame and not the “frame” of the 27" monitor.

      tried to show it graphically with my old expanded notebookdisplay:
      alt text

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

        @blaukon I saw your pictures, and I see the text is easy to see in daylight, but in the video, it’s kinda hard to see in low light. But how is it with your own eyes in brought daylight and with low light/night?

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

          Where did you pruchase your mirror? Directly form Pilkington? And how much did it cost you?
          Thanks in advance.

          1 Reply Last reply Reply Quote 0
          • B Offline
            blaukon @Blauenfeldt
            last edited by blaukon

            @bachoo786
            I had no trouble reading the texts neither at night or day - you can easily adjust the brightness via MMM-Remote: alt text

            @phmandl bought at glas-star.de “Pilkington Mirropane Chrome Spy 4mm (Spy4) 0.3” : 82,00 € + 70,00€ shipping (:/)

            1 Reply Last reply Reply Quote 0
            • B Offline
              bachoo786 @blaukon
              last edited by

              @blaukon thanks man

              1 Reply Last reply Reply Quote 0
              • H Offline
                hayman
                last edited by

                Nice work,can you share how to change the icon of MK2 instead of Google icon???

                B 1 Reply Last reply Reply Quote 0
                • B Offline
                  blaukon @hayman
                  last edited by

                  @hayman thanks! Please keep in mind that I’m not using the newest version of AssistantMK2. I’ve changed the following lines in his code (commented as “NEW”), this way, it will only me shown, if MMM-Hotword detected the hotword:

                    prepareDom() {
                      ....
                      this.subdom.youtube = ytOutput
                      this.subdom.wrapper = wrapper
                  
                      wrapper.style.display = "none"			//NEW
                      return wrapper
                    }
                  
                    activate(profile, textQuery=null, sender=null, id=null, sayMode=false) {
                         ....
                        if (this.config.onActivate) {
                  	this.subdom.wrapper.style.display = "block"	                   // NEW
                          setTimeout(()=>{
                            this.doCommand(this.config.onActivate, "onActivate", "onActivate")
                          }, this.config.onActivate.timer)
                        }
                        ....
                    }
                  
                    deactivate(cb=()=>{}) {
                      this.changeStatus("STANDBY")
                      this.subdom.wrapper.style.display = "none"			// NEW
                      this.sendNotification(this.config.notifications.ASSISTANT_DEACTIVATED)
                      this.quietRequest = false
                      cb()
                    }
                  
                  H 1 Reply Last reply Reply Quote 1
                  • H Offline
                    hayman @blaukon
                    last edited by

                    @blaukon thanks I’ll try it out. Great work

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      phmandl
                      last edited by

                      @hayman Could you share your config file for the MMM-remote? Would be helpful and save much time :D

                      B 1 Reply Last reply Reply Quote 0
                      • B Offline
                        blaukon @phmandl
                        last edited by

                        @phmandl hey, what do you mean by config-file? I’ve already uploaded the config.js to my google-drive: https://drive.google.com/drive/folders/16hNIqnGdpdmm9KeE-jcLGc0-fB80OpML
                        or do you mean the modul-files?
                        I have not changed any mmm-remote settings or module-code.

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