MMM-ClosestFlight stuck at “Checking the airspace…”
From config.js
Also tried with the default Lat/Long
{
module: "MMM-ClosestFlight",
position: "bottom_right",
config: {
myLatitude: 11.1234, // Latitude of MagicMirror [11.1234, WAS 35.2295]
myLongitude: 11.1234 , // Longitude of MagicMirror [11.1234 WAS - -80.8431]
distanceUnits: "NM", // 'NM' for nautical miles, 'SM' for statute miles
altitudeUnits: "M", // 'FT' for feet or 'M' for metres
boxLatitudeMin: 34.8020, // minimum latitude of the bounding box
boxLongitudeMin: -82.4282, // minimum longitude of the bounding box
boxLatitudeMax: 36.2900, // maximum latitude of the bounding box
boxLongitudeMax: 78.1815, // maximum longtitude of the bounding box
maxWidth: "250px",
animationSpeed: 3000, // Fade in/out speed on update
initialLoadDelay: 4250,
retryDelay: 2500,
updateInterval: 20000 // How often to update
}
},