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

Magic mirror first try (France, ~Lille)

Scheduled Pinned Locked Moved Show your Mirror
50 Posts 16 Posters 39.3k Views 14 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.
  • D Offline
    did
    last edited by May 6, 2019, 8:01 PM

    Bonjour
    J’ai acheté :
    MM-GENAU * Mirropane ™ Spy 4MM / SMART MIRROR 49€
    J’ai choisi ce modèle car il est moins lourd que le 6 mm , à l’utilisation le mirroir assombri le reflet et dans une pièce un peu lumineuse l’écran est plus difficile à lire.

    Hello
    I bought : MM-GENAU * Mirropane ™ Spy 4MM / SMART MIRROR 49 €
    I chose this model because it is lighter than the 6 mm, when using the mirror darkened the reflection and in a room a little light the screen is more difficult to read.

    1 Reply Last reply Reply Quote 0
    • S Offline
      solid
      last edited by May 8, 2019, 2:32 PM

      Pourrais-je savoir quel type de bois tu as utilisé pour le cadre ? ;)

      M 1 Reply Last reply May 8, 2019, 6:46 PM Reply Quote 0
      • M Offline
        mmourcia @solid
        last edited by May 8, 2019, 6:46 PM

        @solid bonjour,
        Du bête bois de Leroy Merlin;)
        Il fait 9cm de largeur pour 1,5 cm d’épaisseur.
        Vu que j’allais le peindre, j’ai pris un truc tout simple.

        1 Reply Last reply Reply Quote 0
        • S Offline
          solid
          last edited by May 8, 2019, 7:15 PM

          @mmourcia Thanks ;) Que ferait-on sans Leroy Merlin :D

          1 Reply Last reply Reply Quote 0
          • P Offline
            pplotton
            last edited by Dec 15, 2019, 8:41 PM

            Bonsoir, tout d’abord bravo pour ta réalisation. Te serait il possible de me détailler la façon dont tu gères ton portier vidéo Doorbird ? J’aimerais utiliser mon miroir en cours de réalisation pour gérer mon doorbird D2101V et ainsi remplacer une tablette android.

            Merci d’avance bonne soirée

            Patrice

            M 1 Reply Last reply Dec 19, 2019, 7:55 AM Reply Quote 0
            • M Offline
              mmourcia @pplotton
              last edited by Dec 19, 2019, 7:55 AM

              @pplotton
              Bonjour,

              Ce que je fais au final est de déclencher un son lorsque quelqu’un sonne.
              Dans la conf d’admin du doorbird, dans “visite http(s)” je mets un truc du genre :

              http://mm.local:port/remote?action=NOTIFICATION&notification=PLAY_SOUND&payload=%7B%22sound%22%3A%22carillon.wav%22%2C%22delay%22%3A100%7D
              

              Et coté miroir j’ai simplement activé le module remote.

              Au départ j’affichais aussi une frame avec la vidéo du portier mais ce n’était pas très au point donc j’ai arrêté.

              			config: {
              				// See 'Configuration options' for more information.
              				url: "http://ip_doorbird/bha-api/image.cgi?&http-user=mon_user&http-password=mon_pass",
              				height:"480px%", 
              				width:"35%",
              				autoRefresh: true, 
              				updateInterval: 0.5, //in min. Only if autoRefresh: true
              				displayLastUpdate: true,
              				//width: "100%", // Optional. Default: 100%
              				//height: "800px", //Optional. Default: 100px
              				scrolling: "no",
              				logDebug: true
              				}
              

              J’espère que ca pourra t’aider

              P 1 Reply Last reply Dec 19, 2019, 5:56 PM Reply Quote 0
              • P Offline
                pplotton @mmourcia
                last edited by Dec 19, 2019, 5:56 PM

                @mmourcia ok je vais commencer par ça. Merci en tous cas pour ton aide. Bonne soirée

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MilkShake
                  last edited by MilkShake Mar 22, 2020, 12:47 PM Mar 22, 2020, 12:43 PM

                  Hi mmourcia!
                  Do you mind sharing how you integrated into the doorbird API in english?

                  I have an automated gate with a Doorbird D101S and it would be awesome if the picture came up on the Mirror when someone pressed the button. Also playing the wav file as a notification. My mirror also uses the Goolgle Assistant MK2 and Addons by Bugsounet which are awesome! It would be possible to “Google, Open Gate”!

                  Best
                  MilkShake

                  M 1 Reply Last reply Mar 22, 2020, 4:13 PM Reply Quote 0
                  • M Offline
                    mmourcia @MilkShake
                    last edited by mmourcia Mar 22, 2020, 4:15 PM Mar 22, 2020, 4:13 PM

                    Hello @MilkShake ,

                    The only thing I kept as interaction is playing a sound file when someone knock at the door.

                    Conf on doorbird in http visit

                    http://IP_MM:8080/remote?action=NOTIFICATION&notification=PLAY_SOUND&payload=%7B%22sound%22%3A%22carillon.wav%22%2C%22delay%22%3A100%7D
                    

                    Conf of MM

                    Remote module

                    		{
                    			module: 'MMM-Remote-Control',
                    			config: {
                    					customCommand: {
                    						monitorOnCommand: '/usr/bin/vcgencmd display_power 1',
                    						monitorOffCommand: '/usr/bin/vcgencmd display_power 0',
                    						monitorStatusCommand: '[ $(vcgencmd display_power) = "display_power=0" ] && echo "false" || echo "true"'
                    					}
                    		        }
                    		},
                    

                    Sound module

                    		{
                    			module: 'MMM-Sounds',
                    			config: {
                    				startupSound:   'wobble.wav',
                    				quietTimeStart: '23:00',      // 11pm
                    				quietTimeEnd:   '07:00',       // 7am
                    				debug: true
                    			}
                    		},
                    

                    I’ve plugged an external usb speaker and when someone press the doorbird button, it plays sound.

                    I did some test before to show the face of the person ringing.
                    You could try to enable Frame module and ask doorbird to visit this address

                    http://IP_MM:8080/remote?action=SHOW&module=module_XX_MMM-iFrame-Ping
                    
                    		{
                    			module: 'MMM-iFrame-Ping',
                    			disabled: true,
                    			position: 'middle_center',	// This can be any of the regions.
                    			config: {
                    				// See 'Configuration options' for more information.
                    				url: "http://IP_DOORBIRD/bha-api/image.cgi?&http-user=user&http-password=password",
                    				height:"480px%", 
                    				width:"35%",
                    				autoRefresh: true, //set to false for video
                    				updateInterval: 0.5, //in min. Only if autoRefresh: true
                    				displayLastUpdate: true,
                    				//width: "100%", // Optional. Default: 100%
                    				//height: "800px", //Optional. Default: 100px
                    				scrolling: "no",
                    				logDebug: true
                    				}
                    		},
                    

                    Finaly, to open the door, i’m using a wonderful french project, Jeedom (https://jeedom.com). It handles all my home domotics.

                    Let me know if you need some other informations
                    Regards

                    M 1 Reply Last reply Mar 24, 2020, 2:16 PM Reply Quote 0
                    • M Offline
                      MilkShake
                      last edited by Mar 23, 2020, 8:13 PM

                      Hi and thanks for the explanation, however I have a few questions.

                      Why is the display_power involved in this?

                      When you write “Conf on doorbird in http visit”, is that the HTPPS(S) calls part of the Doorbird config?

                      I take it that I need a carillon.wav file in the MMM-Sounds/sounds directory or change the wav part to one of the default wav files like buzz.wav?

                      The call “http://IP_MM:8080/remote?action=SHOW&module=module_XX_MMM-iFrame-Ping” is that correct? Does it need the XX part?

                      M 1 Reply Last reply Mar 24, 2020, 7:23 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 4 / 5
                      • 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