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

MMM-CalendarExt3 and MMM-MonthlyCalendar blank

Scheduled Pinned Locked Moved Unsolved Troubleshooting
56 Posts 2 Posters 2.0k Views 2 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.
  • S Offline
    Scott-M @sdetweil
    last edited by Mar 25, 2025, 9:05 PM

    @sdetweil
    I am sorry if this has been a wild goose chase and a waste of your time. I flashed the SD card, ran the script several times and it didn’t work, I will try one more time tomorrow and leave it at that.

    Random results from repeating the same process are very frustrating.

    S 1 Reply Last reply Mar 25, 2025, 9:28 PM Reply Quote 0
    • S Away
      sdetweil @Scott-M
      last edited by sdetweil Mar 25, 2025, 9:32 PM Mar 25, 2025, 9:28 PM

      @Scott-M frustrating indeed

      but its normal

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Mar 26, 2025, 4:16 PM Reply Quote 0
      • S Offline
        Scott-M @sdetweil
        last edited by Mar 26, 2025, 4:16 PM

        @sdetweil

        Results from todays adventures writing Pi images to SD cards…

        I don’t really know what, if any difference there could be but I flashed 4 SD cards with the same
        64 bit Bookworm image.

        2 of them, I just ran the install script and let it update the system. The other 2, I updated / upgraded first. 1 with apt full-upgrade and the other with apt upgrade and then ran the install script.

        The first 2 stopped at the same point on the starting server message and the other 2 just worked.

        When the system stops at the starting server message, CTRL-C doesn’t do anything so SIGINT is not being picked up.

        It may well just be something peculiar to my setup or enviroment.

        S 1 Reply Last reply Mar 26, 2025, 4:52 PM Reply Quote 0
        • S Away
          sdetweil @Scott-M
          last edited by sdetweil Mar 27, 2025, 1:57 AM Mar 26, 2025, 4:52 PM

          @Scott-M great feedback… I have family stuff most of the day today…

          did you do npm install or npm run install-mm

          npm run install-mm is more like what I do in the script… which limits what things npm does…

          npm install does everything possible

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Offline
            Scott-M
            last edited by Mar 27, 2025, 3:03 PM

            I didn’t do either, I just ran your script from first run on the OS on the first 2 cards. On the other 2 cards, on first run of the OS I entered

            sudo apt update
            sudo apt full-upgrade
            bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
            

            The only difference between them is your script not updating the system. It may all just be a coincidence and someone else with same hardware verifying would be helpful.

            S 2 Replies Last reply Mar 27, 2025, 3:15 PM Reply Quote 0
            • S Away
              sdetweil @Scott-M
              last edited by Mar 27, 2025, 3:15 PM

              @Scott-M ah… ok, I don’t do full-upgrade… only upgrade

              Use apt upgrade for routine updates when you don't want to risk removing packages. 
              Use apt full-upgrade when you need to ensure that all packages are up-to-date, even if it means removing some packages. 
              Be cautious when using apt full-upgrade as it can potentially remove packages that you might need. 
              

              but it seems that full-upgrade handles some dependencies NOT handled by upgrade, which seems like a bug to me… whats the point of upgrade if dependencies aren’t handled…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S Away
                sdetweil @Scott-M
                last edited by Mar 27, 2025, 3:19 PM

                @Scott-M if you have a hankering to run another test, run the script from the test branch for next release… it will still get 2.30 , this does full-upgrade

                bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/v231/raspberry.sh)”

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Mar 28, 2025, 12:00 PM Reply Quote 0
                • S Offline
                  Scott-M @sdetweil
                  last edited by Mar 28, 2025, 12:00 PM

                  @sdetweil Bear with me, I have run it 3 times now and it seems to freeze / stop during the upgrade, I can’t see where in the upgrade process it is happening so I have modified the script to output to the treminal during the upgrade instead of the log after it has finished and running it locally on the Pi

                  Will post back later…

                  I am assuming the ugrade ran into a problem somewhere, I had left it for nearly an hour and progress hadn’t moved.

                  Update::

                  I think the issue is that despite having --assume-yes in the apt-get upgrade command it is still stopping and asking :

                  Configuration file '/etc/xdg/labwc-greeter/autostart'
                   ==> File on system created by you or by a script.
                   ==> File also in package provided by package maintainer.
                     What would you like to do about it ?  Your options are:
                      Y or I  : install the package maintainer's version
                      N or O  : keep your currently-installed version
                        D     : show the differences between the versions
                        Z     : start a shell to examine the situation
                   The default action is to keep your current version.
                  *** autostart (Y/I/N/O/D/Z) [default=N] ? 
                  

                  But there is no output to terminal so you can’t answer.

                  S 1 Reply Last reply Mar 28, 2025, 12:27 PM Reply Quote 0
                  • S Away
                    sdetweil @Scott-M
                    last edited by Mar 28, 2025, 12:27 PM

                    @Scott-M that lovely problem again… thanks

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Mar 28, 2025, 12:54 PM Reply Quote 0
                    • S Offline
                      Scott-M @sdetweil
                      last edited by Mar 28, 2025, 12:54 PM

                      @sdetweil

                      On the plus side… It worked after answering Yes and MagicMirror started.

                      It did take an unusually long time intalling dependencies and again fixing sandbox permissions. I almost gave up but it did finish, and works

                      S 1 Reply Last reply Mar 28, 2025, 1:29 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 4 / 6
                      4 / 6
                      • First post
                        32/56
                        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