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

Avoidance of Troubleshooting Q

Scheduled Pinned Locked Moved Unsolved Troubleshooting
11 Posts 3 Posters 1.7k 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.
  • A Offline
    ankonaskiff17
    last edited by Mar 24, 2022, 5:10 PM

    I’ve been out of loop for a good stretch between Covid & a sick elderly parent but ready to dive back in.

    I saved different config and customCSS files which date on hard drive I saved them to are all dated around July 2021.

    I have downloaded the base setup on to Pi 4B with the 64 bit Pi OS and it appears to be functioning alright. That was an initial concern and still is an open question as to whether all modules will function correctly.

    My other question is whether I can copy/paste my 7/21 dated config.js and custom.css over or am I going to run in to version conflicts with modules that are making calls to 2021 vintage helper modules and other parts. Based on reading the forum email I get I think the answer is probably yes.

    To avoid pulling of hair and gnashing of teeth is there a good/easy way to work through the 3rd Party modules I have configured to avoid wasted time and the dreaded “You messed up” screen.
    Seems like the default modules should fine as they would have come when I did install script last week.
    Issue might be with 3rd party modules that were fine a year ago might be a problem today.

    S M 2 Replies Last reply Mar 24, 2022, 5:27 PM Reply Quote 0
    • S Away
      sdetweil @ankonaskiff17
      last edited by Mar 24, 2022, 5:27 PM

      @ankonaskiff17 should not be any issues w config.js or custom.css

      I havent tried the 64 bit myself yet.

      glad to hear you are back from COVID. I spent 7 weeks in hospital early last year …

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        mumblebaj Module Developer @ankonaskiff17
        last edited by Mar 24, 2022, 5:28 PM

        @ankonaskiff17 SO I believe a few things have changed since. Some deprecated modules they got rid off i.e. request and some others. Modules that use them would be a problem. My suggestion would be to use Sam’s upgrade script which would check each module directory and fixup the missing dependencies for you.

        Check out my modules at: https://github.com/mumblebaj?tab=repositories

        S 1 Reply Last reply Mar 24, 2022, 5:30 PM Reply Quote 1
        • S Away
          sdetweil @mumblebaj
          last edited by sdetweil Mar 24, 2022, 5:34 PM Mar 24, 2022, 5:30 PM

          @mumblebaj good catch

          also the direct reference
          https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Mar 24, 2022, 8:42 PM Reply Quote 0
          • A Offline
            ankonaskiff17 @sdetweil
            last edited by Mar 24, 2022, 8:42 PM

            @sdetweil I did use your install script for the core installation and that is all fine and functional. I decided to give 64 bit a try because figured if the base MM didn’t like it, just reformat card and do 32 bit.
            Hoping I can put MM SD card in laptop card reader and portable drive with files plug in to USB on laptop and it just be a copy/paste exercise in VSC.

            Most of modules I use are pretty basic. I had found a setup I liked and hoping it’s plug and play.

            @sdetweil Glad you made it out of hospital.

            S 1 Reply Last reply Mar 24, 2022, 8:52 PM Reply Quote 0
            • S Away
              sdetweil @ankonaskiff17
              last edited by sdetweil Apr 10, 2022, 12:07 PM Mar 24, 2022, 8:52 PM

              @ankonaskiff17 that should work…

              u might want to look at my backup/restore scripts.

              they backup config.js and custom.css and the URLs of all the modules u have installed

              so 3 small files.

              and then on restore copies back the 2 files and uses the URLs to reinstall all the modules and (fix the missing dependencies too)…

              https://github.com/sdetweil/MagicMirror-backup-restore

              I need to make them so they can be executed from the repo… but haven’t done that yet…

              i made it so the 3 files are in a git repo, so you version them and then can restore any particular version…
              and push the git repo to your github (in a private repo)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              A 1 Reply Last reply Mar 24, 2022, 9:22 PM Reply Quote 0
              • A Offline
                ankonaskiff17 @sdetweil
                last edited by Mar 24, 2022, 9:22 PM

                @sdetweil I was just reading the topic about fix for black screen and while I need to read several more times to get my arms around it, I was wondering if I can do those scripts on the files before I copy them over. Instead of ssh’ing in to Pi open terminal go to drive and see if they are problematic before moving?
                I would back up exiting files in case I blew something up.

                S 1 Reply Last reply Mar 24, 2022, 9:25 PM Reply Quote 0
                • S Away
                  sdetweil @ankonaskiff17
                  last edited by sdetweil Mar 24, 2022, 9:30 PM Mar 24, 2022, 9:25 PM

                  @ankonaskiff17 u can run the backup script on your sd folder… it takes a -s parm for source
                  (-h shows the syntax)

                  this would create the 3 files…

                  then u could run the restore on the new system by copying the backup folder to the new system
                  (and -h shows syntax)

                  this reinstalls the modules from github… not copies any of their files…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  A 1 Reply Last reply Mar 26, 2022, 1:06 AM Reply Quote 0
                  • A Offline
                    ankonaskiff17 @sdetweil
                    last edited by Mar 26, 2022, 1:06 AM

                    @sdetweil Found my first 3rd party module lacking “request”. Your tutorial worked like a charm

                    A 1 Reply Last reply Apr 24, 2022, 3:29 AM Reply Quote 0
                    • A Offline
                      ankonaskiff17 @ankonaskiff17
                      last edited by Apr 24, 2022, 3:29 AM

                      @ankonaskiff17 @sdetweil Found a new way scorch a Pi on this project.
                      Had a snap together case I put Pi in, snapped closed and I’ll admit, it to some muscle to snap case closed.
                      Shortly thereafter I caught the unmistakable odor of burning electronics.
                      I snapped the SD card so it was bent like 90°
                      The Pi did not like that.

                      S 1 Reply Last reply Apr 24, 2022, 10:55 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 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