@cdelaorden hi thanks for the tip, we can ignore tvservice then. Any other way to troubleshoot what’s going on here or other toops for managing the HDMI connection?
Read the statement by Michael Teeuw here.
Posts made by ndom91
-
RE: Monitor not waking up from sleep
-
RE: Monitor not waking up from sleep
Hi, thanks for the tip. However, the monitor is definitely off. The monitors status LED is showing off, as if no input were connected.
I have tried restarting the mm server process through pm2, however, and that did not wake the display back up either unfortunately. I do have it set to DISPLAY :0 in the pm2 process script and it works and shows up for the first, say 6 hours of the day.
Actually, that makes me think that it works until my desktop is turned off, which makes the MMM-NetworkScanner execute MMM-Remotecontrol monitorOff action. That is that from which it does not “wake up”, I think!
I have tried the monitor on MMM-Remotecontrol action, and that did not work either unfortunately.
EDIT: My desktop has been on all day - so my monitor has not had to turn off, and lo and behold its still live when I got home today. Uptime = 13 hrs. This seems to confirm my theory that it is the MMM-RemoteControl “monitor off” action that it specifically is not waking back up from…
-
RE: Monitor not waking up from sleep
No the screensaver should be off, MM seems to be responsive as I can still access the MMM-RemoteControl web interface, as well as restart MM through pm2.
-
Monitor not waking up from sleep
Hi All,
So I recently had a power outage and my sd card got corrupted :/
Fortunately I have daily backups of my MagicMirror dirs, but not of the entire raspbian install. So I reinstalled raspbian and got magicmirror back up and running fairly quickly, but now I have this strange problem where my monitor doesnt wake up from sleep. Every day when I come home from work the monitor doesnt wake up as it used to…
My current setup for “powersaving” my display, is MMM-NetworkScanner’s “resident” feature - so whenever the mac address of my desktop is recognized on my LAN the display turns on. This used to work great - but now I cant get the display back on.
Not only does it not power on through the MMM-NetworkScanner resident feature (which just executes MMM-RemoteControl’s MONITORON action).
But also the
vcgencmd display_power 1
does not power on the monitor. Thetvservice -p
doesn’t do the trick… The “monitor on” action through the MMM-RemoteControl web interface also doesnt work.Any other ideas to power this thing back on?
P.S. One of the major differences between this install and my previous one, is this time I enabled the OpenGL driver
G1 GL (Full KMS) OpenGL desktop driver with full KMS
via raspi-config. -
RE: npm install Error....please help
I’d try installing stylelint manually.
npm install stylelint@^9.0.0
-
RE: MMM Remote & MMM-Admin-Interface Error: ipwhitelist error: Access Denied Error
It doesn’t look like you have any IPs specifically whitelisted… you have to change your line:
//ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, 192.168.2.1, ::ffff:192.168.2.15"], // Set [] to allow all IP addresses
To something like this:
ipWhitelist: [“127.0.0.1”, “192.168.2.15"], // Set [] to allow all IP addresses
So basically uncomment the line and make sure to add your IP. You may want to just whitelist the entire subnet, to do that you would add
"192.168.2.0/24"
-
RE: Edit view of MMM-Remote-Control doesn't work with cloned MMM-bitcoin module
I did mentioned it on the github page of the ethereum module. The crypto tickers aren’t really that important to me. I’ve moved on haha Thanks anyway!
-
RE: Edit view of MMM-Remote-Control doesn't work with cloned MMM-bitcoin module
I had the same prbolem, had to disabled MMM-bitcoin/ MMM-ethereum. Why they’re incompaitible I wasn’t able to find out, unfortunately, but it works again if you disable the crypto tickers :)