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.9k 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.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor @chris1971
      last edited by

      @chris1971 i hope so

      1 Reply Last reply Reply Quote 0
      • C Offline
        chris1971
        last edited by chris1971

        until now - no update… still the same picture since 2 hours…

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

          @chris1971

          If you are using . . .

          ownImagePath:'https://eumetview.eumetsat.int/static-images/MSG/RGB/NATURALCOLOR/FULLRESOLUTION/IMAGESDisplay/VazIBqHF9k665',
                      updateInterval: 10*60*1000
          

          . . . then that address would need to update with a new picture for the module to retrieve and display it. If that address is a static picture then the module will only be able to display that.

          Create a working config
          How to add modules

          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @Mykle1
            last edited by

            @Mykle1 perfekt thank you …

            1 Reply Last reply Reply Quote 0
            • C Offline
              chris1971
              last edited by

              I replaced the own image path in the css with “http://gif.keraunos.org/nuageseu.gif”.
              The part of the css is looking now:

              ‘’’
              {

              module: 'MMM-Globe',
              position: 'middle_center',
              config: {
              	style: 'europeDiscNat',
              	imageSize: 500,
              	ownImagePath:'http://gif.keraunos.org/nuageseu.gif',
              	updateInterval: 1*60*1000 // ervery 2 minutes
              }
              

              },
              ‘’’
              It’s not a real globe, but a good animated gif for the weather forecast with clouds…

              1 Reply Last reply Reply Quote 0
              • saljokeS Offline
                saljoke
                last edited by

                I replace the URL own image path with https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_LowResolution.jpg
                There are different of quality but is the better I found

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

                  @saljoke
                  I also replaced the URL but the image doesn´t update.
                  Has anybody a solution, how to update the image automatically?

                         ownImagePath:'https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_LowResolution.jpg',
                          updateInterval: 10*60*1000
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @shgmongohh
                    last edited by

                    @shgmongohh said in MMM-Globe:

                    EUMETSAT_MSG_RGBNatColourEnhncd_LowResolution.jpg’

                    Mykle1 said

                    . . . then that address would need to update with a new picture for the module to retrieve and display it. If that address is a static picture then the module will only be able to display that.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @sdetweil

                      I don´t think that it is static. Every hour the picture is updated with the same adress.
                      I thought that Globe updated the picture with the update intervall.

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • J Offline
                        jhoney Banned
                        last edited by

                        Cool and interesting! Im gonna try it out and see how it works.

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

                          @shgmongohh said in MMM-Globe:

                          Every hour the picture is updated with the same adress.
                          I thought that Globe updated the picture with the update intervall.

                          Well, if that is the case then it should update the image in the module. I don’t use this module. Perhaps someone that does use it will chime in with there findings, or fixes.

                          Create a working config
                          How to add modules

                          1 Reply Last reply Reply Quote 0
                          • FlatPepsiF Offline
                            FlatPepsi
                            last edited by

                            I see in the latest code that it is appending the date & time to avoid caching.

                            I’ve added a number of console log messages to the code, and it looks like it’s never refreshing. Can anyone confirm that MMM-Globe really does refresh for them, after the initial page load?

                            I’ve temporarily switched my mirror to MMM-iFrameReloaded, which does indeed refresh, but doesn’t scale the image to the size I need.

                            StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                            • StoffbeuteluweS Offline
                              Stoffbeuteluwe Project Sponsor @FlatPepsi
                              last edited by

                              @FlatPepsi it is not working…

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                dhruvgami1989
                                last edited by

                                This post is deleted!
                                bheplerB StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                                • bheplerB Offline
                                  bhepler Module Developer @dhruvgami1989
                                  last edited by

                                  @dhruvgami1989 - I wonder if the globe image is pushing the upper three regions higher? I have a couple things to try, but I don’t have a solution really.

                                  • Turn off the compliments temporarily and put the globe module in lower_third.
                                  • Reduce your globe image size and see if the weather forecast reappears
                                  • Move the globe to full_screen below, which should remove it from the shuffling that comes with the module positions.

                                  I hope one of these works for you.

                                  1 Reply Last reply Reply Quote 2
                                  • StoffbeuteluweS Offline
                                    Stoffbeuteluwe Project Sponsor @dhruvgami1989
                                    last edited by

                                    @dhruvgami1989 my current weather appears after 10 minutes but I don’t know why.
                                    Does your globe module update the Picture?
                                    My globe module does not update.

                                    D 1 Reply Last reply Reply Quote 2
                                    • D Offline
                                      dhruvgami1989 @Stoffbeuteluwe
                                      last edited by

                                      @Stoffbeuteluwe Thanks for the tip. It came up exactly after 10 mins! Very weird. And no, the globe does not update

                                      1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        JHerndon
                                        last edited by

                                        @dhruvgami1989 [unrelated] how do you use a private google calendar with a user/pass setup? I haven’t been able to find a tutorial for this.

                                        bheplerB 1 Reply Last reply Reply Quote 0
                                        • bheplerB Offline
                                          bhepler Module Developer @JHerndon
                                          last edited by

                                          @JHerndon - Go to Google’s calendar web page and look for your calendar on the left hand side. When you hover over it with your mouse, you’ll see the 3 dots for the menu. Click on the dots and select “Settings and Sharing”.

                                          On the next page, scroll down to “integrate calendar”. Use those URLs (iCal format), no password required.

                                          1 Reply Last reply Reply Quote 1
                                          • A Offline
                                            arthurross
                                            last edited by

                                            I wish this worked with MMM-GoogleAnalytics

                                            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
                                            • 5 / 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