<?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-OpenWeatherForecast bigger fonts and icons]]></title><description><![CDATA[<p dir="auto">Greetings,<br />
I am using MagicMirror in my man cave, 20 feet away from where we sit to watch movies.  Other than the outside temp, all other fonts and icons are too small to read.  How can I enlargen that?  I’ve included the entry from my config.js;</p>
<pre><code class="language-js">{
    module: "MMM-OpenWeatherForecast",
    position: "top_left",
    header: "Forecast",
    config: {
      apikey: "xxxxxxx", //only string here
      latitude: 42.213206,            //number works here
      longitude: "-82.898381",          //so does a string
      units: "imperial"
    }
  },
</code></pre>
<p dir="auto">Thanks,<br />
Brian</p>
]]></description><link>https://forum.magicmirror.builders/topic/19641/mmm-openweatherforecast-bigger-fonts-and-icons</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 23:06:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19641.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Apr 2025 22:47:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OpenWeatherForecast bigger fonts and icons on Thu, 01 May 2025 20:25:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/briantogo" aria-label="Profile: briantogo">@<bdi>briantogo</bdi></a> see the second link in my signature below on how to use the developers window elements tab to discover and test css styles</p>
]]></description><link>https://forum.magicmirror.builders/post/126149</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126149</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 01 May 2025 20:25:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast bigger fonts and icons on Thu, 01 May 2025 20:22:51 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Sam, can I just copy all the MMM-OpenWeatherForecast.css contents to custom.css and increase size numbers and test?  Or any other suggestions?</p>
]]></description><link>https://forum.magicmirror.builders/post/126147</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126147</guid><dc:creator><![CDATA[briantogo]]></dc:creator><pubDate>Thu, 01 May 2025 20:22:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast bigger fonts and icons on Fri, 02 May 2025 17:54:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/briantogo" aria-label="Profile: briantogo">@<bdi>briantogo</bdi></a> dont put personal apikeys etc in posts here</p>
<p dir="auto">please use code block around config or log entries</p>
<p dir="auto">paste text into  message editor , blank line above and below<br />
select text just pasted<br />
hit the &lt;/&gt; button above the editor</p>
<p dir="auto">the code block markers must be on a line by themselves</p>
]]></description><link>https://forum.magicmirror.builders/post/126109</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126109</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 02 May 2025 17:54:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherForecast bigger fonts and icons on Tue, 29 Apr 2025 22:56:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/briantogo" aria-label="Profile: briantogo">@<bdi>briantogo</bdi></a> MagicMirror is a web page. as such  css styles control the visual aspect of the page</p>
<p dir="auto">each module can supply styles for its content<br />
usually in a file with the module name .css</p>
<p dir="auto">the MagicMirror design for this is to put your overrides in the<br />
MagicMirror/css/custom.css<br />
file</p>
<p dir="auto">usually prefaced with the modulename as a css class</p>
<pre><code class="language-css">.MMM-OpenWeatherForecast  xxx 
</code></pre>
<p dir="auto">and xxx is the rest of the css selector clause</p>
<p dir="auto">css like js is case senditive</p>
]]></description><link>https://forum.magicmirror.builders/post/126108</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126108</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 29 Apr 2025 22:56:54 GMT</pubDate></item></channel></rss>