Flightsim.to
    Flow Pro Widget: Display Nearest Airport - Image 1

    Description

    A small Flow Pro script to show the nearest airports.

    Requirements:
    Flow Pro

    Installation:
    Extract the contents of the ZIP file to your MSFS Community folder.

    Feedback welcome.

    Comments(16)

    Log in to join the discussion

    Log In
    A

    16 days ago

    Does it work with MSFS 2024? Thanks.
    L

    15 days ago

    Haven't tested it yet in MSFS2024. Maybe you can report back whether it works?
    c

    over 2 years ago

    is there any way to change the COLOR of the info- the white default is so hard to read
    L

    over 2 years ago

    Configuration for text color is now added.
    5

    about 3 years ago

    The widget appears on my Flow Pro dial, but when I click on it, nothing happens.


    L

    about 3 years ago

    Hello Tom,

    sorry for the inconvenience.

    Can you send me a message in Discord with a screenshot of the widgets console output?

    It is accessible when you long press the widget and click the edit button in the top right corner.

    This would help me reproduce the problem.



    B

    over 3 years ago

    hmm it was working but stopped now - I am wondering if its due to Sim Update 12?

    L

    over 3 years ago

    Yes unfortunately it seems like it.


    Parallel 42 is aware of it:

    " SU12 beta breaks some //42 Flow widgets. This only affects users on beta builds...NOT production. We expect to fix things by the time SU12 goes into production. Sadly we're not alone."


    Parallel 42 Discord:

    https://discord.com/channels/732289464008704082/732326647159849021/1078002349064327279




    L

    over 3 years ago

    There is a Flow update available with SU12 beta fixes.

    B

    over 3 years ago

    yes it fixed it for me

    v

    over 3 years ago

    Love this script. Thanks for making and sharing it.

    p

    over 3 years ago

    This is excellent, thank you. Instant replacement for simple airport overlay.


    I was able to make a few tweaks for myself. Made the background more opaque, made the font black, added a space between the mileage and the word miles. Just little customizations that were easy to introduce with this helpful foundation. Mine looks very legible against most any scenery. Thank you so much!

    L

    over 3 years ago

    Great to hear that :)

    Yeah just starting to learn CSS. So I leave the styling to talented people ;)

    Really a strength of Flow that you can easily modify it to your liking!

    Feel free to share your css code if you dont mind.

    p

    over 3 years ago

    After discovering that my changes did not work well in dark conditions, I adjusted a little further. Basically, I changed two lines:


    background: rgba(255,255,255,0.2);


    color: #000;


    I ran it with font-size 1.7em on stream last night, but I think I can get away with the default 1.5em. It gets to be a long string when you're in, say, Murfreesboro, Tennessee. And I prefer to keep it from word-wrapping as much as possible.


    So then in the JS, I just added a space before miles, so it reads:


    let airportString= nm + " miles ";

    A

    over 3 years ago

    Sorry - I just can't get this widget to show. All my others show OK (all in the Community folder). I've checked that the folder/file structure is OK and even regenerated the layout.json file ... no luck! This is with the MS Store version, SU11.

    UPDATE: Re-installed - all working fine now - sorry to trouble you!

    L

    over 3 years ago

    Glad it works know!

    Let me know if you have feature or change requests.

    BR, LKM

    MSFS 2020MSFS 2024

    Flow Pro Widget: Display Nearest Airport

    Quickly find the nearest airports with this convenient Flow Pro Widget. Simply extract the files to your MSFS Community folder and start using it right away. Feedback is encouraged for future improvements.

    Downloads991
    Version1.2
    File Size9.92 KB
    Published3 years ago
    Updated2 years ago

    User Reviews

    5.0

    2 reviews

    5
    100%
    4
    0%
    3
    0%
    2
    0%
    1
    0%

    More Information

    Simulator
    MSFS2020
    CategoryUser Content
    Sub-CategoryFlow Pro Widgets

    Version History

    Added configuration for: - text color - background color - text size

    Related