Read the statement by Michael Teeuw here.
need help MMM-Globe not showing on Mac mini 2011
-
{ 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 ..
-
Ok Thank you very much for your help…
-
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:
- Start your magic mirror in server only mode with
node serveronly
. - Use a web browser on your mini and point it to local host: http://localhost:8080
- 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.
- Start your magic mirror in server only mode with
-
Wenn i use a Webbrowser http://localhost:8080/ than it shows up…
-
Server only Mode it shows up…but what can I do now to make it work in the normal mode???
-
@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.
-
Ok Thank you very much for your help…
-
Mac mini 2011 MMM-Globe is not working
Mac mini 2012 MMM-Globe is working fine 👍🏽