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

    rafhtl

    @rafhtl

    2
    Reputation
    79
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rafhtl Unfollow Follow

    Best posts made by rafhtl

    • MMM-rdrDrawingBoard - A magicmirror module to draw free hand with a touch screen

      MMM-rdrDrawingBoard

      A magicmirror module to draw free hand with a touch screen.
      -works portrait or landscape
      -pen color
      -draw, erase, fill
      -clear button
      -custom background

      0_1583150207727_rdrDrawingBoard.jpg

      Hope this is useful for you and please contribute.
      Thank you

      Download and Details

      [card:rafhtl/MMM-rdrDrawingBoard]

      posted in Utilities
      R
      rafhtl

    Latest posts made by rafhtl

    • RE: PIR sensor to turn monitor off. Nothing works :(

      @elleclouds ok
      You need to acces the monitor’s menu
      I think I read you dont have a remote?
      You need to access the energy saving menu
      It musdt be something simple as that

      posted in Troubleshooting
      R
      rafhtl
    • RE: PIR sensor to turn monitor off. Nothing works :(

      ok
      if u are using MMM-PIR-Sensor
      it should already be in the module
      please try from ssh (you have to log in to the pi) and then type
      /usr/bin/vcgencmd display_power 0
      you should first try this to see if monitor responds to command
      so first log in from a pc to your pi using putty
      r

      posted in Troubleshooting
      R
      rafhtl
    • RE: PIR sensor to turn monitor off. Nothing works :(

      I dont know if this is helpful but I use

      /usr/bin/vcgencmd display_power 0
      monitor off

      /usr/bin/vcgencmd display_power 1

      monitor on

      works flawlessly
      (ssh in pi and type the commands to try them)

      r

      posted in Troubleshooting
      R
      rafhtl
    • RE: Activating HTTPS causes black screen

      @sdetweil
      Hi Sam
      just wanted to tell you that I am using devel and https works fine
      BUT
      it took me some time to understand this:
      in js/electron.js
      in line
      18
      should be
      app.commandLine.appendSwitch(“autoplay-policy”, ‘true’);
      app.commandLine.appendSwitch(“no-user-gesture-required”, ‘true’);
      app.commandLine.appendSwitch(“disable-site-isolation-trials”, ‘true’);
      app.commandLine.appendSwitch(“ignore-certificate-errors”, ‘true’);
      app.commandLine.appendSwitch(‘allow-insecure-localhost’, ‘true’);

      and ofcourse in config also add tls: true
      let me know if this turns out to be correct
      as soon as I did this it started working
      thanks
      r

      posted in Troubleshooting
      R
      rafhtl
    • RE: MMM-rdrDrawingBoard - A magicmirror module to draw free hand with a touch screen

      @TheOrigins thank you!

      posted in Utilities
      R
      rafhtl
    • MMM-rdrDrawingBoard - A magicmirror module to draw free hand with a touch screen

      MMM-rdrDrawingBoard

      A magicmirror module to draw free hand with a touch screen.
      -works portrait or landscape
      -pen color
      -draw, erase, fill
      -clear button
      -custom background

      0_1583150207727_rdrDrawingBoard.jpg

      Hope this is useful for you and please contribute.
      Thank you

      Download and Details

      [card:rafhtl/MMM-rdrDrawingBoard]

      posted in Utilities
      R
      rafhtl