<?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[How to convert weatherforecast disaplay]]></title><description><![CDATA[<p dir="auto">I would like to convert weatherforecast (from Default module) form vertical to Horizontal like the photo.<br />
<img src="/assets/uploads/files/1494817829614-new-picture.jpeg" alt="0_1494842981392_New Picture.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">someone help me to convert, Thanks so much</p>
]]></description><link>https://forum.magicmirror.builders/topic/2571/how-to-convert-weatherforecast-disaplay</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:33:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2571.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 May 2017 03:10:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Sun, 12 Jan 2025 08:08:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redeyes" aria-label="Profile: redeyes">@<bdi>redeyes</bdi></a> wow, looks good!<br />
I would also be interested in that changes. Is that uploaded somewhere already?</p>
]]></description><link>https://forum.magicmirror.builders/post/122946</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122946</guid><dc:creator><![CDATA[Eli]]></dc:creator><pubDate>Sun, 12 Jan 2025 08:08:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Fri, 10 Jan 2025 23:15:46 GMT]]></title><description><![CDATA[<p dir="auto">Can you please let us know which format are you trying to covert the weather forecast?</p>
]]></description><link>https://forum.magicmirror.builders/post/122874</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122874</guid><dc:creator><![CDATA[CharlesBarden]]></dc:creator><pubDate>Fri, 10 Jan 2025 23:15:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Fri, 10 Jan 2025 21:11:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redeyes" aria-label="Profile: redeyes">@<bdi>redeyes</bdi></a> can you please share the css/js configuration you have? I’m interested on having a horizontal bar for weather forecast just like yours.</p>
]]></description><link>https://forum.magicmirror.builders/post/122870</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122870</guid><dc:creator><![CDATA[miguelcartagena]]></dc:creator><pubDate>Fri, 10 Jan 2025 21:11:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Mon, 30 Sep 2024 16:32:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I managed to created something similar with the help of chatgpt let me know if interested</p>
<p dir="auto"><img src="/assets/uploads/files/1727713967861-15e9e8d1-a89a-4587-941f-725956142c84-image.png" alt="15e9e8d1-a89a-4587-941f-725956142c84-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120066</guid><dc:creator><![CDATA[redeyes]]></dc:creator><pubDate>Mon, 30 Sep 2024 16:32:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Sat, 28 Apr 2018 19:33:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkastern" aria-label="Profile: mkastern">@<bdi>mkastern</bdi></a> Maybe you are still interested.<br />
I tested alot for an idea i had and now i just modified the weatherforecast.css to get this result (top left):<br />
<img src="/assets/uploads/files/1524943425874-screen-test.png" alt="0_1524943425646_screen-test.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Made this changes:</p>
<pre><code>td { 
  display: block;
  padding-right: 25px
}
tr { display: inline-block;}

.weatherforecast .day {
  padding-left: 5px;
}

.weatherforecast .weather-icon {
  padding-left: 5px;
}

.weatherforecast .max-temp {
  
}

.weatherforecast .min-temp {
 
}

</code></pre>
<p dir="auto">But keep in mind, after an update of MM, your changes get overwritten because it’s an integrated module!</p>
]]></description><link>https://forum.magicmirror.builders/post/39042</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39042</guid><dc:creator><![CDATA[kruemel]]></dc:creator><pubDate>Sat, 28 Apr 2018 19:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Fri, 09 Mar 2018 18:26:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kruemel" aria-label="Profile: kruemel">@<bdi>kruemel</bdi></a> - I have used that version to display a horizontal table of the extended forecast, but it isn’t in a format that looks as nice as the above picture. I am considering modifying a different weather module that has better formatting, but was checking to see if someone else has already gone through that effort first.</p>
]]></description><link>https://forum.magicmirror.builders/post/36787</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36787</guid><dc:creator><![CDATA[mkastern]]></dc:creator><pubDate>Fri, 09 Mar 2018 18:26:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Thu, 08 Mar 2018 10:14:53 GMT]]></title><description><![CDATA[<p dir="auto">I did not tried but with MMM-MyWeather you can configure horizontal.<br />
Maybe it’s what you’r looking for :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/36731</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36731</guid><dc:creator><![CDATA[kruemel]]></dc:creator><pubDate>Thu, 08 Mar 2018 10:14:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to convert weatherforecast disaplay on Thu, 08 Mar 2018 05:26:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nobita" aria-label="Profile: nobita">@<bdi>nobita</bdi></a> Did you ever get this figured out?</p>
]]></description><link>https://forum.magicmirror.builders/post/36722</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36722</guid><dc:creator><![CDATA[mkastern]]></dc:creator><pubDate>Thu, 08 Mar 2018 05:26:02 GMT</pubDate></item></channel></rss>