mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-15 16:29:02 +00:00
[cosmetic] Weather module humidity positioning (#3330)
This PR adds an option to tweak the layout of the weather module. When set, the humidity appears alongside the temperature: 
This commit is contained in:
@@ -9,7 +9,7 @@ let config = {
|
||||
windUnits: "beaufort",
|
||||
showWindDirectionAsArrow: true,
|
||||
showSun: false,
|
||||
showHumidity: true,
|
||||
showHumidity: "wind",
|
||||
roundTemp: true,
|
||||
degreeLabel: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user