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

    gaudouy

    @gaudouy

    0
    Reputation
    196
    Profile views
    15
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    gaudouy Unfollow Follow

    Latest posts made by gaudouy

    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      Hi !

      I am very interested to manage the alarm clock with touchscreen.

      Do you have any documentation?

      Thanks for advance

      posted in Utilities
      G
      gaudouy
    • Wifi+ BT Power Off during screensaver

      Hello,
      I want disable Wifi and bt when the screensaver is running on the MM.
      What is the file to edit?
      Thanks for advance

      posted in Troubleshooting
      G
      gaudouy
    • RE: MMM-AlarmClock

      Hello strawberry 3.141,
      Thanks for the update 🙂
      Do you think you will add a functionality for add/delete/update alarm from the Magic Mirror(with touch screen) ?
      Thanks for advance
      Gaudouy

      posted in Utilities
      G
      gaudouy
    • IAM: MMM-Face-Reco-DNN + MMM-Profil

      Hello,

      I would like to set up an identity management system in Magic Mirror.

      For this it is necessary to use the module “MMM-Face-Reco-DNN” for facial recognition and the module “MMM-Profile” to define the parameters and the configuration of the profile (user) identified.

      The “MMM-Face-Reco-DNN” module identifies the user in the “classes” variable.

      Is it possible to place an “if” in the file to check who the user is in “classes” and read the code corresponding only to the user? If yes, how ?

      Is it possible to include the configuration of a user’s profile in a single file? If yes, how to integrate it in the conf file?

      Thanks in advance,

      Regards

      posted in Troubleshooting
      G
      gaudouy
    • RE: MMM-Modulebar - A module that adds touch buttons for showing/hiding other modules.

      Hello, is it possible to use one button for display multiple module ?

      Example :
      Button 1 : Clock and weather
      Button 2 : Mail and calendar
      Button 3 : Clock and Camera

      Thanks for advance

      posted in Utilities
      G
      gaudouy
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      What is the best camera for this module ?
      Pi NoIR Camera V2
      alt text
      https://www.raspberrypi.org/products/pi-noir-camera-v2/

      Or

      Camera Module V2
      alt text
      https://www.raspberrypi.org/products/camera-module-v2/

      Thanks for advance :)

      posted in Utilities
      G
      gaudouy
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @hANNEsLUL
      Try this :

      pip --no-cache-dir install face_recognition
      -python setup.py install
      
      posted in Utilities
      G
      gaudouy
    • RE: MMM-SmartWebDisplay : Regions / Resizing

      @Bugsounet said in MMM-SmartWebDisplay : Regions / Resizing:

      for your help, try launch MM with dev for open console.
      You can modify CSS in real time and see result

      and… humm, use webview for displaying ALL link
      iframe is so limited for this and return many error :)

      It’s work when I modify the Ifram size ! Thanks :D

      posted in Troubleshooting
      G
      gaudouy
    • RE: MMM-SmartWebDisplay : Regions / Resizing

      When I define FullScreen, the size of the module is the same. What is the method for change his size ?

      mm_sizing-3.jpg

      posted in Troubleshooting
      G
      gaudouy
    • RE: MMM-SmartWebDisplay : Regions / Resizing

      Thanks for your response.

      I set the top_left region in the conf file and I add your code at the end of the css.

      .MMM-SmartWebDisplay {
        height: 1000px;  //put in the height you want, e.g. 600px
        width: 100%;
      }
      

      But it’s not working :( :
      mm_sizing-2.jpg

      posted in Troubleshooting
      G
      gaudouy