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.

    Bullseye

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    45 Posts 8 Posters 22.5k Views 9 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
      sdetweil @bugsounet
      last edited by sdetweil

      @bugsounet did u select yes to install updates during setup? I selected no… do it later

      reflashing SD card now.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @sdetweil
        last edited by sdetweil

        I get on 1st boot after config, enabling ssh , and setting hostname

        node -v
        v12.22.5

        cat /etc/apt/sources.list.d/nodesource.list
        cat: /etc/apt/sources.list.d/nodesource.list: No such file or directory

        ls /etc/apt/sources.list.d
        raspi.list vscode.list

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • bugsounetB Offline
          bugsounet Banned
          last edited by

          curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

          can help ?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @bugsounet
            last edited by

            @bugsounet i got it in the latest script… different approach, but understand

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            O 1 Reply Last reply Reply Quote 0
            • O Offline
              OberfragGER @sdetweil
              last edited by

              @sdetweil
              Sorry for asking but i dont get the point.

              1 day before the release of Bullseye i installed busetr an used your script to get MM working. That worked flawless. Glad i made a backup then with my config.

              Days later, i upgraded to Bullseye and MM was not working any longer. I thought due some autostart things or something like that.

              When i now make a fresh bullseye install and use your script- is that working? No, or?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @OberfragGER
                last edited by sdetweil

                @oberfragger yes, if you use the bullseye adjusted url (note the word master is replaced by bullseye i the url)

                bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/bullseye/raspberry.sh)"
                

                I don’t want to break the current version while we test this out…

                I just updated the instructions with this link

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 1
                • D Offline
                  DJBOOB66
                  last edited by

                  Ok i tried

                  bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/bullseye/raspberry.sh)"
                  

                  And it did not work. What I did was use the master version then rename MM folder after install then use above code and then it work?

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @DJBOOB66
                    last edited by

                    @djboob66 can u post the ~/install.log?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      DJBOOB66
                      last edited by

                      I have to do it again but will do it as soon as i can or is log found on file and were?

                      1 Reply Last reply Reply Quote 0
                      • BKeyportB Offline
                        BKeyport Module Developer @sdetweil
                        last edited by

                        @sdetweil Failed all over the place.

                        I’ll upload install.log, then nuking card and starting over.

                        The "E" in "Javascript" stands for "Easy"

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @BKeyport
                          last edited by

                          @bkeyport did u use the bullseye link ?

                          before then if u used the old link, things get messed up w no recovery (well there is but it’s half an hour of ugly work)

                          reflash

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          BKeyportB 1 Reply Last reply Reply Quote 0
                          • BKeyportB Offline
                            BKeyport Module Developer @sdetweil
                            last edited by

                            @sdetweil Yes, I used the bullseye link. installing a new card now.

                            The "E" in "Javascript" stands for "Easy"

                            BKeyportB 1 Reply Last reply Reply Quote 0
                            • D Offline
                              DJBOOB66
                              last edited by DJBOOB66

                              @sdetweil
                              the install went without problem this time only thing did diff was i SSH not VNC will test VNC install and see if error.
                              the only think i get is

                              “Installing dependencies …
                              npm WARN deprecated @stylelint/postcss-markdown@0.36.2: Use the original unforke d package instead: postcss-markdown
                              npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older v ersions may use Math.random() in certain circumstances, which is known to be pro blematic. See https://v8.dev/blog/math-random for details.
                              npm notice created a lockfile as package-lock.json. You should commit this file.
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^2.3.2 (node_modules/je st-haste-map/node_modules/fsevents):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 2.3.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“arm”} )
                              npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta | | >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dep endencies yourself.”

                              Do i need to fix anything??
                              Hope this helps.

                              S 1 Reply Last reply Reply Quote 1
                              • S Offline
                                sdetweil @DJBOOB66
                                last edited by

                                @djboob66 no, nothing to fix

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • BKeyportB Offline
                                  BKeyport Module Developer @BKeyport
                                  last edited by

                                  On new card it worked flawlessly. I’m assuming the old conditions of partial installs and whatnot had the old install broke things.

                                  Nothing but warnings about depreciated modules.

                                  The "E" in "Javascript" stands for "Easy"

                                  S 1 Reply Last reply Reply Quote 1
                                  • S Offline
                                    sdetweil @BKeyport
                                    last edited by

                                    @bkeyport said in Bullseye:

                                    Nothing but warnings about depreciated modules

                                    that we can’t do anything about. not our code

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • AssassinsA Offline
                                      Assassins
                                      last edited by

                                      Dont Update, Bulleyes is so much slow, and it not drive 100% yet.
                                      Buster work 100%, and much faster

                                      S 1 Reply Last reply Reply Quote 1
                                      • S Offline
                                        sdetweil @Assassins
                                        last edited by

                                        @assassins on what device? pi4 seems faster
                                        pi3 seems slower

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        AssassinsA 1 Reply Last reply Reply Quote 0
                                        • AssassinsA Offline
                                          Assassins @sdetweil
                                          last edited by

                                          @sdetweil
                                          Both, pi3+ is much slower, and pi4 8gb is a little bit slower, But restart Big time hole time, so i mean Bulleyes is not 100% y’et, But Buster run without trouble on both.

                                          BKeyportB 1 Reply Last reply Reply Quote 0
                                          • BKeyportB Offline
                                            BKeyport Module Developer @Assassins
                                            last edited by BKeyport

                                            An FYI to the issues within Bullseye. If you’re using OMX, it won’t work by default in Bullseye, and as it’s depreciated, we’re kinda on our own. Basically, They’ve gone through and renamed most of the libraries used by OMX.

                                            Issue these commands in a sudo session to get OMX to work until you figure out a new video streaming solution:

                                            cd /usr/lib/arm-linux-gnueabihf
                                            ln -s libmmal_core.so.0 libmmal_core.so
                                            ln -s libmmal_util.so.0 libmmal_util.so
                                            ln -s libmmal_vc_client.so.0 libmmal_vc_client.so
                                            ln -s libbcm_host.so.0 libbcm_host.so
                                            ln -s libvcsm.so.0 libvcsm.so
                                            ln -s libvchiq_arm.so.0 libvchiq_arm.so
                                            ln -s libvcos.so.0 libvcos.so
                                            curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmEGL.so'
                                            curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmGLESv2.so'
                                            curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libopenmaxil.so'
                                            

                                            – B

                                            The "E" in "Javascript" stands for "Easy"

                                            1 Reply Last reply Reply Quote 0

                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • 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