npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fboes/aerofly-startgeraet

v1.5.1

Published

The Auxiliary Power Unit for Aerofly Flight Simulator 4: Improving the main menu with meaningful units and import functionality for weather and flight plans.

Downloads

941

Readme

Aerofly Startgerät

The Auxiliary Power Unit for Aerofly Flight Simulator 4: Improving the main menu with meaningful units and import functionality for weather and flight plans.

Introducing the Aerofly Startgerät as an extended main menu for Aerofly Flight Simulator 4, adding multiple additional options to set-up your flight:

  • Change aircraft, livery as well as set-up fuel and payload.
  • Time & date
    • Manually set time and date in UTC
    • Manually set time and date for the current departure airport time zone
    • Synchronize the time & date in Aerofly FS4 to to the current time & date.
  • Weather
    • Change weather with settings in feet, statute miles and other meaningful units.
    • Import weather for given time, date and departure airport via Aviation Weather Center API. Weather can be imported for up to two weeks in the past, for almost any bigger airport around the globe.
    • Read weather from METAR string
  • Flight plans
    • Import flight plans as well as aircraft, airline, time, date and weather settings from SimBrief via API.
    • Import a flight plan from local import directory. See below for supported flight plan file formats.
    • Export a flight plan to a local export directory for later re-import. See below for supported flight plan file formats.

All off these changes are directly written to Aerofly's main.mcf main configuration file and are available on the next start-up of Aerofly FS 4.

In this manner the Aerofly Startgerät combines the capabilities of the Aerofly Wettergerät (but for multiple operating systems) and the Aerofly Missionsgerät (but directly injecting the new flight plan without any extra steps in-between).

This tool also comes with non-interactive short-cuts to simply import SimBrief flight plans, synchronizing time & date and fetching the latest METAR information.

The Aerofly Startgerät is a stand-alone application, and is not directly integrated into Aerofly FS 4.

Supported flight plan file formats:

| File Format / API | Import | Export | | ---------------------------------------------------------------------------------------------------------------------------------------------- | :----: | :----: | | Aerofly FS main.mcf | ✅ | ✅ | | Aerofly FS 4 tmc custom missions | ✅ | ✅ | | Aerofly FS 4 aerofly.json custom missions | ✅ | | | Microsoft FS 2020 / 2024 pln | ✅ | | | X-Plane fms | ✅ | | | Garmin / Infinite Flight fpl | ✅ | | | GeoJSON | | ✅ | | Keyhole Markup Language (KML) | | ✅ | | SimBrief API | ✅ | | | Aviation Weather Center METAR API | ✅ | |

It also comes with an MCP server, which gives you the power of manipulating the settings above via AI, using LLMs as a mission generator for any setup you can think of.

Installation & Instructions

The Aerofly Startgerät comes in multiple versions. Refer to the different instruction on how to install and use these:

Caveats and notes

[!WARNING] Aerofly FS 4 must not be started while using the Aerofly Startgerät. Settings generated by the Aerofly Startgerät will only be read by Aerofly FS 4 on start-up of the simulator.

  1. Importing flight plans almost certainly will require to set-up the starting location of you aircraft in Aerofly FS 4, as the parking positions of aircraft are unknown.
  2. Importing flight plans almost certainly will require to set-up the runways you want to use in Aerofly FS 4, as the runway IDs are unknown.
  3. Importing of SIDs and STARs is not possible, so you will also need to add these manually in Aerofly FS 4.
  4. The Aerofly Startgerät is able to alter the date and a third cloud layer, which both are not editable in Aerofly FS 4.
  5. The mapping of aircrafts & airlines from Simbrief import relies on the correct ICAO code of the aircraft being chosen.

See also the instructions on how to import flight plans.

Technical stuff

This projects uses the public APIs of the Aviation Weather Center and SimBrief. The usage of these APIs may be restricted or blocked on your local computer.

Status

GitHub Tag NPM Version GitHub License

For a detailed history of changes, see CHANGELOG.md.

Legal stuff

Author: Frank Boës 2026

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 to third parties, but for the usage of the Aviation Weather Center API and the SimBrief API. For their data protection statement you might want to check their terms of service.