<?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-darksky-hourly]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Is it possible to modify the MMM-darksky-hourly module to just show the hourly forecast rows and exclude the current conditions which are at the top? The reason I was looking to do this is that I like the default module for current weather as it includes wind, sunrise / sunset details. I currently have both but the redundant current conditions are bothersome and don’t match due to differing sources… I assume there’s something in the module javascript which I could remove but I am not familiar with this… Thank you to anyone who can help…</p>
]]></description><link>https://forum.magicmirror.builders/topic/8910/mmm-darksky-hourly</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 12:54:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8910.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Oct 2018 20:50:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-darksky-hourly on Sun, 14 Oct 2018 20:31:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/striiker" aria-label="Profile: striiker">@<bdi>striiker</bdi></a></p>
<p dir="auto">You’re welcome, mate! :thumbsup:</p>
]]></description><link>https://forum.magicmirror.builders/post/45413</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45413</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 14 Oct 2018 20:31:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-darksky-hourly on Sun, 14 Oct 2018 20:25:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a><br />
Ahh! I missed the .bright one you listed. For some reason I did not enter that…  (/bonk)</p>
<p dir="auto">It’s working exactly as I wanted now. Thank you so much!</p>
]]></description><link>https://forum.magicmirror.builders/post/45411</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45411</guid><dc:creator><![CDATA[StrIIker]]></dc:creator><pubDate>Sun, 14 Oct 2018 20:25:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-darksky-hourly on Sun, 14 Oct 2018 20:01:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/striiker" aria-label="Profile: striiker">@<bdi>striiker</bdi></a></p>
<p dir="auto">This hides the current temperature and the degree symbol at the top of the module. Make sure you enter it correctly in your custom.css file. If it does not then something is different between your version and mine. I downloaded it 2 days ago and have not altered any of the module files.</p>
<pre><code>.MMM-darksky-hourly .bright {
  display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45407</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45407</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 14 Oct 2018 20:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-darksky-hourly on Sun, 14 Oct 2018 17:02:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a><br />
Hi! Thank you! This has almost solved the issue. I still see the current temperature from the darksky-hourly module. Can you identify what I can alter to remove that?</p>
]]></description><link>https://forum.magicmirror.builders/post/45400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45400</guid><dc:creator><![CDATA[StrIIker]]></dc:creator><pubDate>Sun, 14 Oct 2018 17:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-darksky-hourly on Sat, 13 Oct 2018 23:55:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/striiker" aria-label="Profile: striiker">@<bdi>striiker</bdi></a></p>
<p dir="auto">Add these to your custom.css file.</p>
<pre><code>.MMM-darksky-hourly .big-icon {
   display: none;
}

.MMM-darksky-hourly .summary {
  display: none;
}

.MMM-darksky-hourly .bright {
  display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45376</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 13 Oct 2018 23:55:16 GMT</pubDate></item></channel></rss>