<?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[Newsfeed and Weather Not Updating (bad index file causing the issue?)]]></title><description><![CDATA[<p dir="auto">I have been having difficulty with both my Newsfeed and Weather modules.</p>
<p dir="auto">The Newsfeed module gets stuck at “loading” and the Weather module will update if I restart the mirror, but won’t update past that.  It happen suddenly one day, not after an update or anything.</p>
<p dir="auto">I’m not certain if it is related, but I also can’t update MagicMirror.  I use cd ~/MagicMirror in the terminal, and when I run git pull it gives me</p>
<p dir="auto">“error: bad index file shal signature<br />
fatal: index file corrupt<br />
error: bad index file shal signature<br />
fatal: index file corrupt”</p>
<p dir="auto">I’m not certain if these issues are necessarily related.  Any help would of course be greatly appreciate.  Let me know if there is any other information you might need from me.</p>
<p dir="auto">Thank you so much!</p>
]]></description><link>https://forum.magicmirror.builders/topic/827/newsfeed-and-weather-not-updating-bad-index-file-causing-the-issue</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 07:39:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/827.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Oct 2016 13:45:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newsfeed and Weather Not Updating (bad index file causing the issue?) on Tue, 18 Oct 2016 14:33:57 GMT]]></title><description><![CDATA[<p dir="auto">Just doing a search for that error it looks like it is probably a problem with your <code>.git/index</code>.  You <em>should</em> be able to fix the “bad index” issue by running:</p>
<pre><code>cd ~/MagicMirror
rm -rf .git/index
git reset
</code></pre>
<p dir="auto">You may want to make a backup of your config.js file just in case it does anything weird.  I’m not sure if that will solve your module problem.  It should allow you to pull the latest MagicMirror version though.</p>
]]></description><link>https://forum.magicmirror.builders/post/6470</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6470</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Tue, 18 Oct 2016 14:33:57 GMT</pubDate></item></channel></rss>