Read the statement by Michael Teeuw here.
Incorrect Clock module time after update to latest MM
-
After updating to latest version of MM I noticed the default clock display the incorrect hour. Exactly 5 hrs ahead. Have been running the same MM pi for 5 plus years with no issue.
Things I’ve done o remedy:-
checked the Raspberry pi localization settings which are set to US - timezone Eastern
-
validated pi is displaying correct time
-
googled this issue to find that others had corrected this by inserting the following in
config.jsconfig {
timezone:“America/New_York”,
}
this did not correct the time.
What do I need to do to get the time to display properly?
-
-
@nschertz that goes in the clock module right?
-
I added this to the clock module portion with in config.js. Is that the correct place?
-
I added this configuration code to the clock module portion within config.js. Is that the corct place?
-
@nschertz can you show the clock module definition from config js.
-
D’oh. I found my issue… I inadvertently typed Config: instead of lower case config:
Issued resolved. Thx for taking time to respond. Sorry to have troubled you.
Norb
-
@nschertz No worries. Little errors like that happen to all of us.