@strawberry-3-141 Done :) all the best!
Read the statement by Michael Teeuw here.
Posts
-
RE: Earth globe
@LukeCodewalker wow! you made a great job here! thx alot for your time/work/involvment!
-
RE: Earth globe
@LukeCodewalker wow that’s great! i will test it tonight :) noob question : is it ok to git clone your files anywhere or it should be located in MM modules folder?
-
RE: Earth globe
hi @LukeCodewalker,
thx for your feedback and help, it’s much appriciated :) i agree with the static image and your idea with Nasa is interesting. what i had in mind when i open this post was regarding this here what is your opinion about it?
greetings -
Earth globe
hi! would anybody be interrsted to devlop/help to have a globe showing on the mirror??? something like :

-
RE: WIP Magic Mirror
@andrewchumchal very nice! would you like to share maybe ? :))
-
RE: Motion Detector
@DirkS forget my last posts… i restarted (reinstall MM) everything and i m trying to figure out how to avoid the black screen now…
-
RE: Motion Detector
@DirkS and i see now after few hours, it won’t wake up anymore :(
-
RE: Motion Detector
@DirkS ok here you go. 1st: when the Pi is started the screen directly goes into sleep. it’s a bit annoying but i can live with that as i will not reboot it everyday. 2nd: to wake up the system with a motion during this sleep mode, it takes quite a while (don’t know why) 3rd: when motion is detected, screen wakes up and stays up accordingly the time defined in config.js and goes sleep again (this is fine) but suddently it wakes up again without motion and this last behavior is unpredictable. i hope it’s enough info for you but don’t hesitate to ask more if needed. thx
moreover your script is i guess different from the one of this pull… -
RE: Motion Detector
-
RE: Motion Detector
@DirkS thx for sharing! one question please : where is located the option : “hdmi_blanking=1” ???
-
RE: Independent display controller based on PIR sensor.
@Beh i see thx! maybe it’s better to use your one to somehow bypass these settings which are a bit frustrating. i did’t really get the systemd option (i am new) but as i understood it’s like a crontab, correct?
-
RE: Independent display controller based on PIR sensor.
@Beh Thx for sharing! One question : what are the physical settings to apply to the sensor itself pls? (Jumper & the 2 knobs)
-
RE: Cowboysdude's Mirror
@cowboysdude oh so cool for sharing! let’s try this! wow that’s a thing i should have thought about before lol but currently i can’t put it too much far away as my cables are only few cm long…
-
RE: Cowboysdude's Mirror
@cowboysdude Cool! my modified .sh files are working well in interactive mode :) but… there is always a but lol, when .py file is run it switches well the screen off after the amount of time set and wakes up when hand is waved BUT suddently and without detection the screen wakes up again! this is really irrating… so close to my goal :(
i believe it’s the physical settings on the sensor itself making this behavior… would you mind to send me a pic or tell me how your sensor is set? => jumper and the knobs? thx mate for this (i hope) final demand! :))) -
RE: Cowboysdude's Mirror
@cowboysdude said in Cowboysdude's Mirror:
@bibi said in Cowboysdude's Mirror:
sudo chvt 9 && sudo chvt 7
Open up the monitor_on.sh and delete everything add:
sudo chvt 9 && sudo chvt 7
Save it and that should work for you :)
yep that’s exactly what i wanted to later today :))
nevertheless, I found on the forum another way to avoid using sudo… i assume it’s better practice but i am not able to confirm this.
fyi:
the link : https://forum.magicmirror.builders/topic/208/pir-sensor-put-your-mirror-to-sleep-if-not-used/64 -
RE: Cowboysdude's Mirror
@cowboysdude @bhepler Thx for spending time to help me. i understand if you can’t help anymore.
but here my update : i installed Xscreensaver and disabled it but it’s working. the monitor switches off with /opt/vc/bin/tvservice -o properly but with
/opt/vc/bin/tvservice -p the screen stays black (backlight)
just for info im doing all this via SSH… maybe something to do with X forwarding and this message : xset: unable to open display “”…Edit: i have found a command that allows to bring back the screen ! sudo chvt 9 && sudo chvt 7. :)))
i have to check out how to implement this in an elegant way -
RE: Cowboysdude's Mirror
@cowboysdude aha ok I will check install xscreensaver this evening. Any specific options or settings that I should apply?