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

Bullseye

Scheduled Pinned Locked Moved Unsolved Troubleshooting
45 Posts 8 Posters 13.3k 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 @BKeyport
    last edited by Nov 14, 2021, 11:11 PM

    @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
    • A Offline
      Assassins
      last edited by Nov 15, 2021, 9:52 PM

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

      S 1 Reply Last reply Nov 15, 2021, 10:16 PM Reply Quote 1
      • S Offline
        sdetweil @Assassins
        last edited by Nov 15, 2021, 10:16 PM

        @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

        A 1 Reply Last reply Nov 16, 2021, 5:10 AM Reply Quote 0
        • A Offline
          Assassins @sdetweil
          last edited by Nov 16, 2021, 5:10 AM

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

          B 1 Reply Last reply Nov 29, 2021, 1:01 AM Reply Quote 0
          • B Offline
            BKeyport Module Developer @Assassins
            last edited by BKeyport Nov 29, 2021, 1:01 AM Nov 29, 2021, 1:01 AM

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