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

    dvbit

    @dvbit

    8
    Reputation
    2.1k
    Profile views
    115
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    dvbit Unfollow Follow

    Best posts made by dvbit

    • Wooden Vertical Magic Mirror

      6fb83064-5fbc-49a5-96aa-3edc4a4be847-C6214C64-D77D-42C2-AA54-AF48C88068BB_1_105_c.jpeg /Users/nicolareina/Pictures/Photos Library.photoslibrary/resources/derivatives/C/C6214C64-D77D-42C2-AA54-AF48C88068BB_1_105_c.jpeg

      5de4b45b-9171-4823-a593-1da29887eb09-2FA7B3A3-CA8B-470D-99C9-BE17A7E4DE89_1_105_c.jpeg /Users/nicolareina/Pictures/Photos Library.photoslibrary/resources/derivatives/2/2FA7B3A3-CA8B-470D-99C9-BE17A7E4DE89_1_105_c.jpeg

      32inch vertical.
      Custom wooden frame.
      Kinect Mouse tracking gestures.
      Camera
      MicroWave Sensor behind mirror
      4 Momentary + 4 Toggle Switches on the side for custom controls
      Remote & original TV switched working on top
      Logitech Speakers on top frame

      Multi Year project…

      posted in Show your Mirror
      D
      dvbit
    • RE: NEW Flick hats for Raspberry pi - Might be good for gestures

      @cowboysdude the only “problem” is that gesture are recognized from a max of 15 cm.
      There’s a demo on youtube of a remote made from this hat plus a raspie in a wooden case and the guy is making the gestures pretty close to the box.
      However even like that the wow effect is there

      posted in Hardware
      D
      dvbit
    • RE: Fun plugins ...

      Actually this is not just face recognition (look at the demos ).

      And…yes if I was good at programming in JavaScript I would embark in the writing.
      And I will indeed try.
      But for sure someone proficient should be quicker.

      Was not my intention to assign jobs

      posted in Development
      D
      dvbit
    • RE: My Mirror

      @Mykle1 Hi could you post the link to the film vendor?ty

      posted in Show your Mirror
      D
      dvbit
    • RE: The 32" Inch Mirror

      Hi
      I was inspired by your post and am gathering components to set up not only a mirror but my home server there.

      One thing is bugging me…noise. my mirror wil be located in the main bedroom where we sleep…
      What cooling are you using? How noisy?
      Tx

      posted in Show your Mirror
      D
      dvbit
    • Wip vertical standing mirror

      Hi all
      Just wanted to thank all for the great info.
      I am finishing, after some years of reading and adding, my first mirror build.
      I am very happy with it even if its not completely finished yet (software wise).
      The mirror is 70x180 with a 37 inch screen. Rpi4
      Rcwl doppler based presence sensor thanks to…cant remember user
      Tv ir and buttons exported to the frame
      4 momentary switchws + 4 switches to manage tv and somw settings
      Intel movidius ncs2 stick inside and configured to be used soon with posenet and face reco (todo)
      Embedded lovelace homeassistant dashboadd (tx mmm smartwwebdisplay module author)

      Picam for face reco thanks @nischi
      Google assistant hotword etc thanks to @Sean
      Pir sensor thanks to @paviro
      Pages thanks to @Veldrovive and

      And many other users.
      Tx again

      I am also using a kinect to manage virtual mouse (movement and click) and am devwloping an euristic to intercept swipes (wip).

      You can find a video here
      https://m.facebook.com/groups/426043094237765?view=permalink&id=1432579663584098

      As soon as possible i will write a better post

      Happy ny to all0_1577803005249_IMG_20191231_153611.jpg

      posted in Show your Mirror
      D
      dvbit

    Latest posts made by dvbit

    • Wooden Vertical Magic Mirror

      6fb83064-5fbc-49a5-96aa-3edc4a4be847-C6214C64-D77D-42C2-AA54-AF48C88068BB_1_105_c.jpeg /Users/nicolareina/Pictures/Photos Library.photoslibrary/resources/derivatives/C/C6214C64-D77D-42C2-AA54-AF48C88068BB_1_105_c.jpeg

      5de4b45b-9171-4823-a593-1da29887eb09-2FA7B3A3-CA8B-470D-99C9-BE17A7E4DE89_1_105_c.jpeg /Users/nicolareina/Pictures/Photos Library.photoslibrary/resources/derivatives/2/2FA7B3A3-CA8B-470D-99C9-BE17A7E4DE89_1_105_c.jpeg

      32inch vertical.
      Custom wooden frame.
      Kinect Mouse tracking gestures.
      Camera
      MicroWave Sensor behind mirror
      4 Momentary + 4 Toggle Switches on the side for custom controls
      Remote & original TV switched working on top
      Logitech Speakers on top frame

      Multi Year project…

      posted in Show your Mirror
      D
      dvbit
    • RE: Wich speaker for my mirror ?

      @sdetweil interested too.
      I have my TV stock but it sounds terrible

      posted in Hardware
      D
      dvbit
    • RE: MMM-NewPIR v3

      Yes you are right. I would just like dialogue to start.

      posted in System
      D
      dvbit
    • RE: MMM-NewPIR v3

      that is go here and ask for open dialogue https://github.com/MichMich/MagicMirror/issues/2130

      posted in System
      D
      dvbit
    • RE: MMM-NewPIR v3

      currently all modules developed by bougsounet are offline due to some issue with MM project founder.
      If you want them to go back online please invite the MM project owner, michmich, to have a dialogue.

      posted in System
      D
      dvbit
    • RE: mmm assistant mk2

      @mcretu Hi . Lost in the Post.
      I think you refer to youtube not being displayed.
      If that is the case, as @Bugsounet keeps saying (he said it to me about this…), red the wiki. It’s all there.

      you need to change the config.js in config as follows:
      https://github.com/bugsounet/MMM-Assistant2Display/wiki/Configuration

      Assistant2Display need electron special configuration for web link displaying and Youtube functionality
      
      start of the config.js configuration file
      
      var config = {
        address: "localhost",
        electronOptions: {
          webPreferences: {
            webviewTag: true
          }
        },
        port: 8080,
      ...
      address should be localhost for playing YouTube video
      electronOptions is need if you want to display the link and Cast module
      
      posted in Troubleshooting
      D
      dvbit
    • RE: mmm assistant mk2

      A big thank You to @Bugsounet for his help in troubleshooting.
      It was nothing to do with the modules but with my asoundrc config.
      the ouput card/device were not correct.
      Thanks again!

      posted in Troubleshooting
      D
      dvbit
    • RE: mmm assistant mk2

      @sdetweil nope I just grep my grep :-D

      posted in Troubleshooting
      D
      dvbit
    • RE: mmm assistant mk2

      @dvbit said in mmm assistant mk2:

      HDMI

      One little Step ahead.
      Disabling Audio Output gives no audio feedback but then the mirrorr goes back into waiting state.
      So it get’s stuck in “Spinning State” because the audio fails.
      Maybe it’s obvious but I think it is interesting.

      and this from the log is also useful:

      [2020-06-01 19:27:11.533] [LOG]    [SNOWBOY] Retry restarting...
      [2020-06-01 19:27:13.588] [LOG]    [LPCM16] WARN: arecord: main:828: audio open error: Device or resource busy
      
      [2020-06-01 19:27:13.589] [LOG]    [SNOWBOY] Retry restarting...
      
      

      So my audio ouput device is "owned " by some other process I guess

      aplay -l gives:

      pi@MagicMirror:~/MagicMirror $ aplay -l
      **** List of PLAYBACK Hardware Devices ****
      card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
        Subdevices: 4/4
        Subdevice #0: subdevice #0
        Subdevice #1: subdevice #1
        Subdevice #2: subdevice #2
        Subdevice #3: subdevice #3
      card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
        Subdevices: 4/4
        Subdevice #0: subdevice #0
        Subdevice #1: subdevice #1
        Subdevice #2: subdevice #2
        Subdevice #3: subdevice #3
      
      
      posted in Troubleshooting
      D
      dvbit
    • RE: mmm assistant mk2

      @Bugsounet So I have "Output Device Settings " item greyed out in desktop sound menu.
      entries:

      • Analog
      • HDMI
      • USB Kinect Audio
      • Output Audio Device Settings : Greyed out

      Edit:
      Before sending Firmware to Kinect after boot (to enable it) the Ouput Device Settings Option is NOT there (also no Kinect Audio available)
      After sending it both Kinect and Output Deive Settings Appear

      trying to play the response using cvlc works but there is a PulseAudio error:

      VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
      [01cb1d60] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
      [01cd0fc8] dummy interface: using the dummy interface module...
      
      

      Now rebooting and trying the plugin without uploading kinect audio firmware.

      By the way the Pulseaudio refuse seems to me consistent with the failed audio for the plugin

      DOH! I cannot try the plugin without the kinect audio firmware pushed (no other mic is attacched)

      posted in Troubleshooting
      D
      dvbit