<?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-SimpleTides - (Replaced by MMM-SORT)]]></title><description><![CDATA[<h1>Description:</h1>
<ul>
<li>
<p dir="auto">A simple tide module that rotates through 7 days of tides.</p>
</li>
<li>
<p dir="auto">Based on your latitude and longitude.</p>
</li>
<li>
<p dir="auto">Extremely small footprint won’t crowd your mirror.</p>
</li>
</ul>
<h1>Examples:</h1>
<p dir="auto">Annotated .css file included for position, sizing, and coloring. Default is white.</p>
<ul>
<li>One colored with header, one plain white with no header.</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1507333601508-1.jpg" alt="0_1507333611590_1.jpg" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1507333674680-2.jpg" alt="0_1507333684701_2.JPG" class=" img-fluid img-markdown" /></p>
<ul>
<li>Display only the info that you want to see, line by line.</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1507333713778-4.jpg" alt="0_1507333723825_4.JPG" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1507333726749-5.jpg" alt="0_1507333736807_5.JPG" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto">[card:mykle1/MMM-SimpleTides]</p>
<h2>Version 1.0.0</h2>
]]></description><link>https://forum.magicmirror.builders/topic/5074/mmm-simpletides-replaced-by-mmm-sort</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 08:39:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5074.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Oct 2017 23:48:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SimpleTides - (Replaced by MMM-SORT) on Tue, 10 Oct 2017 02:44:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said in <a href="/post/29197">MMM-SimpleTides</a>:</p>
<blockquote>
<p dir="auto">and in getDom: function() { after preparing/modifying your data you add a simple if/else clause.</p>
</blockquote>
<p dir="auto">I gave it the old college try, and I almost got there on my own. Two simple mistakes fixed and a Carousel() addition all made by <a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> got me up and running. Thanks bro!</p>
<p dir="auto"><a href="https://github.com/mykle1/MMM-SORT" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-SORT</a></p>
]]></description><link>https://forum.magicmirror.builders/post/29264</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29264</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 10 Oct 2017 02:44:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleTides - (Replaced by MMM-SORT) on Mon, 09 Oct 2017 11:24:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said in <a href="/post/29197">MMM-SimpleTides</a>:</p>
<blockquote>
<p dir="auto">Simplest way would be this:</p>
</blockquote>
<p dir="auto">Oh snap! Of course! Thanks yawns!</p>
<p dir="auto">I will give that a shot today. <strong>:^)</strong></p>
]]></description><link>https://forum.magicmirror.builders/post/29205</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29205</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 09 Oct 2017 11:24:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleTides - (Replaced by MMM-SORT) on Mon, 09 Oct 2017 07:41:53 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> said in <a href="/post/29114">MMM-SimpleTides</a>:</p>
<blockquote>
<p dir="auto">my pitiful programming skills don’t include making a module that does both</p>
</blockquote>
<p dir="auto">Simplest way would be this:<br />
Add a config attribute</p>
<pre><code>{
	disabled: false,
	module: "MMM-SimpleTides",
	position: "top_left",
	config: {
...
		outputLayout: "simple"
	}
},
</code></pre>
<p dir="auto">and in <code>getDom: function() {</code> after preparing/modifying your data you add a simple if/else clause.</p>
<pre><code>if (this.config.outputLayout == "simple") {
// print the data as in SimpleTides
} else {
// print the data as in StaticTides
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/29197</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29197</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Mon, 09 Oct 2017 07:41:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleTides - (Replaced by MMM-SORT) on Sun, 08 Oct 2017 00:50:20 GMT]]></title><description><![CDATA[<p dir="auto">Ok, so I went a bit mental. <strong>;^)</strong></p>
<p dir="auto">I couldn’t decide if I wanted the tides rotating or static and my pitiful programming skills don’t include making a module that does both. So, I made <a href="https://github.com/mykle1/MMM-StaticTides" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-StaticTIdes</a>. It’s basically a rewrite of MMM-SimpleTides with some formatting changes and less info to keep screen real estate to a minimum. However, a quick glance gives you the next 8 tides, whereas MMM-SimpleTides gives a full week of tides and other information in rotation.</p>
<p dir="auto"><img src="/assets/uploads/files/1507423796694-1.jpg" alt="0_1507423807703_1.JPG" class=" img-fluid img-markdown" />  <img src="/assets/uploads/files/1507423816083-2.jpg" alt="0_1507423827574_2.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/29114</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29114</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 08 Oct 2017 00:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleTides - (Replaced by MMM-SORT) on Fri, 06 Oct 2017 23:50:43 GMT]]></title><description><![CDATA[<p dir="auto">Thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> for the green light! <strong>:^)</strong></p>
]]></description><link>https://forum.magicmirror.builders/post/29092</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29092</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 06 Oct 2017 23:50:43 GMT</pubDate></item></channel></rss>