Read the statement by Michael Teeuw here.
Request: Flight tracker using PiAware
-
I have missed having a module that lists the flights overhead since it went dark some time ago. I may have a solution but have no idea how to code it since JavaScript is pretty much like hieroglyphics to me.
I am running PiAware on separate pi and the listing of overhead aircraft can be read as a json file but not all of the information that I would like displayed is in the json file. Would someone be willing to work on this with me?
-
@Exndfan sure. What do you mean can be read. Is it a file or output of a command or?
We could create a repo and discuss thru issues
-
Open an issue w the json file attached and describe how you got it
Open another and describe how you want to results to look
And what additional info you want and where you might get itOpen another with your ideas
-
Maybe the best way to move this forward is to tell us what module you are referring to when you say something used to work but went dark some time ago.
If we can see or reference what you are talking about, you have a better chance of getting help.
-
@JohnGalt I think he was talking about
https://github.com/E3V3A/MMM-FlightsAbove -
@sdetweil
AHA - I see. It looks like that module is/was quite involved! I’m not sure I can add much to answer the original question, but i did note that the OP described the data as being/like JSON, but the module difers:Bugs and Warnings ℹ️ The data provided by the flightradar24-client, is not JSON, even if it resembles it. It is actually an Array of JavaScript objects. For an example of the raw data, look at the demo.json file.
-
Well…I managed to come up with a viable alternative for what I was wanting to display. I will continue to clean it up and let everyone know
-
+1 for this, please. I have a Pi Aware in the loft and would be interested in adding its data to MM.
-
@Richard238 Let me know if you need help.
-
@Exndfan you didn’t post the new module link here