A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
sunTimes and moonTimes
-
@princemaxwell how did you configure your location in the module?
can you show the module config
-
{ module: "clock", position: "top_left", config: { clockBold: false, showWeek: false, showSunTimes: true, showMoonTimes: true, lat: 51.514244, lng: 7.468429, } },
Thats my configuration of clock module.
-
@princemaxwell how did you install mm?
can you docd ~/MagicMirror grep version node_modules/suncalc/package.json
-
@princemaxwell said in sunTimes and moonTimes:
lng: 7.468429,
ok, after testing… this parameter is incorrect
it should be
lon: 7.468429
-
@princemaxwell did you correct your configuration and retry?