diff --git a/modules/weatherforecast/weatherforecast.js b/modules/weatherforecast/weatherforecast.js index 47ac33db..f9f02867 100644 --- a/modules/weatherforecast/weatherforecast.js +++ b/modules/weatherforecast/weatherforecast.js @@ -21,7 +21,7 @@ Module.create({ fade: true, fadePoint: 0.25, // Start on 1/4th of the list. - initialLoadDelay: 5000, // 5 seconds delay. This delay is used to keep the OpenWeather API happy. + initialLoadDelay: 2500, // 2.5 seconds delay. This delay is used to keep the OpenWeather API happy. retryDelay: 2500, apiVersion: '2.5',