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

    kclemen

    @kclemen

    7
    Reputation
    1.8k
    Profile views
    53
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    kclemen Unfollow Follow

    Best posts made by kclemen

    • RE: Bathroom - 30" MagicMirror

      Thank you for your reply.

      It seems that my OP was not totally clear. There will be 3 equal size mirrors next to eachother. That is also the reason that the middle cabinet is 18 mm larger. If you are right at that you will always see the glue, than I will have a big problem, because I can not use any visible fixture/frame, since I want 3 frameless mirrors next to eachother with only 3 mm gap.

      edit: Indeed, I’ve used 18mm melamine board for the cabinet.

      alt text

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      Furniture is done and mirror performs quite well :)

      alt text
      alt text
      alt text

      https://youtu.be/QY_KkEEJ0Q4

      posted in Show your Mirror
      K
      kclemen
    • RE: skywriter - python to javascript

      ok, first steps are being taken… https://github.com/Kclemen/MMskywriter

      posted in Development
      K
      kclemen
    • Bathroom - 30" MagicMirror

      Hi,

      We’re renovating our house. This time we are renovating our bathroom.
      For the wall were our bathroom cabinet comes we’ve worked with metal studs and drywall. This way we could make sure that the cabinet behind the mirrors is placed in the wall, instead of in front of the wall.

      Past days I’ve worked on the cabinet that will house our mirror. The middle part sticks out in respect to the left and right part. When the doors are closed, everything is nicely even.
      IMG_20170420_224519
      upload image

      Placing the cabinet
      IMG_20170421_195249
      With the doors closed the front is nicely even…
      IMG_20170422_152929
      Left and right we can place our products
      IMG_20170422_152952
      Enough space in next to, above and behind the tv to place everything.
      IMG_20170423_123043
      free image hosting

      At this point I have 37 mm free on the sides. In the height I have 48 mm to spare. Now I have to think how to attach the tv to the cabinet. I don’t want to glue the mirror to the tv.

      i was thinking of placing on both sides 18mm wide wood. On the bottom and top I would also place 18 mm (or I have to glue an 18 mm and 6 mm thick board together to come to 24 mm). This way I get a frame where I can glue the mirror to. The area to fix the mirror to will be 538 cm2. Only question is if this will hold the mirror!? The mirror will be around 528x841 mm and 8 mm thick, meaning it will weigh almost 9kg.

      edit: I’ve searched for the specs of the silicone I’m going to use:
      mir_o_bond_specs
      upload picture

      mirror: 9kg
      Area to fix it to: 53800 mm2
      Mirror = 795 Newton
      Mirror will have a force of 0.015 N/mm2

      Max tension of glue: 1.50 N/mm2

      I think I’m making a mistake in the calculation, not? The Max tension of the glue is factor 100 larger. This would mee that with the glueing surface I have I could hang a mirror of 900 kg !?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      @johnnyboy beautifully executed! WAF is important ;)

      posted in Show your Mirror
      K
      kclemen
    • RE: skywriter - python to javascript

      Node helper:
      self.sendSocketNotification('gesture', message.gesture);

      script:

      Module.register("MMM-skywriter",{
      	
      	//	gesture_up: 0,
      	//	gesture_right: 0,	
      
      	// Override socket notification handler.
      	socketNotificationReceived: function(notification, payload) {
      			console.log ("socketnotificationreceived.")
      		if (payload === "up"){
      			console.log("test - up");
      		}
      		else if (payload === "left"){
      			console.log("test - left");
      		}
      		else if (payload === "down") {
      			console.log("test - down");
      		}
      } ```
      
      Why is there no ccommunication between the helper and the script?	}
      posted in Development
      K
      kclemen

    Latest posts made by kclemen

    • RE: Bathroom - 30" MagicMirror

      Furniture is done and mirror performs quite well :)

      alt text
      alt text
      alt text

      https://youtu.be/QY_KkEEJ0Q4

      posted in Show your Mirror
      K
      kclemen
    • RE: Jake's Magic Mirror (Done)

      wow, amazing! What screen dit you use? Beautifull house too!

      posted in Show your Mirror
      K
      kclemen
    • Bottle py - freezes raspberry pi

      Hi,

      I’m using Bottle: Python Web Framework to control a relay on the raspberry pi. When I start the python script everything runs fine, but after a certain time (half an our or so) the pi freezes completely.

      from bottle import route, run
      import RPi.GPIO as GPIO
      
      
      GPIO.setwarnings(False)
      GPIO.cleanup()
      GPIO.setmode(GPIO.BCM)
      GPIO.setup(5, GPIO.OUT)
      
      @route('/on')
      def on():
          GPIO.output(5,GPIO.LOW)
          return("ON")
      
      @route('/off')
      def off():
          GPIO.output(5,GPIO.HIGH)
          return("OFF")
      
      @route('/status')
      def status():
          return GPIO.input(5)
      
      run(host="0.0.0.0", port=8070)
      

      anyone with more python experience that can give a helping hand?

      posted in Troubleshooting
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      @kclemen said in Bathroom - 30" MagicMirror:

      528x841 mm

      Thanks for this clear info. I will probably than go for the 15% mirror.

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      I’ve asked 3 companies to do me an offer. So, if I understand correctly, the 15% is "perfect’?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      Today I’ve called the glas company if they can give me some more info about the type of spy mirror they can deliver me.
      They send me following information:
      spy_mirror
      gif upload 20mb

      So, if I’m correct, this type of mirror has a transmission of 15%. Any good?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      A possible solution to “carry” the mirrors istead of glueing would be the use of an aluminium strip on the bottom and top? anybody already used them and could share a picture?

      alt text

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      Thanks for the replies.

      Back in december I already asked a glass company the exact same questiong about the difference in color. They also recommended me to use 3 times a 2 way mirror due to the color difference.

      Back then I got this invoice:

      1. 2 way mirror
      2. mirror clear
      3. mirror grey.
        offerte_december
        free image hosting

      Could anybody give me some more info about the type of 2 way mirror I have to order? I see here different percentages on the website. If the mirror is 8 mm thick, what is the best type?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      @johnnyboy beautifully executed! WAF is important ;)

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      What about spraying the outer edges of the mirror with something? Only the size of the tv should be see through…

      I tried to search for your project, but can not find it on the site.
      Would it be possible to show a picture of your setup?

      posted in Show your Mirror
      K
      kclemen