Live weather doesn't work
Posted: Fri Feb 08, 2019 8:33 am
NOAA changed their URL for METAR reports, result in FG is clear - no weather when using Live weather. Based on discussion at https://forum.flightgear.org/viewtopic.php?f=25&t=35320 I created new repo in my Git for patch, You can find it on https://github.com/BAWV12/FGFS201831-METAR-patch. There are 2 branches :
- MASTER - it is original SurferTim's solution with python redirector
- No-Python - it is mathieugouin's solution without python redirector
Usage :
1. Backup Your original fgfs.exe
2. Download this package, extract fgfs.exe and overwrite original one
3. Set EXECUTE permission on this new file
4. Run Terminal and use command python3 metar.py. This step is not need when use No-Python branch
5. Start FGFS and enjoy
Tested only with FGFS 2018.3.1 on LUbuntu 18.04. Other releases are not supported.
All credits and big thanks to SurferTim and mathieugouin
- MASTER - it is original SurferTim's solution with python redirector
- No-Python - it is mathieugouin's solution without python redirector
Usage :
1. Backup Your original fgfs.exe
2. Download this package, extract fgfs.exe and overwrite original one
3. Set EXECUTE permission on this new file
4. Run Terminal and use command python3 metar.py. This step is not need when use No-Python branch
5. Start FGFS and enjoy
Tested only with FGFS 2018.3.1 on LUbuntu 18.04. Other releases are not supported.
All credits and big thanks to SurferTim and mathieugouin