bedankt het lijkt nu goed
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MyGarbage trash icons no color
ik kom uit NL
ik eb een een update gedaan van deze module sindsdien zijn de kleuren niet meer goed.
ik zie wel in de update dat er css mogelijkheden zijn. maar als ik deze toevoeg dan laat mijn mm niet meer vermoed een fout in mijn configde vraag is moet ik css waarde toevoegen in mijn config met de laatste update zo ja een mogelijk voorbeeld zou helpen
zo niet dan is er mogelijk iets anders aan de hand maar wat bepaald dekleur van deze trah icons.
al vast bedank voor het meedenken. -
MMM-MyGarbage trash icons no color
my trash icons are all the same color after the last update I try the color that should be in cofig.js but then my screen is empty it no longer starts I suspect a typo or a braeak }, which does not work well help -
RE: cron job hdmi on and off
yes it works very well thank you for your patience with me I hope others can now set it up more easily
thanks again for the effort -
RE: cron job hdmi on and off
ok is this good now? :) let me know the result tomorrow…


-
RE: cron job hdmi on and off
@evroom said in cron job hdmi on and off:
You only had to change the 1 into a 0.
Not to move the lines around, especially not the ones with export.#!/bin/bash export WAYLAND_DISPLAY=wayland-0 export XDG_RUNTIME_DIR=/run/user/1000 wir-randr --output HDMI-A-1 --onBut you are slowly getting there :-)
Wax on, wax off
Screen on, screen off.Man who catch fly with chopstick, accomplish anything😆
-
Pollen module
I’m not a developer but maybe a pollen module would be nice or if it already exists I’d like to hear about it https://developers.google.com/maps/documentation/pollen/overview
-
RE: cron job hdmi on and off
ok i checked some more and did some tests

when I execute the following I get the error message that I also see in the log
/usr/bin/wlr-randr --output H DMI-A-1 --off
failed to connect to displayalso running the sh files via putty gives the error
it seems that the command:
/usr/bin/wlr-randr --output H DMI-A-1 --off
the error message gives the question is this command incorrect or is there an underlying problem?
-
RE: cron job hdmi on and off
unfortunately it still doesn’t work what am I doing
wrong?!

cron infoon sh file

off sh file

error logfile:

-
RE: cron job hdmi on and off
@evroom Thanks for your explanation, I have made adjustments and will check tonight if it works. I will report this back. Thanks for the effort.
-
RE: cron job hdmi on and off
I thought it was right but now the rights on the sh files are set to 0777 and also on the folders
I also did a test to see if I could execute the sh files, this works tonight the cron should execute it, let me know if it works
-
RE: cron job hdmi on and off
i created two files
off.sh and on.sh
they contain the following lineswlr-randr --output HDMI-A-1 --off
wlr-randr --output HDMI-A-1 --oni also created a folder
with the following rights:
cmod 777
the cron contains the following lines:
unfortunately this does not work what is wrong?# Schakel display uit zondag - donderdag om 22.00 00 22 * * 0-4 /home/username/MagicMirror/config/hdmionoff/off.sh>> /home/username/MagicMirror/config/hdmionoff/mof.log 2>&1 # Schakel display uit vrijdag - zaterdag om 22.45 45 22 * * 5,6 /home/username/MagicMirror/config/hdmionoff/off.sh>> /home/username/MagicMirror/config/hdmionoff/mof.log 2>&1 # Zet het scherm aan maandag - vrijdag om 7u00 00 07 * * 1-5/home/username/MagicMirror/config/hdmionoff/on.sh>> /home/username/MagicMirror/config/hdmionoff/mon.log 2>&1 # Zet het scherm aan zaterdag - zondag om 8u00 00 08 * * 6,0/home/username/MagicMirror/config/hdmionoff/on.sh>> /home/username/MagicMirror/config/hdmionoff/mon.log 2>&1 -
RE: cron job hdmi on and off
@Sam-0 thanks I will test it and share the result with you
-
cron job hdmi on and off
Re: [Cron Job Question](/tI used a cron job to turn my screen off and on I still want to do this I understand that the addressing of the monitor has changed and now only the code below works:
Turn off display Sunday - Thursday at 22:00
00 22 * * 0-4 wlr-randr --output HDMI-A-1 --off
Turn off display Friday - Saturday at 22:45
45 22 * * 5,6 wlr-randr --output HDMI-A-1 --off
Turn on screen Monday - Friday at 7:00
00 07 * * 1-5 wlr-randr --output HDMI-A-1 --on
Turn on screen Saturday - Sunday at 8:00
00 08 * * 6,0 wlr-randr --output HDMI-A-1 --onopic/16967/cron-job-question)

i see that running the commands:
wlr-randr --output HDMI-A-1 --off
wlr-randr --output HDMI-A-1 --on
works fine
only putting this in cron and making it work didn’t work. i think i need to point the above cron job to files to have it run by cronjob can someone give a good example of what this looks like





