The forecast_days parameter allows for getting forecasts for a specific number of days in an easier way compared to using start and end dates.
Additionally adding a check to prevent both forecast_days and past_days to be included alongside start_date and end_date, as that causes an error to be returned by the openMeteo API.
The forecast_days parameter allows for getting forecasts for a specific number of days in an easier way compared to using start and end dates. Additionally adding a check to prevent both forecast_days and past_days to be included alongside start_date and end_date, as that causes an error to be returned by the openMeteo API.