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.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.
    • Andrius okA Offline
      Andrius ok @strawberry 3.141
      last edited by

      Thanks @strawberry-3.141 I’am appreciated!

      1 Reply Last reply Reply Quote 0
      • P Offline
        Peter
        last edited by

        I have the same problem as Matt about a year ago.
        The globe works perfect but after some time I see only some lines.
        Some time later it is fine again.

        Any help?
        Peter

        This is Matts picture a year ago:

        0_1514980636557_image.png

        G iMAGiCI dasbooterD PimagicalP 4 Replies Last reply Reply Quote 0
        • G Offline
          gshimself @Peter
          last edited by

          @Peter I use to have that, and that is when my SD card got full. do a

          df -h
          

          and see if the storage is full or not

          P 1 Reply Last reply Reply Quote 0
          • iMAGiCI Offline
            iMAGiC @Peter
            last edited by

            @Peter I found this issue when I attache this module into MM, due to the link is not very stable, and it stop working sometime. you could try other link (e.g. full), it will work.

            Choice * Judgment * Values

            P 1 Reply Last reply Reply Quote 0
            • P Offline
              Peter @gshimself
              last edited by

              @gshimself , there is still 8.5 G left on the 16G card.
              Peter

              1 Reply Last reply Reply Quote 0
              • P Offline
                Peter @iMAGiC
                last edited by

                @iMAGiC , what do you mean with " full"?
                Is there a good link to the side of the earth with Europe?
                Peter

                iMAGiCI 1 Reply Last reply Reply Quote 0
                • iMAGiCI Offline
                  iMAGiC @Peter
                  last edited by

                  @Peter
                  sorry, I meaning use hi-res url instead of it.
                  for example:

                  this.imageUrls = {
                  			'geoColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_true_color.jpg',
                  
                  

                  @Peter said in MMM-Globe:

                  @iMAGiC , what do you mean with " full"?
                  Is there a good link to the side of the earth with Europe?
                  Peter

                  Choice * Judgment * Values

                  P 1 Reply Last reply Reply Quote 0
                  • dasbooterD Offline
                    dasbooter @Peter
                    last edited by

                    @Peter I agree with the post about changing the link. I had the same problem then I changed sources and have had no issue.

                    P 1 Reply Last reply Reply Quote 0
                    • P Offline
                      Peter @iMAGiC
                      last edited by

                      @iMAGiC , I used your link: MM starts, I see half of the globe and MM stops, starts again with half of the globe and stops again; like a loop.
                      Maybe because I use a RPI 2?
                      Peter

                      iMAGiCI 1 Reply Last reply Reply Quote 0
                      • P Offline
                        Peter @dasbooter
                        last edited by

                        @dasbooter , what link do you use?
                        peter

                        1 Reply Last reply Reply Quote 0
                        • PimagicalP Offline
                          Pimagical @Peter
                          last edited by

                          @Peter I fixed this problem with improving my wifi signal/range!

                          Check your wifi signal quality if around 37/70 this will cause problems for sure, it should be at least above 45/70 or higher check your signal with:

                          sudo iwconfig wlan0
                          

                          My bad wifi signal caused problems like not loading the globe images and freezing agenda items and not loading the newsfeed items.

                          Solutions are

                          1. Change the accespoint location or

                          2. Buy a WIFI USB adapter to improve the wifi range because the Pi 3 default wifi/bluetooth is very bad: Pi 3 Wifi problems or

                          3. DIY Modification option External antenna modifications for the Raspberry :Pi 3

                          Good Luck!

                          1 Reply Last reply Reply Quote 0
                          • iMAGiCI Offline
                            iMAGiC @Peter
                            last edited by

                            @Peter do you set updateInterval correctly?
                            btw, I use Pi 3 with LAN.

                            only thing is loading time is longer, but OK.

                            Choice * Judgment * Values

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              Peter
                              last edited by

                              Wifi signal is 49/70.
                              I use the original update interval.
                              Peter

                              iMAGiCI 1 Reply Last reply Reply Quote 0
                              • iMAGiCI Offline
                                iMAGiC @Peter
                                last edited by

                                @Peter I think there is a problem, but not link I provided. may you check others, it shouldn’t cause MM stop or restart.

                                Choice * Judgment * Values

                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  Peter
                                  last edited by

                                  I rest my case.
                                  I can’t get it working the way I want.
                                  Thanks everybody for your help.
                                  Peter

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

                                    For those seeking North American globe views, I have great news - GEOS-16 (aka GEOS-East) is now publishing live color (yes, COLOR) images!

                                    See web site here:
                                    https://www.star.nesdis.noaa.gov/GOES/GOES16_FullDisk.php

                                    There are a few links for the latest image, depending on the resolution you want. (Watch out -many of the web site’s URLs are date and time specific) I’m using: https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/678x678.jpg

                                    Until a proper GIT update is done on this module, you can edit your setup to get this new image. In the folder:
                                    /home/pi/MagicMirror/modules/MMM-Globe
                                    Edit the file: MMM-Globe.js

                                    Find the lines with ‘centralAmericaDiscNat’: , and put the new URL in there. In my case, I used:

                                    		'centralAmericaDiscNat': 'https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/678x678.jpg'
                                    

                                    Do note that the code has 2 sections for different resolutions- you may need to update both.

                                    Enjoy!

                                    pugslyP 1 Reply Last reply Reply Quote 1
                                    • pugslyP Offline
                                      pugsly @FlatPepsi
                                      last edited by pugsly

                                      @flatpepsi said in MMM-Globe:

                                      centralAmericaDiscNat’: 'https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/678x678.jpg

                                      I put the URL above for high res but since I only use 200px use this url for low res

                                      https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/thumbnail.jpg

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

                                        MMM Globe - The Image Gallery has moved!

                                        Hi has anybody solved the issues with the MMM Globe.
                                        I am using MMM Globe, but the pictures/ jpgs are not longer available on the EUMETSAT server. Does anybody have a solution?
                                        Thx, Chris

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

                                          @chris1971 try the link of the new path in…
                                          ownpath: “link of new path“
                                          in MMM-Globe config…

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

                                            … could you please explain more in detail…
                                            Thanks, Chris

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