Copy METAR weather information into IPCAS' Aerofly FS 2.
The AeroWX command line tools will copy the following METAR weather information to your configuration file while Aerofly FS 2 is not running:
- Time and day (will set the year and month to current year and month because they are not present in METAR information)
- Wind & turbulences
- Thermal activity
- Clouds (height & density)
The METAR weather information can be supplied manually, or can be fetched from an URL.
AeroWX is capable of setting weather values which you cannot access in Aerofly FS 2. This is tested and is done deliberately. Please supply feedback in case of any strange effects you encounter.
- This tool requires Windows, Mac OSX or Linux.
- Install Node.js with at least version 10.
- Open the Command Prompt / Terminal application already installed on your computer.
- Type
npm install -g aerofly-weather
and hitENTER
to install Aerofly-Weather (AeroWX). - Type
aerowx-make-batch
and hitENTER
to create the main batch file on your desktop.
This package also comes with a load of command line tools. For basic usage the desktop batch file will suffice.
You will need a copy of IPACS' Aerofly FS 2 which has run at least once. This creates a file called main.mcf
, which contains all settings and the weather data in Aerofly FS 2. This file will be modified by the tools supplied with this package.
Click on the desktop file called aerowx-weather.bat
/ aerowx-weather.sh
and follow the on-screen instructions. Basically it offers you to:
- Set weather data from a METAR weather string.
- Fetch weather data by ICAO aiport code via the AVWX API and set the weather accordingly.
- Fetch weather data by ICAO aiport code via the CheckWX API and set the weather accordingly. This method requires a CheckWX API key.
Whenever you are asked for an ICAO code, you may supply DEP
/ ARR
instead to get your last Aerofly FS 2 flightplan departure / arrival airport.
The desktop batch file also contains some settings for the tools. If you want to edit the desktop batch file, just right click on it and select "Edit". There is a small guide on how to work with the command line tools contained in the desktop batch file.
This package comes with a load of command line tools. These can be integrated into scripts or batch files.
- To find out if your installation of Aerofly-Weather needs updating, run
npm outdated -g aerofly-weather
. - Run
npm update -g aerofly-weather
to update your local Aerofly-Weather installation to the latest stable release. - Optional: Use
aerowx-make-batch
to create a new batch file on your desktop.
Author: Frank Boës
Copyright & license: See LICENSE.txt
This tool is NOT affiliated with, endorsed, or sponsored by IPACS GbR. As stated in the LICENSE.txt, this tool comes with no warranty and might damage your files.
This software complies with the General Data Protection Regulation (GDPR) as it does not collect nor transmits any personal data but for data your submit by using the CLI commands using URLs. For GDPR compliance of these services refer to the legal statements of these services.