mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 23:57:43 +00:00
Make Orientation configurable
This commit is contained in:
parent
ad7da9afa0
commit
523103ce30
@ -32,7 +32,7 @@ var weather = {
|
|||||||
updateInterval: config.weather.interval || 6000,
|
updateInterval: config.weather.interval || 6000,
|
||||||
fadeInterval: config.weather.fadeInterval || 1000,
|
fadeInterval: config.weather.fadeInterval || 1000,
|
||||||
intervalId: null,
|
intervalId: null,
|
||||||
orientation: 'vertical',
|
orientation: config.weather.orientation || 'vertical',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user