mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
decrease load delay
This commit is contained in:
parent
d7ef4adbc8
commit
139a364da6
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user