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-Globe

    Scheduled Pinned Locked Moved Utilities
    119 Posts 39 Posters 213.7k Views 40 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.
    • schlachtkreuzer6S Offline
      schlachtkreuzer6 @binderth
      last edited by

      @binderth niiiice! :)

      1 Reply Last reply Reply Quote 0
      • schlachtkreuzer6S Offline
        schlachtkreuzer6 @binderth
        last edited by

        @binderth the globe is cut at south pole area, i think the white slice down there is the background color

        0_1483121888864_pi globe.PNG

        so i think the module cut a circle out of the webpage and down there is some part of the earth missing, or out of view. Also i got another issue: If I´m using the random Photo Module as background, i see a small black border around the full globe. So to fix that, there must be an adjustment for the size of the cutting circle. But anyway the main problem with that white slice is, the image source.

        SvenSommerS 1 Reply Last reply Reply Quote 0
        • S Offline
          shgmongohh @binderth
          last edited by

          @binderth

          If I have a bit more time, I’d like to add the standard ones and make a pull request to choose from. There’s a list of (near) real-time images from EUMETSAT: http://oiswww.eumetsat.org/IPPS/html/latestImages.html

          Very nice work!

          It would be awesome, if you could add the real time images!

          Sebastian

          schlachtkreuzer6S 1 Reply Last reply Reply Quote -1
          • schlachtkreuzer6S Offline
            schlachtkreuzer6 @shgmongohh
            last edited by

            @shgmongohh that would be awesome! thank you in advance :)

            1 Reply Last reply Reply Quote 0
            • SvenSommerS Offline
              SvenSommer @schlachtkreuzer6
              last edited by

              @schlachtkreuzer6
              Hey guys,
              I was able to cut the white bar by cutting the last pixels (depending on the image size) from this image with adding the following to MMM-Globe.js

              getDom: function () {
                  var wrapper = document.createElement("div");
                  if (this.config.style == "europeDiscNat") {
              	wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px";
              	wrapper.style.overflow = "hidden";
                  }
              
                  var image = document.createElement("img");
              
              schlachtkreuzer6S 1 Reply Last reply Reply Quote 1
              • schlachtkreuzer6S Offline
                schlachtkreuzer6 @SvenSommer
                last edited by

                @SvenSommer Nice work! Thanks. Post it on github as well :)

                SvenSommerS 1 Reply Last reply Reply Quote 0
                • SvenSommerS Offline
                  SvenSommer @schlachtkreuzer6
                  last edited by

                  @schlachtkreuzer6
                  done, I also included the sources from binderth and made a pull request.

                  LukeCodewalkerL lolobyteL 2 Replies Last reply Reply Quote 1
                  • LukeCodewalkerL Offline
                    LukeCodewalker Module Developer @SvenSommer
                    last edited by

                    @SvenSommer
                    could you please adjust the README.md that it contains your additional image-styles? then i will merge your pull request =)
                    thanks for your help improving the module

                    1 Reply Last reply Reply Quote 0
                    • lolobyteL Offline
                      lolobyte @SvenSommer
                      last edited by

                      @SvenSommer

                      Wrong, the picture source information was from me.

                      You can read my first entry above the post from @binderth !

                      1 Reply Last reply Reply Quote 0
                      • SvenSommerS Offline
                        SvenSommer
                        last edited by

                        @lolobyte
                        Sorry. So, thank you for this excellente source!

                        @LukeCodewalker
                        readme is adjusted.

                        LukeCodewalkerL 1 Reply Last reply Reply Quote 0
                        • LukeCodewalkerL Offline
                          LukeCodewalker Module Developer @SvenSommer
                          last edited by

                          @SvenSommer
                          Merged! Thank you

                          1 Reply Last reply Reply Quote 1
                          • binderthB Offline
                            binderth
                            last edited by

                            so great coming home from skiing and everything is already fixed and commited! Thanks, guys!
                            looks awesome!

                            1 Reply Last reply Reply Quote 0
                            • B Offline
                              Burner911
                              last edited by

                              This is awesome! Any chance of a view with North America centric? @LukeCodewalker

                              schlachtkreuzer6S 1 Reply Last reply Reply Quote 0
                              • schlachtkreuzer6S Offline
                                schlachtkreuzer6 @Burner911
                                last edited by

                                @Burner911 if you find some image source :D

                                1 Reply Last reply Reply Quote 0
                                • lolobyteL Offline
                                  lolobyte
                                  last edited by

                                  Here are some needful sources

                                  http://earthdirectory.net/gsat
                                  http://goes.gsfc.nasa.gov/

                                  SvenSommerS 1 Reply Last reply Reply Quote 0
                                  • SvenSommerS Offline
                                    SvenSommer @lolobyte
                                    last edited by

                                    @lolobyte
                                    Thank you for the links.
                                    For central america I found the following source the most usefull. Unfortunately it’s only available in high resulution.
                                    http://goes.gsfc.nasa.gov/goescolor/goeseast/overview2/color_lrg/latestfull.jpg
                                    alt text

                                    Has anybody found more usefull sources by now?

                                    1 Reply Last reply Reply Quote 1
                                    • B Offline
                                      Burner911
                                      last edited by

                                      @SvenSommer That is the exact image I found as well. Any chance we could make this work @LukeCodewalker?

                                      LukeCodewalkerL SvenSommerS 2 Replies Last reply Reply Quote 0
                                      • in_a_daysI Offline
                                        in_a_days
                                        last edited by

                                        Hopefully we’ll have a new feed from GOES-16 soon as well!

                                        http://gizmodo.com/the-most-advanced-weather-satellite-yet-just-dropped-it-1791527000

                                        What ship would bear me ever back across so wide a Sea?

                                        1 Reply Last reply Reply Quote 1
                                        • LukeCodewalkerL Offline
                                          LukeCodewalker Module Developer @Burner911
                                          last edited by

                                          @Burner911 sure :) should be straight forward. I you know how to do it feel free to make a pull request. If not I can have a look at the weekend if I find some time.

                                          B 1 Reply Last reply Reply Quote 0
                                          • SvenSommerS Offline
                                            SvenSommer @Burner911
                                            last edited by

                                            This post is deleted!
                                            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
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • 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