Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Uses the following data from the Baron Weather API: (https://developer.baronweather.com/)

  • Point Forecasts (ndfd, bgfs, pointforecast)

  • Current Conditions (METARs)

  • UV Index (uvindex-global)

  • Sun Events in Astronomy (sun/events)

 System Requirements and Time Zones

Requires:

  • .Net Framework 4.8

  • Flow build 10.12.3.1 or greater

  • MySQL 5.7 or 8.0

Windows server time zone updates may be required from time to time to ensure your installed time zone data is accurate and available for your locations.

Example: KB4577066 includes updates for the Yukon, Canada time zone and KB5001382 includes changes for Volgograd, Russia and The Republic of South Sudan.

Version 1.0.5

July 26, 2024

  • Fix for the data being pulled for the incorrect date. Use local dates for daily forecasts instead of UTC and use UTC for hourly dates. There was an optional date parameter that wasn't being used previously.

Version 1.0.4

July 22, 2024

  • Try to avoid a situation where the reader is incorrectly stuck waiting to be free to run again.

Version 1.0.3

July 9, 2024

  • Add option to specify additional parameters in the database connection setup.

    • Enter the value Pipelining = False; when connecting with 2.x versions of Aurora (that implement MySQL 5.7)

  • Enable the Extra Data lists to resize their width when the app window is resized.

  • Don't throw an error if no or less hourly data found but handle more gracefully.

  • Use BannisterLake.ReaderUtils.MySqlConnector 2.2.0

  • Use Telerik Winforms 2024.2.514.48 (2024 Q2)

Version 1.0.0

May 31, 2024

  • First build of the app with support for:

    • Current conditions

    • Hourly Forecasts

    • Daily Forecasts

    • Add and Remove locations - search provided by google geocoding

    • Extra data fields as dynamic fields

  • No labels