• 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.

RPI 3B keeps going to blank screen (cursor showing)

Scheduled Pinned Locked Moved Solved Troubleshooting
27 Posts 5 Posters 5.9k Views 5 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.
  • B Offline
    BigTJ
    last edited by Aug 21, 2022, 2:26 PM

    Re: new script for screensaver disable

    Hi all,
    I’m having a big problem with my magic mirror. It looks as though my RPI 3B keeps going into screensave. After a while I get a black screen with a white arrow cursor.
    I have gone through all the usual documented ways of turning off screen save ie
    consoleblank=0 in cmdline.txt,
    Screen Blanking’ option in the Raspberry Pi Configuration tool,
    Xscreensaver is not installed,
    Adding to /etc/xdg/lxsession/LXDE/autostart;-
    @xset s noblank
    @xset s off
    @xset -dpms,
    Adding to /etc/kbd/config;-
    BLANK_TIME=0
    POWERDOWN_TIME=0,
    Adding to ~/.bashrc;- setterm -blank 0 -powerdown 0,
    Adding to /etc/lightdm/lightdm.conf;- xserver-command=X -s 0 -p 0 -dpms,
    etc etc…

    If I connect using VPN I still only see a black screen with cursor.

    Any help with this really frustrating problem would be greatly appreciated.
    @sdetweil - I found references to an old script of yours but could not access it to try it on my MM.

    Thanks

    BigTJ

    S 1 Reply Last reply Aug 21, 2022, 5:32 PM Reply Quote 0
    • S Away
      sdetweil @BigTJ
      last edited by Aug 21, 2022, 5:32 PM

      @BigTJ see the screensaveroff script at the bottom of the page here
      https://github.com/sdetweil/MagicMirror_scripts

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        BigTJ
        last edited by Aug 23, 2022, 12:02 PM

        @sdetweil
        Many thanks

        I ran your script with the following result;-

        disable screensaver via gsettings was true and uint32 300
        disable screensaver via lightdm.conf
        lxsession screen saver already disabled

        Does this mean the screensaver is already off or that the script has disabled the screensaver?

        Thanks again

        BigTJ

        S 1 Reply Last reply Aug 23, 2022, 12:27 PM Reply Quote 0
        • S Away
          sdetweil @BigTJ
          last edited by Aug 23, 2022, 12:27 PM

          @BigTJ script has disabled

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • B Offline
            BigTJ
            last edited by BigTJ Aug 23, 2022, 1:48 PM Aug 23, 2022, 1:34 PM

            @sdetweil

            Thanks for your help.

            This has been a problem for a long time. The mirror is being used headless so having to restart over and over again has spoilt the usefulness of the mirror. Hopefully that is all sorted.

            Will let you know after testing.

            Thanks again.

            BigTJ

            1 Reply Last reply Reply Quote 0
            • B Offline
              BigTJ
              last edited by Aug 24, 2022, 9:47 AM

              @sdetweil Unfortunately I am still getting the black screen with mouse cursor.

              I’ve installed a new OS from scratch and Installed a clean version of MM, installed the modules from scratch but the problem persists.

              When the MM has gone to black screen I cannot use CtrlM to minimise the MM window but I can use CtrlR to force a re-read and this brings the MM back on. Any ideas what can be causing this?

              Thanks

              BigTJ

              S K 2 Replies Last reply Aug 24, 2022, 11:35 AM Reply Quote 0
              • S Away
                sdetweil @BigTJ
                last edited by sdetweil Aug 24, 2022, 11:36 AM Aug 24, 2022, 11:35 AM

                @BigTJ show the messages from where u start MagicMirror at the time of the failure

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                B 2 Replies Last reply Aug 27, 2022, 9:54 AM Reply Quote 0
                • K Offline
                  karsten13 @BigTJ
                  last edited by Aug 24, 2022, 6:06 PM

                  @BigTJ

                  which modules have you installed?

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    BigTJ @sdetweil
                    last edited by Aug 27, 2022, 9:54 AM

                    @sdetweil Hi, the messages of note from starting MM are as below

                    setterm: terminal xterm-256color does not support --blank
                    pi@raspberrypi:~ $ cd MagicMirror
                    pi@raspberrypi:~/MagicMirror $ npm start run

                    magicmirror@2.18.0 start
                    DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js “run”

                    [24.08.2022 18:40.30.154] [LOG] Starting MagicMirror: v2.18.0
                    [24.08.2022 18:40.30.166] [LOG] Loading config …
                    [24.08.2022 18:40.30.198] [LOG] Loading module helpers …
                    [24.08.2022 18:40.30.206] [LOG] No helper found for module: alert.
                    [24.08.2022 18:40.31.907] [LOG] Initializing new module helper …
                    [24.08.2022 18:40.31.911] [LOG] Module helper loaded: MMM-Wallpaper
                    [24.08.2022 18:40.31.917] [LOG] No helper found for module: clock.
                    [24.08.2022 18:40.31.922] [LOG] No helper found for module: calendar_monthly.
                    [24.08.2022 18:40.32.330] [LOG] Initializing new module helper …
                    [24.08.2022 18:40.32.332] [LOG] Module helper loaded: calendar
                    [24.08.2022 18:40.32.336] [LOG] No helper found for module: weather.
                    [24.08.2022 18:40.32.341] [LOG] No helper found for module: MMM-WiFiPassword.
                    [24.08.2022 18:40.32.421] [LOG] Initializing new module helper …
                    [24.08.2022 18:40.32.422] [LOG] Module helper loaded: newsfeed
                    [24.08.2022 18:40.32.425] [LOG] All module helpers loaded.
                    [24.08.2022 18:40.32.697] [LOG] Starting server on port 8080 …
                    [24.08.2022 18:40.32.740] [LOG] Server started …
                    [24.08.2022 18:40.32.743] [LOG] Connecting socket for: MMM-Wallpaper
                    [24.08.2022 18:40.32.745] [LOG] Starting node helper for: MMM-Wallpaper
                    [24.08.2022 18:40.32.746] [LOG] Connecting socket for: calendar
                    [24.08.2022 18:40.32.748] [LOG] Starting node helper for: calendar
                    [24.08.2022 18:40.32.749] [LOG] Connecting socket for: newsfeed
                    [24.08.2022 18:40.32.750] [LOG] Starting node helper for: newsfeed
                    [24.08.2022 18:40.32.751] [LOG] Sockets connected & modules started …
                    [24.08.2022 18:40.33.378] [LOG] Launching application.
                    [24055:0824/184036.476041:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
                    [24096:0824/184036.932766:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
                    [24.08.2022 18:40.40.506] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/gmail.com/private-/basic.ics - Interval: 3000000
                    [24.08.2022 18:40.40.693] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/gmail.com/private-/basic.ics - Interval: 3000000
                    [24.08.2022 18:40.40.703] [LOG] Create new newsfetcher for url: http://feeds.bbci.co.uk/news/uk/rss.xml - Interval: 300000

                    [24.08.2022 23:05.55.239] [INFO] Newsfeed-Fetcher: Broadcasting 38 items.
                    [24067:0824/230903.755884:ERROR:broker_posix.cc(46)] Received unexpected number of handles
                    [24.08.2022 23:10.55.583] [INFO] Newsfeed-Fetcher: Broadcasting 38 items.

                    I don’t know exactly when the black screen occurred.
                    Hope this helps

                    Thanks BigTJ

                    S 1 Reply Last reply Sep 6, 2022, 11:43 AM Reply Quote 0
                    • B Offline
                      BigTJ
                      last edited by Aug 27, 2022, 9:59 AM

                      @karsten13 The modules of the MM are listed below in shortened form. Thanks for your interest.

                      “alert”
                      “updatenotification”
                      “MMM-Wallpaper”
                      “clock”
                      “calendar_monthly”
                      “calendar”
                      header: “Steve’s Upcoming Items”
                      “MMM-GoogleSheets”
                      “calendar”
                      — header: “Angela’s Upcoming Items”
                      “weather”
                      — position: “top_left”
                      — header: "Currently: "
                      — location: “Doncaster”
                      “weather”,
                      — position: “top_left”
                      — header: “Forecast”
                      — location: “Doncaster”
                      “weather”,
                      — position: “top_left”
                      — header: “Forecast”
                      — location: “Pickering”
                      ‘MMM-WiFiPassword’
                      “newsfeed”

                      K 1 Reply Last reply Aug 27, 2022, 7:19 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        10/27
                        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