All notable changes to this project will be documented in this file.
Q: Why keep a changelog?
A: BECAUSE
Q: How?
A: By carefully describing what was: added, fixed, and changed.
- Added remote control of module from other modules (fixes #18)
- Added config option for squawk watchList (fixes #13)
- Added config option for homeIata (fixes #19)
- Fixed CSS font color bug (fixes #17)
- Fixed CSS table header background color
- Added config.txt template to copy into config.js
- Added new screenshot for flight table
- Added badges to README for:
- MagicMirror version
- Documentation staus
- Maintenance status
- Average Issue resolve time
- MIT License
- Removed version info from node_helper.js and MMM-FLightsAbove.js
- Changed node_helper to use the custom installed flightradar24-client in
./lib
until new API items are resolved.
- Added config option maxItems (fixes #4)
- Fixed immediate data avilablity for new clients (fixes #14)
- Added config option radarBBox (fixes #7)
- Added config option compassHeading (fixes #12)
- Fixed Bearing center alignment
- Added layoutColumnsOnNewData to Tabulator
- Enabled fitDataFill in Tabulator
- Increased default MAX table height
- Fixed update timer for multiple connection instances (fixes #10)
- Fixed updateInterval config to use seconds instead of milliseconds (fixes #3)
- First working Version
- Fixed radarPing in node_helper (@raywo)
- Removed debug logging from module
- Update README with new info
- Added MagicRadarBB calculator
- Initial (non-working) Version