@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
Read the statement by Michael Teeuw here.
Posts
-
RE: PIR sensor to turn monitor off. Nothing works :(
-
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 -
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
-
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 -
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 backgroundHope this is useful for you and please contribute.
Thank youDownload and Details
[card:rafhtl/MMM-rdrDrawingBoard]