<?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-FlightsAbove - Display all flights in the sky above you]]></title><description><![CDATA[<p dir="auto"><img src="https://raw.githubusercontent.com/E3V3A/MMM-FlightsAbove/master/images/FlightsAbove2.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">[card:E3V3A/MMM-FlightsAbove]</p>
]]></description><link>https://forum.magicmirror.builders/topic/6770/mmm-flightsabove-display-all-flights-in-the-sky-above-you</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 21:15:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6770.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Mar 2018 12:53:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sun, 13 Oct 2019 13:07:49 GMT]]></title><description><![CDATA[<p dir="auto">The vertical bar is only shown on Firefox or Edge, Chrome is OK, as is Electron on the Pi itself.</p>
]]></description><link>https://forum.magicmirror.builders/post/62599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62599</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sun, 13 Oct 2019 13:07:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sun, 13 Oct 2019 11:58:40 GMT]]></title><description><![CDATA[<pre><code>#flightsabove {overflow:hidden;}

</code></pre>
<p dir="auto">Tried, but the vertical scroll bar is still there.</p>
]]></description><link>https://forum.magicmirror.builders/post/62594</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62594</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sun, 13 Oct 2019 11:58:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sun, 13 Oct 2019 09:28:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a></p>
<p dir="auto">Then try</p>
<pre><code>#flightsabove {overflow:hidden;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62588</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sun, 13 Oct 2019 09:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sat, 12 Oct 2019 21:32:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a></p>
<p dir="auto">This…</p>
<pre><code>.MMM-FlightsAbove .tabulator-footer {
	visibility: hidden;
}
</code></pre>
<p dir="auto">…works just fine, thank you.</p>
<pre><code>.MMM-FlightsAbove {
	width: 400px;
	overflow: hidden;
}
</code></pre>
<p dir="auto">Worked when I added a width figure, the horizontal scroll bar is gone.<br />
The vertical scroll bar however, remains.<br />
I tired some <code>height: nnnpx;</code> figures, but still the pesky vertical bar is showing.</p>
]]></description><link>https://forum.magicmirror.builders/post/62573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62573</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sat, 12 Oct 2019 21:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sat, 12 Oct 2019 17:36:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> said in <a href="/post/62565">MMM-FlightsAbove - Display all flights in the sky above you</a>:</p>
<blockquote>
<p dir="auto">MMM-FlightsAbove</p>
</blockquote>
<p dir="auto">to your custom.css add :</p>
<pre><code>.MMM-FlightsAbove.tabulator-footer {visibility: hidden;}
.MMM-FlightsAbove {overflow: hidden;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62566</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sat, 12 Oct 2019 17:36:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sat, 12 Oct 2019 15:28:48 GMT]]></title><description><![CDATA[<p dir="auto"><s>I’ve set Max Entries to 10, but I get loads of entries, why?</s> <strong>Seems OK after a PM2 stop/start!</strong><br />
How do I get rid of the scroll bars?<br />
How do I lose the footer/key? (I tried <code>footerLegend: false</code> in MMM-tabulator.js)</p>
<p dir="auto">My config.js:</p>
<pre><code>		{
			module: 'MMM-FlightsAbove',
			header: 'Flights Above',
			position: 'top_center',
			config: {
				header: "Flights Above",          // The module header text, if any. Use: "" to remove.
				compassHeading: true,             // Use a compass direction (NSWE) for the of heading indicator ("45" vs "NE")
				updateInterval: 180,              // [s] Radar scan/ping/update period in secodns [default 3 min]
				maxItems: 10,                     // MAX Number of planes to display [default is 10]
				homeIata: "LGW",
				// The geographical (map) Boundary-Box (BB), from within planes will be shown are given by:
				// the maximim Lat/Lon edges of: [N-lat, W-lon, S-lat, E-lon] - all in decimal degrees.
				radarBBox: [51.34985,-0.49832,50.95459,0.13182], // "DPS" (Bali Airport) [default]
				//radarLocation: "51.10741,-0.15029",     // [Lat,Lon] - The location of radar center in decimal degrees
				//radarRadius: 90,                // [km] - The maximum distance of planes shown.
				//watchList: "",                  // Alert or Highlight planes/flights/types on this watch list
			}
		}, 

</code></pre>
<p dir="auto"><em>I’m not worried about the compliments module being in the way just now.</em><br />
<img src="/assets/uploads/files/1570893118442-mmmfa1.jpg" alt="0_1570893119855_MMMFA1.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/62565</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62565</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sat, 12 Oct 2019 15:28:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Mon, 27 Aug 2018 19:36:47 GMT]]></title><description><![CDATA[<p dir="auto">I have found out how to allow column resizing and that works great except that when trying to expand between Alt[m] and Model, the value of Alt[m] moves  with the model heading instead of remaining stationary.</p>
]]></description><link>https://forum.magicmirror.builders/post/43848</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43848</guid><dc:creator><![CDATA[bartleph]]></dc:creator><pubDate>Mon, 27 Aug 2018 19:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Mon, 27 Aug 2018 19:22:41 GMT]]></title><description><![CDATA[<p dir="auto">Hi There,<br />
Is there a maximum width to the table as when I add extra fields others disappear I can see a max of only 8 or 9 depending on the width?</p>
]]></description><link>https://forum.magicmirror.builders/post/43843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43843</guid><dc:creator><![CDATA[bartleph]]></dc:creator><pubDate>Mon, 27 Aug 2018 19:22:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sat, 21 Jul 2018 10:55:53 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much. I got it working. But I couldn’t see the Flight detail in full. I would like to see the flight in full. How to? Thank you very much in advance.</p>
<p dir="auto"><img src="/assets/uploads/files/1532170525526-flight.jpg" alt="0_1532170525604_flight.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/42435</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42435</guid><dc:creator><![CDATA[Sun]]></dc:creator><pubDate>Sat, 21 Jul 2018 10:55:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Sun, 27 May 2018 14:49:32 GMT]]></title><description><![CDATA[<p dir="auto">I’ve installed without any errors but I get only a “loading” screen.</p>
<p dir="auto">No errors in my MM-out or my MM-error-log</p>
<p dir="auto">Any Idea?</p>
<p dir="auto">My config:</p>
<pre><code>		{
    module: 'MMM-FlightsAbove',
    header: 'Flights Above',
    position: 'middle_center',
    config: {
        header: "Flights Above",          // The module header text, if any. Use: "" to remove.
        compassHeading: true,             // Use a compass direction (NSWE) for the of heading indicator ("45" vs "NE")
        updateInterval: 180,              // [s] Radar scan/ping/update period in secodns [default 3 min]
        maxItems: 10,                     // MAX Number of planes to display [default is 10]
        // The geographical (map) Boundary-Box (BB), from within planes will be shown are given by:
        // the maximim Lat/Lon edges of: [N-lat, W-lon, S-lat, E-lon] - all in decimal degrees.
        radarBBox: [52.43677263,9.71449553,52.24300914,9.89569576], // "HAJ" (Hannover Airport) 
        //radarLocation: "23.2,54.2",     // [Lat,Lon] - The location of radar center in decimal degrees
        //radarRadius: 60,                // [km] - The maximum distance of planes shown.
        //watchList: "",                  // Alert or Highlight planes/flights/types on this watch list
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/39855</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39855</guid><dc:creator><![CDATA[Albert2002]]></dc:creator><pubDate>Sun, 27 May 2018 14:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Thu, 19 Apr 2018 20:53:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/galli" aria-label="Profile: Galli">@<bdi>Galli</bdi></a> :D :D</p>
<blockquote>
<p dir="auto">!! cd MMM-Tabulator !!!??</p>
</blockquote>
<p dir="auto">Thanks for spotting my dumbass typo!!<br />
Clearly you must be the only one who have tried to follow those directions, since nobody else has mentioned this. The line should be <code>cd MMM-FlightsAbove</code> etc…</p>
<p dir="auto">So please try again.</p>
]]></description><link>https://forum.magicmirror.builders/post/38650</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38650</guid><dc:creator><![CDATA[E3V3A]]></dc:creator><pubDate>Thu, 19 Apr 2018 20:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Tue, 17 Apr 2018 21:49:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/e3v3a" aria-label="Profile: E3V3A">@<bdi>E3V3A</bdi></a>  Thanks for your hint!<br />
Installation works now without any errors.</p>
<p dir="auto">So far so good, but…</p>
<p dir="auto">I´v done all steps from your installation instruction and reboot the Pi.<br />
The MM starts and only the first module in the config.js appears.<br />
The second module is the Flights-Above but only the first module works, all other modules dosn´t appear.<br />
It seem s to hang on the module start of Flight-Above?</p>
<p dir="auto">Is there a simple way to check the correct installation of all deps and correct module installation?<br />
3 nightshifts with the module installation and configuration without a solution for this problem.  :-(</p>
<p dir="auto">Are you shure that the steps:<br />
cd ~/MagicMirror/modules<br />
git clone <a href="https://github.com/E3V3A/MMM-FlightsAbove.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/E3V3A/MMM-FlightsAbove.git</a><br />
!! cd MMM-Tabulator !!!??</p>
<p dir="auto">correct? I didn´t find the MMM-Tabulator in the Flights Above directory, so install MMM-Tabulator via git in the modules Directory. Thats right? (git clone… and npm install)<br />
Then i did the rest:<br />
npm install jquery --save<br />
npm install jquery-ui-dist --save<br />
npm install jquery.tabulator --save<br />
npm install flightradar24-client</p>
<p dir="auto">in the MMM-Flight-Above folder.</p>
<p dir="auto">Than i inserted the new module in the confi.js.</p>
<p dir="auto">Ready. Then i reboot the pi…</p>
<p dir="auto">Thats how i interpreted your installation description.</p>
<p dir="auto">What did i dumbass wrong?</p>
<p dir="auto">Thanks for your help! (And exuse my english!)</p>
]]></description><link>https://forum.magicmirror.builders/post/38573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38573</guid><dc:creator><![CDATA[Galli]]></dc:creator><pubDate>Tue, 17 Apr 2018 21:49:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Fri, 13 Apr 2018 05:39:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/galli" aria-label="Profile: Galli">@<bdi>Galli</bdi></a> Hi! Yes, sorry but I have not made an official npm package for this yet… So you just have to do the git clone and run the install script instead. (And for your own sake, update your node and npm first!)</p>
]]></description><link>https://forum.magicmirror.builders/post/38340</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38340</guid><dc:creator><![CDATA[E3V3A]]></dc:creator><pubDate>Fri, 13 Apr 2018 05:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Thu, 12 Apr 2018 21:12:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I´m sorry, but my linux skills are not so good, so i can´t figure out what i doing wrong.<br />
I do the installation instruction on the module github site but always get the error:</p>
<p dir="auto">npm ERR! Linux 4.9.59-v7+</p>
<p dir="auto">npm ERR! argv “/usr/bin/node” “/usr/bin/npm” “install” “mmm-flightsabove”<br />
npm ERR! node v6.12.3<br />
npm ERR! npm  v3.10.10<br />
npm ERR! code E404</p>
<p dir="auto">npm ERR! 404 Registry returned 404 for GET on <a href="https://registry.npmjs.org/mmm-flightsabove" target="_blank" rel="noopener noreferrer nofollow ugc">https://registry.npmjs.org/mmm-flightsabove</a><br />
npm ERR! 404<br />
npm ERR! 404  ‘mmm-flightsabove’ is not in the npm registry.<br />
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)<br />
npm ERR! 404</p>
<p dir="auto">when i try to install the module in the module folder with :  npm install mmm-flightsabove</p>
<p dir="auto">Do i overseen some urgent point?<br />
Thanks for help and greetings from Austria!</p>
]]></description><link>https://forum.magicmirror.builders/post/38328</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38328</guid><dc:creator><![CDATA[Galli]]></dc:creator><pubDate>Thu, 12 Apr 2018 21:12:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Wed, 28 Mar 2018 11:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/e3v3a" aria-label="Profile: E3V3A">@<bdi>E3V3A</bdi></a></p>
<p dir="auto">Well, I don’t find any of this stuff easy, but I do find it fascinating and fun. Cred(props) to you. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/37523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37523</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 28 Mar 2018 11:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Wed, 28 Mar 2018 11:07:20 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> I must give the cred to Tabulator, which makes it really easy to make these tables outstanding.</p>
]]></description><link>https://forum.magicmirror.builders/post/37521</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37521</guid><dc:creator><![CDATA[E3V3A]]></dc:creator><pubDate>Wed, 28 Mar 2018 11:07:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Wed, 14 Mar 2018 00:24:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/e3v3a" aria-label="Profile: E3V3A">@<bdi>E3V3A</bdi></a></p>
<p dir="auto">Real nice work!</p>
]]></description><link>https://forum.magicmirror.builders/post/36979</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36979</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 14 Mar 2018 00:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlightsAbove - Display all flights in the sky above you on Tue, 13 Mar 2018 19:55:23 GMT]]></title><description><![CDATA[<p dir="auto">Just added a colored legend to the table footer.</p>
<p dir="auto"><img src="https://raw.githubusercontent.com/E3V3A/MMM-FlightsAbove/master/images/FlightsAbove_footer.png" alt="fooooter" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/36972</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36972</guid><dc:creator><![CDATA[E3V3A]]></dc:creator><pubDate>Tue, 13 Mar 2018 19:55:23 GMT</pubDate></item></channel></rss>