Can i display messages on a display from the pi

Is it possible to attatch a display onto the pi and have it display messages for example “Airbus A320 is flying over 200m away from you” ive got a python program that does this all i need for it to work is a way to get the current plane’s flight number or call sign and then run the python program and display the output on the attatched screen, does information like call sign or flight number get saved in a file somewhere on the pi?

Depends how you have set it up.

dump1090 (the default decoder on a FA install) temporary stores this information in a JSON file on the device, named aircraft.json

See the details here:

As far as i know there are already tools exist which share alerts on Twitter if there are any defined aircraft in range. So it should be possible to display the information

1 Like