<?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[List of Modules with "Last Update" date]]></title><description><![CDATA[<p dir="auto">So many modules no longer work and are stale.  Is there a location that shows a list of all modules and displays the “Last Update” date? The MagicMirror Git site 3rd party module site would be great, however, I’m not sure that page is automated to pick up data like that.</p>
<p dir="auto">Long term, maybe scoring modules “Health” by the last update dates would be useful to new users who may get frustrated getting some modules to work.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17078/list-of-modules-with-last-update-date</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 05:36:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17078.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Aug 2022 17:49:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to List of Modules with "Last Update" date on Mon, 08 Aug 2022 18:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spospordo" aria-label="Profile: spospordo">@<bdi>spospordo</bdi></a> there is no last updated list, the page is not automated as u mention…</p>
<p dir="auto">lots of modules continue to run, even tho they haven’t been updated…</p>
<p dir="auto">IF there was an automated way to see, how often would there need to be an update?</p>
<p dir="auto">once a month, once a quarter?, once a year?</p>
<p dir="auto">95% (or more)  of the time the data will not change</p>
]]></description><link>https://forum.magicmirror.builders/post/103421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103421</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 08 Aug 2022 18:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to List of Modules with "Last Update" date on Sun, 14 Aug 2022 20:27:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spospordo" aria-label="Profile: spospordo">@<bdi>spospordo</bdi></a> yeh, the change was a year ago…  but I understand…</p>
<p dir="auto">thats why I post  and pin resolutions to known problems at the top of the troubleshooting section.</p>
]]></description><link>https://forum.magicmirror.builders/post/103653</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103653</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 14 Aug 2022 20:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to List of Modules with "Last Update" date on Sun, 14 Aug 2022 18:05:47 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> thank you for the explanation and the reply. I guess I was just getting frustrated after troubleshooting modules that stopped working and finding out there was a big dependency change at the beginning of the year which broke a bunch. And not knowing if it was the module or myself which was broken.</p>
]]></description><link>https://forum.magicmirror.builders/post/103648</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103648</guid><dc:creator><![CDATA[spospordo]]></dc:creator><pubDate>Sun, 14 Aug 2022 18:05:47 GMT</pubDate></item><item><title><![CDATA[Reply to List of Modules with "Last Update" date on Mon, 08 Aug 2022 19:07:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spospordo" aria-label="Profile: spospordo">@<bdi>spospordo</bdi></a> looks like there is a github api  where u can get the last  committed date for a repo…(using the default branch)</p>
<p dir="auto">for example using my SampleModule repo</p>
<pre><code>curl -s "https://api.github.com/repos/sdetweil/SampleModule/commits" | jq -r '.[0].commit.committer.date'
</code></pre>
<p dir="auto">produces</p>
<pre><code>2020-04-30T16:39:25Z
</code></pre>
<p dir="auto">and there is a SEARCH API  where i ‘think’  one could automate finding repos whose names match a pattern (you can do it online)  “mmm-*  language:Javascript” (returns 171 repos)</p>
<p dir="auto">so, it sounds like a fun project for someone</p>
<p dir="auto">or, one could screen scrape the 3rd party list, and get the repo owners and names and get the latest commit date</p>
]]></description><link>https://forum.magicmirror.builders/post/103422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103422</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 08 Aug 2022 19:07:25 GMT</pubDate></item><item><title><![CDATA[Reply to List of Modules with "Last Update" date on Mon, 08 Aug 2022 18:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spospordo" aria-label="Profile: spospordo">@<bdi>spospordo</bdi></a> there is no last updated list, the page is not automated as u mention…</p>
<p dir="auto">lots of modules continue to run, even tho they haven’t been updated…</p>
<p dir="auto">IF there was an automated way to see, how often would there need to be an update?</p>
<p dir="auto">once a month, once a quarter?, once a year?</p>
<p dir="auto">95% (or more)  of the time the data will not change</p>
]]></description><link>https://forum.magicmirror.builders/post/103421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103421</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 08 Aug 2022 18:22:02 GMT</pubDate></item></channel></rss>