mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 08:07:01 +00:00
Make Orientation configurable
This commit is contained in:
@@ -32,7 +32,7 @@ var weather = {
|
||||
updateInterval: config.weather.interval || 6000,
|
||||
fadeInterval: config.weather.fadeInterval || 1000,
|
||||
intervalId: null,
|
||||
orientation: 'vertical',
|
||||
orientation: config.weather.orientation || 'vertical',
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user