<?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-forecast-io temp bar height]]></title><description><![CDATA[<p dir="auto">Hi All :grinning_face:</p>
<p dir="auto">I have looked at using MMM-forecast-io (idoodler’s fork <a href="https://github.com/idoodler/MMM-forecast-io/blob/master/MMM-forecast-io.js" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/idoodler/MMM-forecast-io/blob/master/MMM-forecast-io.js</a>). Is there anyway to adjust the height of the bars used for the daily temperature range? I have been able to change the CSS file to sort out the text height to something more appropriate for my display, but the bars are just WAY to huge :smiling_face_with_open_mouth_closed_eyes: it pushes off the bottom of my screen and I can’t figure out where the height of them is specified or inferred from.</p>
<p dir="auto">Any pointers would be gratefully received!!</p>
]]></description><link>https://forum.magicmirror.builders/topic/7200/mmm-forecast-io-temp-bar-height</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:40:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7200.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 May 2018 11:49:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-forecast-io temp bar height on Sun, 20 May 2018 12:08:47 GMT]]></title><description><![CDATA[<p dir="auto">okay, I have been able to figure out a little more. I can make the bars bigger but not smaller. This is as small as I can make them:</p>
<p dir="auto"><img src="/assets/uploads/files/1526817958632-img_20180520_130314.jpg" alt="0_1526817953613_IMG_20180520_130314.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is the code used to produce the above:</p>
<pre><code>.MMM-forecast-io .forecast-bar .bar {
  background-color: #aaa;
  line-height: 0.01em;
  border-radius: 0.01em;
  border: 0.5px transparent solid;
  background-clip: padding-box;
  color: black;
}
</code></pre>
<p dir="auto">No matter what I change the line-height to the bars get no smaller :worried_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/39684</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39684</guid><dc:creator><![CDATA[smartroad]]></dc:creator><pubDate>Sun, 20 May 2018 12:08:47 GMT</pubDate></item></channel></rss>