MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED need help MMM-Globe not showing on Mac mini 2011

    Troubleshooting
    2
    7
    963
    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.
    • Stoffbeuteluwe
      Stoffbeuteluwe Project Sponsor last edited by

      {
      		module: 'MMM-Globe',
      		position: 'lower_third',	// This can be any of the regions. Best results in lower_third
      		config: {
                      size:"small", // Globe size. See configuration options below for more options
                      locations: [ 
                          // Fill with location Objects if desired
                          // e.g.
                          {lat:37.77493,lng:-122.41942, label: "San Francisco"},
                          {lat:-23.5475,lng:-46.63611, label: "Sao Paulo"}
                          
                          // Individual values must be seperated by a comma. 
                          // You can look up the latitude and longitude for a specific location on Google Maps.
                      ]
      		}
      	},
      ```can anybody have  a look at my config please ..
      1 Reply Last reply Reply Quote 0
      • Stoffbeuteluwe
        Stoffbeuteluwe Project Sponsor last edited by

        Ok Thank you very much for your help…

        1 Reply Last reply Reply Quote 0
        • bhepler
          bhepler Project Sponsor last edited by bhepler

          Are you getting anything on the screen at all? Or is the globe not appearing? Or is the globe appearing and the locations not displaying?

          Edited to add: I just C&P your posted configuration and it came right up. I would suspect that something with the Mac Mini’s implementation of Electron is giving you a problem. I would try the following to test:

          1. Start your magic mirror in server only mode with node serveronly.
          2. Use a web browser on your mini and point it to local host: http://localhost:8080
          3. If that does not work, use your laptop and point it at your mini’s ip address: http://[ip address]:8080 and see if it shows up.

          Let us know how it goes.

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

            Wenn i use a Webbrowser http://localhost:8080/ than it shows up…

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

              Server only Mode it shows up…but what can I do now to make it work in the normal mode???

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

                @Stoffbeuteluwe - You probably can’t. The version of Electron on the Mac Mini can’t support the OpenGL used to create the globe graphic. It’s possible that you can update the version of Electron that you’re using to the latest version and that might make it work.

                You can, however, configure your Mac Mini to open a browser in kiosk mode on boot and set the home page to http://localhost:8080. That will give you what you’re looking for with only a little more work & overhead.

                1 Reply Last reply Reply Quote 1
                • Stoffbeuteluwe
                  Stoffbeuteluwe Project Sponsor last edited by

                  Ok Thank you very much for your help…

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

                    Mac mini 2011 MMM-Globe is not working

                    Mac mini 2012 MMM-Globe is working fine 👍🏽

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy