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-EARTH-Live & MMM-ISS-Live

    Scheduled Pinned Locked Moved Education
    47 Posts 13 Posters 26.0k Views 14 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by Mykle1

      MMM-EARTH-Live

      • Spectacular Live Stream of Earth from the International Space Station

      • See our world, live and in motion

      • Wonder at, and appreciate the gift that is our home

      Download:

      [card:mykle1/MMM-EARTH-Live]

      Version 1.0.0

      0_1554497125644_Screenshot from 2019-04-05 16-28-29.png 0_1554497150307_Screenshot from 2019-04-05 16-45-08.png

      And . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

      MMM-ISS-Live

      • Spectacular Live Stream of the workings of the International Space Station

      • Will, at times, include interior video of the ISS, the crew and audio.

      Download:

      [card:mykle1/MMM-ISS-Live]

      Version 1.0.0

      0_1554499470619_Screenshot from 2019-04-05 16-21-57.png

      0_1554499517491_Screenshot from 2019-04-05 16-29-38.png

      0_1554513580033_i33.png

      Create a working config
      How to add modules

      S 1 Reply Last reply Reply Quote 3
      • M Offline
        motdog
        last edited by

        Just when I thought I had my mirror set up how I liked it you do this?

        Thanks

        Mykle1M 1 Reply Last reply Reply Quote 3
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @motdog
          last edited by

          @motdog said in MMM-EARTH-Live & MMM-ISS-Live:

          Just when I thought I had my mirror set up how I liked it you do this?

          haha . . . I’m sorry? :-)

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 2
          • jcasmanJ Offline
            jcasman
            last edited by

            More cool contributions from @Mykle1 !! Thank you for providing these modules. Really appreciate the time and effort.

            Mykle1M 1 Reply Last reply Reply Quote 3
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @jcasman
              last edited by

              @jcasman said in MMM-EARTH-Live & MMM-ISS-Live:

              Thank you for providing these modules. Really appreciate the time and effort.

              You are welcome, sir. I really enjoy doing this. If people like my modules then it is even more satisfying for an old dude like me. I do appreciate your kind words. Thank you, my friend. :thumbsup:

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • S Offline
                stacywebb @Mykle1
                last edited by

                @Mykle1 Two excellent modules.
                Your work is greatly appreciated.

                T 1 Reply Last reply Reply Quote 2
                • T Offline
                  TamP @stacywebb
                  last edited by

                  @stacywebb said in MMM-EARTH-Live & MMM-ISS-Live:

                  @Mykle1 Two excellent modules.
                  Your work is greatly appreciated.
                  And I wholeheartedly agree

                  1 Reply Last reply Reply Quote 3
                  • T Offline
                    TamP
                    last edited by

                    When my MagicMirror starts, the ISS module appears, but I have to click a play button on it, to start the app. Is this as should be, or is there a way to get the live stream, when the mirror starts without any interaction.
                    Great module though

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • Mykle1M Offline
                      Mykle1 Project Sponsor Module Developer @TamP
                      last edited by

                      @TamP said in MMM-EARTH-Live & MMM-ISS-Live:

                      When my MagicMirror starts, the ISS module appears, but I have to click a play button on it, to start the app. Is this as should be, or is there a way to get the live stream, when the mirror starts without any interaction.
                      Great module though

                      It absolutely should start without clicking a play button. When did you clone the repo? My initial upload to the repo required you to click a play button but a later upload/update included the fix for that.

                      Have you modified anything?

                      Line 38 of the MMM-ISS-Live.js file should look like this:

                      iframe.src="https://www.ustream.tv/embed/9408562?html5ui?autoplay=1";

                      If it does not you should do a git pull in the MMM-ISS-Live directory

                      Create a working config
                      How to add modules

                      T 1 Reply Last reply Reply Quote 0
                      • T Offline
                        TamP @Mykle1
                        last edited by

                        @Mykle1 line 38 is correct but I did a git pull anyway but to no avail

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

                          starting with one of the newer electron builds, (and chrome, and mozilla) they have implemented a new ’ no autoplay’ policy.
                          they require a user to click on the web page somewhere to enable autoplay…

                          there is a workaround

                          edit mm/js/electron.js
                          and change the code like this

                          function createWindow() {
                              app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added
                              var electronOptionsDefaults = {
                          

                          then restart MM… autoplay will work now

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          Mykle1M 1 Reply Last reply Reply Quote 2
                          • T Offline
                            TamP
                            last edited by

                            Thanks for that, It does as you say and starts without the playbutton

                            1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @sdetweil
                              last edited by

                              @sdetweil said in MMM-EARTH-Live & MMM-ISS-Live:

                              starting with one of the newer electron builds, (and chrome, and mozilla) they have implemented a new ’ no autoplay’ policy.

                              I did not know this. Thank you, Sam. :thumbsup:

                              Create a working config
                              How to add modules

                              1 Reply Last reply Reply Quote 0
                              • F Offline
                                fulmik Project Sponsor
                                last edited by

                                I’ll be checking this out after work today, thank you

                                1 Reply Last reply Reply Quote 0
                                • V Offline
                                  Vauxdvihl
                                  last edited by

                                  @Mykle1
                                  hi Mykle1
                                  Thanks for this great module
                                  I am receiving the following message:
                                  0_1574459231654_f5d8639b-37ed-4775-800c-aa00281e48cf-grafik.png

                                  Do you have an idea?
                                  Thanks a lot
                                  Best Regards

                                  1 Reply Last reply Reply Quote 0
                                  • rudibaraniR Offline
                                    rudibarani Project Sponsor
                                    last edited by

                                    Hi @Vauxdvihl,
                                    I had the same problem with another module. You can find what worked for me here: https://forum.magicmirror.builders/topic/11185/electron-browser-outdated
                                    Good luck!

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

                                      @rudibarani i submitted a change request to upgrade to 6.0.12 on the next update

                                      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
                                        last edited by

                                        Hi @Mykle1,
                                        After lunartic I also installed these two modules: MMM-ISS Live and MMM-Earth Live. I’m your fan …:grinning_face_with_smiling_eyes:

                                        I have the problem mentioned by @Vauxdvihl and @rudibarani, but for the ISS Live module I was able to close the message with the mouse, for the Earth Live module it is not possible … the pointer has no effect!
                                        Could you help me?

                                        2020-04-02-162749-1920x1080-scrot
                                        fotoonline

                                        Thanks for your interesting modules.

                                        @Mykle1 PS: do you like my “Astronomy” page? :smiling_face_with_open_mouth_cold_sweat:

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

                                        Mykle1M 1 Reply Last reply Reply Quote 0
                                        • Mykle1M Offline
                                          Mykle1 Project Sponsor Module Developer @Egnos
                                          last edited by

                                          @Egnos said in MMM-EARTH-Live & MMM-ISS-Live:

                                          @Mykle1 PS: do you like my “Astronomy” page?

                                          I do. I like all things related to the cosmos. :thumbsup:

                                          I just loaded up both modules and was able to close both warning messages. The modules are both working as expected, as you can see from the screenshot. Can you please try again?

                                          Create a working config
                                          How to add modules

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

                                            @Mykle1 said in MMM-EARTH-Live & MMM-ISS-Live:

                                            @Egnos said in MMM-EARTH-Live & MMM-ISS-Live:
                                            I just loaded up both modules and was able to close both warning messages. The modules are both working as expected, as you can see from the screenshot. Can you please try again?
                                            />

                                            Do I have to enable the mouse pointer or do I have to be on t the module?

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

                                            Mykle1M 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
                                            • 1 / 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