<?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 GooglePhoto not Loading]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
My magicmirror has been a project that I don’t always get time to work with until it is completed,<br />
However the last time I went to the MagicMirror was back in March and everything worked fine then, I booted it up yesterday and with the GooglePhoto’s module all I see is “loading…” in the far right corner of its position, The only thing that has changed since I last used it is my home router, I changed it from the SKY Hub to a linksys one, I have since added the Pi to the wifi but I cannot see how that would stop this from working when everything else functions great?</p>
<p dir="auto">Any Advance would be amazing as its very nearly finished!<br />
Thanks<br />
Ashley</p>
]]></description><link>https://forum.magicmirror.builders/topic/16783/mmm-googlephoto-not-loading</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 03:45:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16783.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 May 2022 14:26:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Sat, 21 May 2022 13:29:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/millis" aria-label="Profile: millis">@<bdi>millis</bdi></a> I just did it again without issues…</p>
<p dir="auto">the error shown seems to indicate that you picked the wrong app type</p>
<p dir="auto">the credentials.json (that you downloaded from google)  should look like this</p>
<pre><code>{
  "installed": {     
    "client_id": "cccccc",
    "project_id": "ccccc",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_secret": "ccccc",
    "redirect_uris": [
      "http://localhost"
    ]
  }
}
</code></pre>
<p dir="auto">the code is looking for the “installed”  item</p>
]]></description><link>https://forum.magicmirror.builders/post/101978</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101978</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 May 2022 13:29:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Sat, 21 May 2022 11:32:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/millis" aria-label="Profile: millis">@<bdi>millis</bdi></a> I have set this up a dozen times in the last few months without issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/101974</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101974</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 May 2022 11:32:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Sat, 21 May 2022 09:05:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/millis" aria-label="Profile: millis">@<bdi>millis</bdi></a><br />
hi, author of this module have not maintened this module for using new credentials version</p>
<p dir="auto">So there is no many chance to have it working<br />
maybe my EXT plugin can help :)</p>
]]></description><link>https://forum.magicmirror.builders/post/101967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101967</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Sat, 21 May 2022 09:05:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Fri, 20 May 2022 16:54:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Well, that didn’t work :(<br />
I have even tried removing the module and creating a whole new thing in google cloud platform as if i was starting from scratch but on each attempt I get the same error</p>
<p dir="auto">I have no clue what I have done wrong</p>
<pre><code>[GPHOTOS:CORE] TypeError: Cannot read properties of undefined (reading '0')
/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:133
      throw e
      ^

TypeError: Cannot read properties of undefined (reading '0')
    at new Auth (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:35:91)
    at GPhotos.onAuthReady (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:130:14)
    at GPhotos.generateToken (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:141:10)
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-GooglePhotos/generate_token.js:10:9)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101956</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101956</guid><dc:creator><![CDATA[millis]]></dc:creator><pubDate>Fri, 20 May 2022 16:54:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Fri, 20 May 2022 14:45:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/millis" aria-label="Profile: millis">@<bdi>millis</bdi></a> right… whatever the steps are in the doc</p>
]]></description><link>https://forum.magicmirror.builders/post/101953</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101953</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 May 2022 14:45:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Fri, 20 May 2022 14:44:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Oh okay, didnt reailse that would happen,</p>
<p dir="auto">so from memory that was the token.json with the Auth steps wasnt it? so if I just delete the token and re do that and the Auth, then it should work again? and i wont switch it off this time lol</p>
]]></description><link>https://forum.magicmirror.builders/post/101952</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101952</guid><dc:creator><![CDATA[millis]]></dc:creator><pubDate>Fri, 20 May 2022 14:44:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM GooglePhoto not Loading on Fri, 20 May 2022 14:35:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/millis" aria-label="Profile: millis">@<bdi>millis</bdi></a> the refresh token expires after 30 days…  the code will auto refresh, but if U haven’t had it running, then u have to do the auth process again</p>
]]></description><link>https://forum.magicmirror.builders/post/101951</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101951</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 May 2022 14:35:49 GMT</pubDate></item></channel></rss>