<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[need help MMM-Globe not showing on Mac mini 2011]]></title><description><![CDATA[<pre><code>{
		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 ..</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/10528/need-help-mmm-globe-not-showing-on-mac-mini-2011</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 10:06:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10528.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 May 2019 18:53:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Thu, 30 May 2019 04:51:40 GMT]]></title><description><![CDATA[<p dir="auto">Ok Thank you very much for your help…</p>
]]></description><link>https://forum.magicmirror.builders/post/57565</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57565</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Thu, 30 May 2019 04:51:40 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Wed, 05 Jun 2019 17:03:53 GMT]]></title><description><![CDATA[<p dir="auto">Mac mini 2011 MMM-Globe is not working</p>
<p dir="auto">Mac mini 2012 MMM-Globe is working fine 👍🏽</p>
]]></description><link>https://forum.magicmirror.builders/post/57720</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57720</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Wed, 05 Jun 2019 17:03:53 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Thu, 30 May 2019 04:51:40 GMT]]></title><description><![CDATA[<p dir="auto">Ok Thank you very much for your help…</p>
]]></description><link>https://forum.magicmirror.builders/post/57565</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57565</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Thu, 30 May 2019 04:51:40 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Wed, 29 May 2019 21:31:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> - 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.</p>
<p dir="auto">You can, however, configure your Mac Mini to open a browser in kiosk mode on boot and set the home page to <a href="http://localhost:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080</a>. That will give you what you’re looking for with only a little more work &amp; overhead.</p>
]]></description><link>https://forum.magicmirror.builders/post/57557</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57557</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Wed, 29 May 2019 21:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Wed, 29 May 2019 21:16:47 GMT]]></title><description><![CDATA[<p dir="auto">Server only Mode it shows up…but what can I do now to make it work in the normal mode???</p>
]]></description><link>https://forum.magicmirror.builders/post/57554</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57554</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Wed, 29 May 2019 21:16:47 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Wed, 29 May 2019 20:14:39 GMT]]></title><description><![CDATA[<p dir="auto">Wenn i use a Webbrowser <a href="http://localhost:8080/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/</a> than it shows up…</p>
]]></description><link>https://forum.magicmirror.builders/post/57552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57552</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Wed, 29 May 2019 20:14:39 GMT</pubDate></item><item><title><![CDATA[Reply to need help MMM-Globe not showing on Mac mini 2011 on Tue, 28 May 2019 20:16:30 GMT]]></title><description><![CDATA[<p dir="auto">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?</p>
<p dir="auto">Edited to add: I just C&amp;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:</p>
<ol>
<li>Start your magic mirror in server only mode with <code>node serveronly</code>.</li>
<li>Use a web browser on your mini and point it to local host: <a href="http://localhost:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080</a></li>
<li>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.</li>
</ol>
<p dir="auto">Let us know how it goes.</p>
]]></description><link>https://forum.magicmirror.builders/post/57517</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57517</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 28 May 2019 20:16:30 GMT</pubDate></item></channel></rss>