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.
