hoovercj/strava-weather-reporter

Change which time and location are used for fetching weather

Opened this issue · 2 comments

Right now the start location and time is used for the weather.

If possible, use the mid point of the activity to determine the time and location for the weather.

For activities above a certain duration, the start and end could be used. This may need to be configurable via a setting.

Look at #37 when implementing this. If it can easily be done, do it. Otherwise close as won't fix.

This may also be possible to do by simply looking at the extra data returned by the darksky api. If it returns the weather at the start of the activity, as well as hourly data, then long activities could use the hourly forecast to create a "range" value.