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 Entertainment
    118 Posts 32 Posters 173.4k Views 37 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.
    • E Offline
      earthlink @Eunanibus
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • StoffbeuteluweS Offline
        Stoffbeuteluwe Project Sponsor
        last edited by

        hi, does it work on Mac mini 2011 ?

        1 Reply Last reply Reply Quote 0
        • E Offline
          Eunanibus Module Developer
          last edited by

          Hey all!

          The time has come.

          I’ve really appreciated all the feedback I’ve gotten from all of you. I’ve been so happy watching you all use this.

          That being said, development on the lite version starts next week. I want everyone to be able to use this regardless of hardware.

          I’d also like to take in suggestions for feature requests. Anything you want? Anything you wish was better? Now is the time to start letting me now.

          Thanks guys.

          mumblebajM bheplerB 2 Replies Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @Eunanibus
            last edited by

            @Eunanibus Awesome, can’t wait. I actually tried this the first time i setup my mirror and it worked for me on my Pi 3B+. Although some of the locations were wrong at the time but I assume that was my error. Nice work with this project and again, can’t wait for the light version.

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/
            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

            1 Reply Last reply Reply Quote 0
            • E Offline
              earthlink
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer @Eunanibus
                last edited by bhepler

                @Eunanibus - Well, since you’re asking… these are the things I remember from the original code that I would love to see implemented.

                • Specify locations to be linked by an arc.
                • Specify colors used for the pins
                • Specify colors used for the arcs
                • An updateInterval to control when to refresh the globe w/ the build animation
                • A true/false switch to display the default pins.
                • Alternately, an array for unlabeled pins that will replace the defaults if you provide it.

                Thanks!

                1 Reply Last reply Reply Quote 1
                • L Offline
                  ltzChubbz
                  last edited by

                  Any updates on this lite version?
                  Also is there a way to display all pin names when they are close and have them overlap?

                  1 Reply Last reply Reply Quote 0
                  • TechJak7000T Offline
                    TechJak7000
                    last edited by

                    Hey Eunanibus, Jolly good show old boy :blond-haired_man: :clapping_hands: :clapping_hands: :clapping_hands:

                    I have implemented straight away :- IMG_0737.jpg
                    it runs without any problems until now !

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

                      @TechJak7000 hi, do you use a raspberry pi?

                      1 Reply Last reply Reply Quote 0
                      • TechJak7000T Offline
                        TechJak7000
                        last edited by

                        Hello, I do use Raspberry pi4 with High performance 128 GB SD card !

                        1 Reply Last reply Reply Quote 0
                        • BesomarB Offline
                          Besomar
                          last edited by

                          Impressive!!!

                          I just started a smart mirror project with Pi3 (1G) and just found out about this awesome plugin.

                          Great job!

                          So, I guess I’ll have to wait for that lightweight version :)

                          1 Reply Last reply Reply Quote 0
                          • I Offline
                            Idea215
                            last edited by

                            Hello,

                            I have installed module on my P4, but somehow it does not really work. It is only displayed as in the picture below and not as in the pictures on the GitHub page. Does anyone know what the problem is?

                            My Mirror:
                            https://imgur.com/a/tOwDJru

                            GitHub Version:
                            https://i.imgur.com/oF3mxBC.png

                            W 1 Reply Last reply Reply Quote 0
                            • W Offline
                              Wenike @Idea215
                              last edited by

                              @idea215 Did you go to the github link from the first post or just Googled for MMM-Globe? Yours looks like mine which is from a different MMM-Globe

                              1 Reply Last reply Reply Quote 0
                              • O Offline
                                oli28
                                last edited by

                                What a beautiful modul! Any chance to change the font size to be able to fit more destinations next to each others? I did try to find it in the .css but had no luck yet.

                                1 Reply Last reply Reply Quote 0
                                • F Offline
                                  Foxy25
                                  last edited by Foxy25

                                  Hi,
                                  I have a question about the module:

                                  I would like to make the background transparent, is that possible? At the moment it is black.

                                  That would help me, because I have a slideshow running in the background and the black background behind the globe doesn’t look so nice …

                                  Would be very grateful if someone could help.

                                  Foxy

                                  20210302_204736.jpg

                                  W 1 Reply Last reply Reply Quote 0
                                  • W Offline
                                    Wenike @Foxy25
                                    last edited by

                                    @foxy25 @foxy25 In your custom.css file, see if adding:

                                    .globe { opacity: 0.0; }
                                    

                                    Fixes the issue?

                                    F 1 Reply Last reply Reply Quote 0
                                    • F Offline
                                      Foxy25 @Wenike
                                      last edited by Foxy25

                                      @wenike
                                      Hi,

                                      i use the command in the styles.css of the modul, not in the custom.css.

                                      It works, but it makes the complete module invisible, not only the background behind the globe.

                                      Thank you for your support.

                                      A 1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        ashishtank Module Developer @Foxy25
                                        last edited by

                                        @foxy25 to make globe transparent there are two changes required.

                                        • Module div’s background color
                                        • Globe canvas itself have black color as background.

                                        First one can be easily doable with css but to make globe transparent you will need to change the code as well. Do below to make globe transperent.

                                        • In custom.css add below css
                                        .globe
                                        {
                                        	background-color: unset;
                                        }
                                        
                                        • in modules\MMM-Globe\encom-globe.js file find below line and change it to.

                                        from

                                        this.renderer = new THREE.WebGLRenderer( { antialias: true } );
                                        

                                        to

                                        this.renderer = new THREE.WebGLRenderer( { antialias: true, alpha: true } );
                                        

                                        below is output

                                        Before

                                        dde6476f-f02b-48b9-aa2c-f60c4bead58a-image.png

                                        After
                                        0214ddbf-09fe-4ba8-9528-ea96ed28ea7c-image.png

                                        Let me know how/if it works for you.

                                        F 1 Reply Last reply Reply Quote 1
                                        • F Offline
                                          Foxy25 @ashishtank
                                          last edited by

                                          It works perfect!!!

                                          Thank you so much for you support!!!

                                          Greetings from Germany

                                          Foxy

                                          A 1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            ashishtank Module Developer @Foxy25
                                            last edited by

                                            @foxy25 you are welcome :)

                                            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