• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

My MagicMirror screen keeps turning off

Scheduled Pinned Locked Moved Solved Troubleshooting
20 Posts 4 Posters 7.5k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    evroom @evroom
    last edited by Aug 1, 2019, 10:56 AM

    @evroom

    Talking to myself :-)

    The settings for Buster are not working.
    My display goes to sleep after 10 minutes.
    Perhaps because it isn’t a HDMI connected monitor.

    I found 2 interesting files though:

    pi@raspberrypi:~ $ ls -als /home/pi/.xsession-errors
    4 -rw------- 1 pi pi 2426 Aug  1 12:30 /home/pi/.xsession-errors
    pi@raspberrypi:~ $ ls -als /home/pi/.cache/lxsession/LXDE-pi/run.log
    20 -rw------- 1 pi pi 17988 Aug  1 12:30 /home/pi/.cache/lxsession/LXDE-pi/run.log
    

    Also see that this file is being used, so that seems right:

    /etc/xdg/lxsession/LXDE-pi/autostart
    

    MagicMirror version: 2.30.0
    Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
    Raspbian GNU/Linux 12 (bookworm)

    Test environment:
    MagicMirror version: v2.30.0
    Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
    Raspbian GNU/Linux 12 (bookworm)

    E 1 Reply Last reply Aug 1, 2019, 12:37 PM Reply Quote 0
    • E Offline
      evroom @evroom
      last edited by Aug 1, 2019, 12:37 PM

      @evroom

      This works (running for 100 minutes at the moment of posting):

      $ sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
      @touch /home/pi/.started_etc_xdg_lxsession_LXDE-pi_autostart
      @point-rpi
      @xset -dpms
      @xset s off
      @xset s noblank
      

      Note: the autostart file does not like comments.

      Reboot:

      $ sudo reboot
      

      After reboot is finished, check:

      $ ls -als /home/pi/.started_etc_xdg_lxsession_LXDE-pi_autostart
      

      That will tell if the autostart file was used (timestamp should match reboot time).
      Then check for set errors:

      $ grep xset /home/pi/.cache/lxsession/LXDE-pi/run.log
      

      It should say 3 times Launching xset, with 3 times exit 0 (for every set entry in the autostart file).

      Works for Raspberry Pi 7" Touchscreen Display.

      $ lsb_release -a
      No LSB modules are available.
      Distributor ID:	Raspbian
      Description:	Raspbian GNU/Linux 10 (buster)
      Release:	10
      Codename:	buster
      

      MagicMirror version: 2.30.0
      Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
      Raspbian GNU/Linux 12 (bookworm)

      Test environment:
      MagicMirror version: v2.30.0
      Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
      Raspbian GNU/Linux 12 (bookworm)

      E 1 Reply Last reply Aug 6, 2019, 1:30 PM Reply Quote 0
      • E Offline
        EhsanMomeni81
        last edited by Aug 5, 2019, 11:37 AM

        @evroom said in My MagicMirror screen keeps turning off:

        sleep after 10 minutes.
        Perhaps because it isn’t a HDMI connected monitor.
        I found 2 interesting files though:

        Wow, that’s a lot to take in. Thank you so much for your help, I’m going to try this during the week.

        1 Reply Last reply Reply Quote 0
        • E Offline
          EhsanMomeni81 @evroom
          last edited by Aug 6, 2019, 1:30 PM

          @evroom said in My MagicMirror screen keeps turning off:

          @evroom

          This works (running for 100 minutes at the moment of posting):

          $ sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
          @touch /home/pi/.started_etc_xdg_lxsession_LXDE-pi_autostart
          @point-rpi
          @xset -dpms
          @xset s off
          @xset s noblank
          

          I tried the code above, and it works on stretch, I screen doesn’t turn off. But my cronjob acts funny. Last night when I look at it after it was supposed to be turned off, the backlight was on but everything else was dark. Don’t really know whats going on, but I’ll take a new look tonight.

          E 1 Reply Last reply Aug 7, 2019, 4:06 PM Reply Quote 0
          • E Offline
            EhsanMomeni81 @EhsanMomeni81
            last edited by Aug 7, 2019, 4:06 PM

            @evroom I’m stuck :(
            I tried the code above, and it works, the screen doesn’t turn off, but now I can’t see the desktop, it’s black when I minimize the MM-window, and I can’t connect to my MM via VNC which I could before and that’s how I changed in the first place.

            E 1 Reply Last reply Aug 7, 2019, 5:29 PM Reply Quote 0
            • E Offline
              evroom @EhsanMomeni81
              last edited by evroom Aug 7, 2019, 5:31 PM Aug 7, 2019, 5:29 PM

              @EhsanMomeni81

              Is here something useful ?
              https://forum.magicmirror.builders/topic/1801/get-back-to-desktop
              https://forum.magicmirror.builders/topic/5619/how-to-find-and-use-key-commands-in-mm-for-absolute-beginners

              I personally only use VNC to “look” at the screen remotely and never use the Pi for anything else then displaying MM.
              Not interested in the desktop.
              I always login to the Pi using a ssh client, like for example PuTTY, or on my Mac the iTerm2.

              If you use Windows, then I would recommend PuTTY.
              It is small and simple.

              MagicMirror version: 2.30.0
              Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              Test environment:
              MagicMirror version: v2.30.0
              Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              E 1 Reply Last reply Aug 7, 2019, 9:28 PM Reply Quote 0
              • E Offline
                EhsanMomeni81 @evroom
                last edited by Aug 7, 2019, 9:28 PM

                @evroom
                Thanks ever so much. I googled and found something that worked. Now everything is running as it should. Still have problems with VNC, but I installed TeamViewer, but I’m going to give ssh a shot soon. Thank you again

                1 Reply Last reply Reply Quote 0
                • T Offline
                  TvE
                  last edited by Feb 26, 2022, 4:57 PM

                  So I have also been searching a lot for an answer to this question and been wondering why it have been so difficult to find a CLI based solution to this task.

                  I am using the “Raspberry Pi Imager” tool (on Window$) to prepare a USB stick (or SD card) and hereafter configure everything via SSH.

                  I know I could just use RDP or VNC to access and thus make this change via a GUI. But that’s to annoying, hence my need for a CLI based solution

                  Finally I found it in this thread (thank you @evroom !)

                  So this is just to help others with the same search that this [1] still works on the current latest RPI OS bullseye:

                  pi@magicmirror:~ $ lsb_release -a
                  No LSB modules are available.
                  Distributor ID: Raspbian
                  Description:    Raspbian GNU/Linux 11 (bullseye)
                  Release:        11
                  Codename:       bullseye
                  

                  Without this [1] change the screen goes black after 600s (10m)
                  Which can also be identified by the “timeout value” returned by this command.

                  pi@magicmirror:~ $ DISPLAY=:0 xset q
                  ...
                  Screen Saver:
                    prefer blanking:  yes    allow exposures:  yes
                    timeout:  600    cycle:  600
                  ...
                  

                  After fixing it the value gets set to ‘0’
                  Right now I still see the screen after 16m (and counting…)

                  How to
                  The config change can be applied in many ways (vi, nano etc) but I prefer this method (as it can be copy-pasted or be made part of a config-script).

                  [1] I “just” add the three required lines to the config file:

                  printf "@xset -dpms\n@xset s off\n@xset s noblank" | sudo tee -a /etc/xdg/lxsession/LXDE-pi/autostart
                  

                  PS.: Before I found this I also tried these solutions (which all failed to solve the problem

                  A. in /etc/lightdm/lightdm.conf:
                  xserver-command=X -s 0 dpms
                  
                  B. Enable VNC as a workaround for mutter
                  

                  I found (but did not try)

                  C. install xscreensaver and configure it to not kick in
                  

                  HTH (my first post here :-)

                  S 1 Reply Last reply Feb 26, 2022, 5:50 PM Reply Quote 0
                  • S Offline
                    sdetweil @TvE
                    last edited by Feb 26, 2022, 5:50 PM

                    @tve I wonder if my screensaver-off script would have done it.

                    see
                    https://github.com/sdetweil/MagicMirror_scripts

                    down at the bottom of the page

                    this is part of the install too, but the script is added in case u change your mind or need help. it checks 4 or 5 ways screensaver is done

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    T 1 Reply Last reply Feb 26, 2022, 10:03 PM Reply Quote 0
                    • T Offline
                      TvE @sdetweil
                      last edited by TvE Feb 26, 2022, 10:05 PM Feb 26, 2022, 10:03 PM

                      @sdetweil It most likely would!

                      My one -file-only-edit solution have the added bonus that I know exactly what needed to be changed thus not relying on a 100+ line script.

                      I see that you are so kind to log what the script is doing, so you don’t leave the user in the dark (pun intended :-) ) I like that design!

                      I should have read your script earlier though (I read through the looong ticket regarding making the installer scripts external to MM2 and remember many of your posts!)

                      Actually, while browsing the MM repo I also stumbled across the exact same solution
                      https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#disabling-the-screensaver

                      Why either of those were never returned to my by google-foo I can only wonder about

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy