Read the statement by Michael Teeuw here.
Black screen instead of desktop after installing PIR sensor
-
Hi, MM Community,
I recently installed an Adafruit PIR sensor, and configured it using this MagicMirrorCentral guide (https://www.magicmirrorcentral.com/pir-sensor-raspberry-pi-magic-mirror/), and I rebooted like the instructions said. Instead of my normal desktop showing up, all I get is a black screen with my cursor on it, but there is nothing to click. I can’t even get to the terminal to run any commands. Please help me with this, what have I done wrong, and how can I fix it? -
@09succotash Seems like you use @cowboysdude scripts to control the display.
Those are really simple scripts which work usually out of the box.What I’d guess is that the autostart folder might cause the trouble.
Which Raspbian ver sion do you use?
In Raspbian 9 (Jessie) the autostart folder was in/home/user/.config/lxsession/LXDE-pi/autostart(just as written in the above mentioned instructions)
In Raspbian 10 (Buster) the autostart folder has changed to
/etc/xdg/lxsession/LXDE-pi/autostartIf you are on Buster, remove the /autostart folder in /home/user/.config/lxsession/LXDE-pi you may have created. Then go to
/etc/xdg/lxsession/LXDE-pi/and insert there the the required line in the autostart file
@/usr/bin/python /home/pi/pir.pyHope this helps.
-
@Fozi Sorry I didn’t state this earlier…
I’m using a Raspberry Pi 3 Model B, running Raspbian Stretch. -
@Fozi How can I undo all of the PIR sensor setup? I want to completely remove it, so I can get my desktop back.
-
If you cant open a terminal directly on you Pi, then try to open a ssh session from another PC. Then you have terminal access and you can start removing the PIR installation. E.g. open a terminal from a windows PC and enter at the prompt:
ssh pi@192.168.0.xx(means the IP of your Pi)
You’ll be prompted to accept the ssh-key (yes) and then you are prompted to enter the password (keystroke will nor be displayed). Then you should be in.
As you are using Stretch go edit /home/user/.config/lxsession/LXDE-pi/autostart and remove the ‘@/usr/bin/python /home/pi/pir.py’ entry you made before. save the file and reboot.
Then go into your pi’s home folder end remove pir.py, monitor_on.sh and monitor_off.sh.
Basically you do the reverse order when you installed the scripts. -
@Fozi Ok, I think the SSH interface is disabled. I’ve figured out a way to get into a terminal. It seems that the desktop is there, just its not showing. I was able to right-click, and click Terminal Emulator in the menu. Ok, i’m gonna try this, and see if it works. Thank you.
-
@Fozi It didn’t work, my desktop is still just a black screen. What can I do now to get the Raspberry Pi desktop and taskbar back? All the scripts you told me to remove are gone.
-
@09succotash Umpf…the last thing that comes to my mind…disconnect the PIR-Sensor from GPIO. Maybe it is not connected to the right pins, which may cause that strange behaviour.
Do you have the MM-software installed? If so, then copy the whole MagicMirror directory to a save place and reinstall Raspbian from scratch. It’s probably the fastest and easiest solution after all, if nothing else is installed on the RPi.
Maybe someone else here in the forum can help? Guys?
-
@Fozi MagicMirror framework is installed, yes.
-
@Fozi I can’t reinstall Raspbian because this is for a science fair project, due in two weeks, and I put too much work into it for me to be able to finish on time if I reinstall. There has to be a way to get my desktop back without reinstalling.
-
@09succotash As said, copy the whole MM-folder, eg. via scp to another PC and then reinstall Raspbian.
I’m sorry that I can’t provide a more satisfying solution:disappointed_face: -
This post is deleted! -
@Fozi Ahh, its ok. Thanks for your help, I’ll figure something out.
-
@09succotash can u ssh into the machine?
is MM running on pm2? do pm2 status, and if not stopped do pm2 stop for each line (use number or name)
-
@sdetweil I cannot ssh into it. I am able to access the terminal though. MM is running on pm2, I just setup an autostart script for it. I don’t think MM is causing the issue, because the issue started just when I was setting up the PIR sensor.
-
@09succotash but it can’t hurt to stop it…
if you can get to terminal, then its not a desktop problem…
-
@sdetweil I could only get to terminal, by right clicking somewhere on the screen. I tried stopping MM using pm2, didn’t have any effect.
-
@09succotash said in Black screen instead of desktop after installing PIR sensor:
by right clicking somewhere on the screen
ok, so desktop is running, even tho u might not be able to see it…
-
@sdetweil Exactly. It seems to be running, but my wallpaper, taskbar, and icons are gone. Black screen shows in its place.
-
@09succotash this is stretch or???
lsb_release -a in the terminal window
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login