A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default weather module - only showing one location
-
@sdetweil before the modules it’s set to imperial. Do the settings in the inner modules not override the outer setting?
timeFormat: 12, showperiod: true, units: "imperial", modules: [ -
@Ausnet I thought so, but this module looks at the global value for some reason
-
@Ausnet can you tell me what version of MM you are running
grep version ~/MagicMirror/package.json -
also set tempUnits:“metric”
from the doc
tempUnits
What units to use for temperature.
If not specified, the module uses the units value from config.js. <-----
Possible values: config.units = Specified by config.js, metric = Celsius, imperial = Fahrenheit
Default value: config.units <-----
-
@sdetweil said in Default weather module - only showing one location:
grep version ~/MagicMirror/package.json
It’s showing 2.34.0
-
@sdetweil That did it. Thanks!
