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-ISS-Live error 153

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    10 Posts 4 Posters 80 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.
    • R Offline
      RonR
      last edited by

      Running MM V2.33.0 on Docker. I installed MMM-ISS-Live but it only shows this error message: “Error 153
      Video player configuration error”

      I have done some research and found that I need to add " referrerpolicy=“strict-origin-when-cross-origin” " to the IFrame. I looked at the MMM-ISS-Live.js file, found a section dealing with IFrame and inserted the policy statement following the format of the other Iframe statements. That change alone did not fix the problem, same error message after restarting MM.

      I noticed several references to electron and now I’m wondering if this module will even run under Docker.

      Any suggestions/thoughts greatly appreciated.
      RonR

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

        @RonR are you using this fork

        https://github.com/KristjanESPERANTO/MMM-ISS-Live

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil Yes, that is where I downloaded from.

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

            @RonR did you do this step in the README

            https://github.com/KristjanESPERANTO/MMM-ISS-Live?tab=readme-ov-file#preparing-electron

            Preparing Electron
            MagicMirror² disables the <webview> tag by default. Enable it by adding the following snippet to your config/config.js:
            
            let config = {
              ...
              electronOptions: {
                webPreferences: {
                  webviewTag: true;
                }
              },
              ...
            }
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Reply Quote 1
            • R Offline
              RonR @sdetweil
              last edited by

              @sdetweil Yes, I did add that to config.js. It is nice to have done something right for a change. :)

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

                @RonR except you have an error…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • TAGinsideT Offline
                  TAGinside
                  last edited by TAGinside

                  Docker often limits Electron’s graphical capabilities and full management, including restrictions related to video autoplay. Error 153 is often caused by these restrictions.

                  I’ll try to find something on my end tomorrow.

                  karsten13K R 2 Replies Last reply Reply Quote 0
                  • karsten13K Offline
                    karsten13 @TAGinside
                    last edited by

                    this is unrelated to mm, the default url used in the module is https://www.youtube.com/embed/yf5cEJULZXk?si=Dx852YRN5q6NHj0K and I see the same error 153 in my browser.

                    Clicking on “Watch video on YouTube” will move you to https://www.youtube.com/watch?v=yf5cEJULZXk with the content “This live stream recording is not available.”

                    So this NASA stream is at least currently not available …

                    Maybe of interest for @KristjanESPERANTO

                    TAGinsideT 1 Reply Last reply Reply Quote 1
                    • TAGinsideT Offline
                      TAGinside @karsten13
                      last edited by TAGinside

                      @karsten13
                      So if you right maybe we can use this flux on page https://www.sen.com/live

                      Or https://m.youtube.com/watch?v=iYmvCUonukw

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        RonR @TAGinside
                        last edited by

                        @TAGinside Thanks. I’m learning more everyday and that feels good.

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