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

MagicMirror project for sister

Scheduled Pinned Locked Moved Show your Mirror
32 Posts 11 Posters 13.9k 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
    bachoo786 @blaukon
    last edited by Apr 19, 2020, 2:23 PM

    @blaukon hey so are you saying your mirror glass is bigger than your monitor?

    I have the issue if the mirror glass is bigger than the monitor then the edge which is not covered by the monitor it needs to be painted black or covered with a black material. This causes reflection issues on the mirror from the front I.e. you can see distorted images on the edge I.e. the image looks stretched…

    B 1 Reply Last reply Apr 20, 2020, 7:41 AM Reply Quote 0
    • B Offline
      blaukon @bachoo786
      last edited by Apr 20, 2020, 7:41 AM

      @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 Apr 23, 2020, 9:06 PM Reply Quote 0
      • B Offline
        Blauenfeldt
        last edited by Blauenfeldt Apr 20, 2020, 6:14 PM Apr 20, 2020, 6:13 PM

        @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 Apr 21, 2020, 12:45 PM Reply Quote 0
        • P Offline
          phmandl
          last edited by Apr 20, 2020, 9:36 PM

          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 Apr 21, 2020, 12:47 PM Apr 21, 2020, 12:45 PM

            @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 Apr 23, 2020, 9:06 PM

              @blaukon thanks man

              1 Reply Last reply Reply Quote 0
              • H Offline
                hayman
                last edited by May 3, 2020, 4:36 PM

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

                B 1 Reply Last reply May 4, 2020, 5:40 AM Reply Quote 0
                • B Offline
                  blaukon @hayman
                  last edited by May 4, 2020, 5:40 AM

                  @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 May 6, 2020, 10:29 PM Reply Quote 1
                  • H Offline
                    hayman @blaukon
                    last edited by May 6, 2020, 10:29 PM

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

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      phmandl
                      last edited by May 11, 2020, 11:19 AM

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

                      B 1 Reply Last reply May 11, 2020, 11:54 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 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