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 196.8k 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

      {
                  module: 'MMM-Globe',
                  position: 'middle_center',
                  config: {
                  style: 'europeDiscNat',
                  imageSize: 600,
                  ownImagePath:'https://eumetview.eumetsat.int/static-images/MSG/RGB/NATURALCOLOR/FULLRESOLUTION/IMAGESDisplay/VazIBqHF9k665',
                  updateInterval: 10*60*1000
                  }
            },
      

      I hope this ok for you…

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

        @Stoffbeuteluwe ist that ok?

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

          Great!!!

          It’s working with the link… where did you find it?

          Regards, Christoph

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

            @chris1971 this is the link from the picture of the Earth on the eumesat webpage…

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

              yes - and now I still have the question if the picture will be updated automatically. With the old configuration (on the EUMETSAT server) I got a new picture every 15 minutes…

              StoffbeuteluweS 1 Reply Last reply Reply Quote 0
              • 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
                        • 1
                        • 2
                        • 8
                        • 9
                        • 10
                        • 11
                        • 12
                        • 10 / 12
                        • 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