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.

    Omxplayer and Bullseye

    Scheduled Pinned Locked Moved General Discussion
    21 Posts 4 Posters 2.9k Views 4 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.
    • plainbrokeP Offline
      plainbroke @Egnos
      last edited by

      @Egnos
      Use sdetweil’s backupRestore module it makes it pretty easy to reinstall it all into a working order and it saves your config.js and custom.css very important in my case I do not want to ever go through all the hours spent trial and error testing to get my mirror the way I wanted it…

      Slow learner. But trying anyways.

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

        @plainbroke buster is the Legacy image

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • E Offline
          Egnos @plainbroke
          last edited by

          @plainbroke said in Omxplayer and Bullseye:

          Use sdetweil’s backupRestore module it makes it pretty easy to reinstall it all into a working order and it saves your config.js and custom.css very important in my case I do not want to ever go through all the hours spent trial and error testing to get my mirror the way I wanted it…

          Thanks @plainbroke for the advise and thanks @sdetweil for creating the script.

          I will install on a new MicroSD Buster and test the operation.

          My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

          1 Reply Last reply Reply Quote 0
          • E Offline
            Egnos @plainbroke
            last edited by

            @plainbroke said in Omxplayer and Bullseye:

            I am currently using the latest Buster with 5 different rtsp cameras ( i use carousel) and I have no problems viewing them.

            Do you use a module in particular to view the stream of the cameras or do you launch omxplayer outside the MM?

            Thanks

            My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

            plainbrokeP 1 Reply Last reply Reply Quote 0
            • E Offline
              Egnos
              last edited by

              sdetweil said in Omxplayer and Bullseye:

              buster is the Legacy image

              What changes from the “normal” version?

              My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

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

                @Egnos nothing. It’s just the previous release.

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

                1 Reply Last reply Reply Quote 0
                • plainbrokeP Offline
                  plainbroke @Egnos
                  last edited by

                  @Egnos
                  I use MMM-RTSPStream I have 5 separate instances running, without any issues as long as the cameras are up and running.

                  Slow learner. But trying anyways.

                  E 1 Reply Last reply Reply Quote 0
                  • E Offline
                    Egnos @plainbroke
                    last edited by

                    @plainbroke is there a particular reason why you use different instances of the same module instead of multiple streams in configuration (e.g. stream1, stream2, stream3, etc.)?

                    Thanks

                    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                    plainbrokeP 1 Reply Last reply Reply Quote 0
                    • plainbrokeP Offline
                      plainbroke @Egnos
                      last edited by

                      @Egnos
                      I have one camera show at a time using mmm-carousel, they use the full screen one at a time in various places in my line up of modules. I have 40+ modules running on my Mirror .

                       module: "MMM-Carousel",
                      config: {
                       transitionInterval: 43000,
                       ignoreModules: ["MMM-DynamicWeather", "MMM-ModuleScheduler"],
                              mode: "slides",
                              slides: [
                                      ["MMM-CalendarExt3"],
                                      ["calendar", "clock", "compliments"],
                                      ["facts", "clock", "compliments"],
                                      ["iFrame"],
                                      ["MMM-ATM", "clock", "compliments"],
                                      ["MMM-Bored", "clock", "compliments"],
                                      ["MMM-RTSPStream"],
                                      ["MMM-CalvinAndHobbes", "clock", "compliments"],
                                      ["MMM-CloneWarsQuotes", "clock", "compliments"],
                                      ["MMM-Cocktails", "clock", "compliments"],
                                      ["MMM-covid19", "clock", "compliments"],
                                      ["MMM-DailyQuote", "clock", "compliments"],
                                      ["MMM-DarkSkyForecast", "clock", "compliments"],
                                      ["MMM-Dogs", "clock", "compliments"],
                                      ["MMM-DumbAssCatFacts", "clock", "compliments"],
                                      ["MMM-RTSPStream2"],
                                      ["MMM-EARTH", "clock", "compliments"],
                                      ["MMM-Evil", "clock", "compliments"],
                                      ["MMM-EyeCandy", "clock", "compliments"],
                                      ["MMM-Gas", "clock", "compliments"],
                                      ["MMM-GmailFeed", "clock", "compliments"],
                                      ["MMM-History", "clock", "compliments"],
                                      ["MMM-icanhazdadjoke", "clock", "compliments"],
                                      ["MMM-ImagesPhotos", "clock", "compliments"],
                                      ["MMM-RTSPStream3"],
                                      ["MMM-MotionEye"],
                                      ["MMM-MyWordOfTheDay", "clock", "compliments"],
                                      ["MMM-NetworkScanner"],
                                      ["MMM-NFL", "clock", "compliments"],
                                      ["MMM-Oneliner", "clock", "compliments"],
                                      ["MMM-OpenWeatherForecast", "clock", "compliments"],
                                      ["MMM-quote-of-the-day", "clock", "compliments"],
                                      ["MMM-RTSPStream4"],
                                      ["MMM-RAIN-MAP"],
                                      ["MMM-rfacts", "clock", "compliments"],
                                      ["MMM-SimpleLogo", "clock", "compliments"],
                                      ["MMM-SingleStock", "clock", "compliments"],
                                      ["MMM-Todoist", "clock", "compliments"],
                                      ["on-this-day", "clock", "compliments"],
                                      ["random_quotes", "clock", "compliments"],
                                      ["MMM-RTSPStream5"]
                      

                      Slow learner. But trying anyways.

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        Egnos @plainbroke
                        last edited by

                        @plainbroke said in Omxplayer and Bullseye:

                        @Egnos
                        I am currently using the latest Buster with 5 different rtsp cameras ( i use carousel) and I have no problems viewing them.
                        Description: Raspbian GNU/Linux 10 (buster)
                        Release: 10
                        Codename: buster
                        Just my 2 cents. Unless someone much smarter than me can fix Omxplayer in Bullseye. I have resigned myself to stay on Buster until I can’t anymore…

                        Hi @plainbroke , I installed the Buster as per your advice and for now everything works fine! Thanks!
                        I just have some problems with the bluetooth connection between the RPI and the bluetooth speaker (Nest Audio …), after a certain time of inactivity of a few hours the bluetooth disconnects!

                        Have you also had this problem with you?

                        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                        plainbrokeP 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 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