Read the statement by Michael Teeuw here.
Can anyone revive AviationWX, PilotWX, or TAF
-
@FSAHD OK, let me look at them
-
@FSAHD well every url changed, and all the data
changed. some has to be calculated (avg airport delay) or that info display deleted.too much work for me., given my avaliable time
-
@sdetweil I appreciate you looking into this. ill take some time and see wat I can do!
-
@FSAHD I got the metar to work, then the faa data is all different not by airport request. and all the variable names have changed too
don’t know if the data is different for display
and the data is xml
-
@sdetweil I know the airport delay item is last on the wish list.
I can take over and update variables and such. wherever you left off ill be happy to take over!
-
@FSAHD ok, let me finish the faa data . I was working on it this morning
-
@FSAHD ok, here is the partially updated MMM-aviationwx
https://github.com/sdetweil/MMM-aviationwx
there is a file of the output sent back from the node_helper( this morning) in formatted json (sample-data.txt)
so you can see the field names and values…
I marked in the MMM-aviationwx.js in getDom() where all this needs to be corrected with correct variable names and values…
as an example
var icao = airport.id;
airport.id is now airport.station_id
“station_id”: “KSFO”, -
@sdetweil Thanks again for the help.
I think I have all the variables updated. Im c urrently working on trying to get the dependencies to install on my pi so I can test.
You were a big help and I see where I went wrong in a lot of places when I was trying to build from scratch. It was a lot of simple mistakes lol
-
@FSAHD great news.
dependencies?
package.json has them all for the module
so npm install will do all for the moduleuse my install script for mm
-
@FSAHD a lot of simple mistakes…
computers do things fast. whatever we tell them… lol