• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-FlightsAbove - Display all flights in the sky above you

Scheduled Pinned Locked Moved Transport
20 Posts 8 Posters 9.7k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E3V3A @Galli
    last edited by Apr 19, 2018, 8:53 PM

    @Galli :D :D

    !! cd MMM-Tabulator !!!??

    Thanks for spotting my dumbass typo!!
    Clearly you must be the only one who have tried to follow those directions, since nobody else has mentioned this. The line should be cd MMM-FlightsAbove etc…

    So please try again.

    "Everything I do (here) is for free – altruism is the way!"
    MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

    1 Reply Last reply Reply Quote 0
    • A Offline
      Albert2002
      last edited by May 27, 2018, 2:49 PM

      I’ve installed without any errors but I get only a “loading” screen.

      No errors in my MM-out or my MM-error-log

      Any Idea?

      My config:

      		{
          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
      			}
      		},
      
      R 1 Reply Last reply Oct 12, 2019, 1:53 PM Reply Quote 0
      • S Offline
        Sun
        last edited by Jul 21, 2018, 10:55 AM

        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.

        0_1532170525604_flight.jpg

        1 Reply Last reply Reply Quote 0
        • B Offline
          bartleph
          last edited by Aug 27, 2018, 7:22 PM

          Hi There,
          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?

          B 1 Reply Last reply Aug 27, 2018, 7:36 PM Reply Quote 0
          • B Offline
            bartleph @bartleph
            last edited by Aug 27, 2018, 7:36 PM

            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.

            1 Reply Last reply Reply Quote 0
            • R Offline
              Richard238 @Albert2002
              last edited by Oct 12, 2019, 1:53 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • R Offline
                Richard238
                last edited by Richard238 Oct 12, 2019, 3:28 PM Oct 12, 2019, 3:18 PM

                I’ve set Max Entries to 10, but I get loads of entries, why? Seems OK after a PM2 stop/start!
                How do I get rid of the scroll bars?
                How do I lose the footer/key? (I tried footerLegend: false in MMM-tabulator.js)

                My config.js:

                		{
                			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
                			}
                		}, 
                
                

                I’m not worried about the compliments module being in the way just now.
                0_1570893119855_MMMFA1.JPG

                B 1 Reply Last reply Oct 12, 2019, 5:36 PM Reply Quote 0
                • B Offline
                  broberg Project Sponsor @Richard238
                  last edited by Oct 12, 2019, 5:36 PM

                  @Richard238 said in MMM-FlightsAbove - Display all flights in the sky above you:

                  MMM-FlightsAbove

                  to your custom.css add :

                  .MMM-FlightsAbove.tabulator-footer {visibility: hidden;}
                  .MMM-FlightsAbove {overflow: hidden;}
                  
                  R 1 Reply Last reply Oct 12, 2019, 9:32 PM Reply Quote 0
                  • R Offline
                    Richard238 @broberg
                    last edited by Oct 12, 2019, 9:32 PM

                    @broberg

                    This…

                    .MMM-FlightsAbove .tabulator-footer {
                    	visibility: hidden;
                    }
                    

                    …works just fine, thank you.

                    .MMM-FlightsAbove {
                    	width: 400px;
                    	overflow: hidden;
                    }
                    

                    Worked when I added a width figure, the horizontal scroll bar is gone.
                    The vertical scroll bar however, remains.
                    I tired some height: nnnpx; figures, but still the pesky vertical bar is showing.

                    B 1 Reply Last reply Oct 13, 2019, 9:28 AM Reply Quote 0
                    • B Offline
                      broberg Project Sponsor @Richard238
                      last edited by Oct 13, 2019, 9:28 AM

                      @Richard238

                      Then try

                      #flightsabove {overflow:hidden;}
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy