<?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[MMM-Globe problems with refreshing pictures.]]></title><description><![CDATA[<p dir="auto">Hey all i got a problem with my Globe…</p>
<p dir="auto">error: Unable to append to .git/logs/refs/remotes/origin/develop: Permission denied<br />
From <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a><br />
! a6485b6…88a01d3 develop -&gt; origin/develop (unable to update local ref)</p>
<p dir="auto">error: cannot open .git/FETCH_HEAD: Permission denied<br />
.</p>
<p dir="auto">{<br />
module: ‘MMM-Globe’,<br />
position: ‘lower_third’,   //center<br />
config: {<br />
style: ‘geoColor’,    //natColor, geoColor, airMass, fullBand, europeDiscNat, europeDiscSnow, centralAmericaDiscNat<br />
imageSize: 450,<br />
ownImagePath:‘’,<br />
updateInterval: 10<em>60</em>1000<br />
}<br />
},</p>
<p dir="auto">Module.register(“MMM-Globe”, {<br />
// Default module config.<br />
defaults: {<br />
style: ‘geoColor’,<br />
imageSize: 600,<br />
ownImagePath: ‘’,<br />
updateInterval: 10 * 60 * 1000<br />
},</p>
<pre><code>    start: function () {
            self = this;
            this.url = '';
            this.imageUrls = {
                    'natColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_natural_color.jpg',
                    'geoColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_true_color.jpg',
                    'airMass': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_rgb_airmass.jpg',
                    'fullBand': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif',
                    'europeDiscNat': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg',
                    'europeDiscSnow': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg',
                    'centralAmericaDiscNat': 'http://goes.gsfc.nasa.gov/goescolor/goeseast/overview2/color_med/latestfull.jpg'

            }
            this.hiResImageUrls = {
                    'natColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_natural_color.jpg',
                    'geoColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_true_color.jpg',
                    'airMass': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_rgb_airmass.jpg',
                    'fullBand': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif',
                    'europeDiscNat': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg',
                    'europePartSnow': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg',
                    'centralAmericaDiscNat': 'http://goes.gsfc.nasa.gov/goescolor/goeseast/overview2/color_lrg/latestfull.jpg'
</code></pre>
<p dir="auto">}<br />
this.hiResImageUrls = {<br />
‘natColor’: ‘<a href="http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_natural_color.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_natural_color.jpg</a>’,<br />
‘geoColor’: ‘<a href="http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_true_color.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_true_color.jpg</a>’,<br />
‘airMass’: ‘<a href="http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_rgb_airmass.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_rgb_airmass.jpg</a>’,<br />
‘fullBand’: ‘<a href="http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif" target="_blank" rel="noopener noreferrer nofollow ugc">http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif</a>’,<br />
‘europeDiscNat’: ‘<a href="http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg</a>’,<br />
‘europePartSnow’: ‘<a href="http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg</a>’,<br />
‘centralAmericaDiscNat’: ‘<a href="http://goes.gsfc.nasa.gov/goescolor/goeseast/overview2/color_lrg/latestfull.jpg" target="_blank" rel="noopener noreferrer nofollow ugc">http://goes.gsfc.nasa.gov/goescolor/goeseast/overview2/color_lrg/latestfull.jpg</a>’<br />
}<br />
console.log(this.imageUrls[this.config.style]);<br />
if (this.config.ownImagePath != ‘’) {<br />
this.url = this.config.ownImagePath;<br />
} else {<br />
if (this.config.imageSize &gt; 800) {<br />
this.url = this.hiResImageUrls[this.config.style];<br />
} else {<br />
this.url = this.imageUrls[this.config.style];<br />
}<br />
setInterval(function () {<br />
self.updateDom(1000);<br />
console.log(‘update’)<br />
}, this.config.updateInterval);<br />
}<br />
},</p>
<pre><code>    getStyles: function () {
            return ["MMM-Globe.css"]
    },
// Override dom generator.

    getDom: function () {
            var wrapper = document.createElement("div");
            if (this.config.style == "europeDiscNat") {
                    wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px";
                    wrapper.style.overflow = "hidden";
            }


            var image = document.createElement("img");
            if (this.config.ownImagePath != '') {
                    image.src = this.url;
            } else if (this.config.style == "centralAmericaDiscNat"){
                    image.src = this.url + '?' + new Date().getTime();
                    image.className = 'MMM-Globe-image-centralAmericaDiscNat';
            } else {
                    image.src = this.url + '?' + new Date().getTime();
                    image.className = 'MMM-Globe-image';
            }

            image.width = this.config.imageSize.toString();
            image.height = this.config.imageSize.toString();

            wrapper.appendChild(image);
            return wrapper;
    }
</code></pre>
<p dir="auto">});</p>
<p dir="auto">.<br />
<strong>what am i doing wrong ??</strong></p>
]]></description><link>https://forum.magicmirror.builders/topic/2420/mmm-globe-problems-with-refreshing-pictures</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 08:51:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2420.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Apr 2017 21:12:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Globe problems with refreshing pictures. on Fri, 28 Apr 2017 08:27:30 GMT]]></title><description><![CDATA[<p dir="auto">still this error,</p>
<p dir="auto">error: Unable to append to .git/logs/refs/remotes/origin/develop: Permission den            ied<br />
From <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a><br />
! a6485b6…88a01d3  develop    -&gt; origin/develop  (unable to update local ref)</p>
]]></description><link>https://forum.magicmirror.builders/post/20670</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20670</guid><dc:creator><![CDATA[Desertswing]]></dc:creator><pubDate>Fri, 28 Apr 2017 08:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe problems with refreshing pictures. on Fri, 28 Apr 2017 08:25:13 GMT]]></title><description><![CDATA[<p dir="auto">Nvm i got it removed!</p>
]]></description><link>https://forum.magicmirror.builders/post/20669</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20669</guid><dc:creator><![CDATA[Desertswing]]></dc:creator><pubDate>Fri, 28 Apr 2017 08:25:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe problems with refreshing pictures. on Fri, 28 Apr 2017 08:14:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> just delete the folder with a command ore ??</p>
]]></description><link>https://forum.magicmirror.builders/post/20665</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20665</guid><dc:creator><![CDATA[Desertswing]]></dc:creator><pubDate>Fri, 28 Apr 2017 08:14:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Globe problems with refreshing pictures. on Thu, 27 Apr 2017 12:15:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/desertswing" aria-label="Profile: Desertswing">@<bdi>Desertswing</bdi></a> something messed up your git files, you might want to just delete the folder and reclone the module</p>
]]></description><link>https://forum.magicmirror.builders/post/20588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20588</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Thu, 27 Apr 2017 12:15:36 GMT</pubDate></item></channel></rss>