A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Wallberry Clock - Timezone issue
-
Nope. Doesnt work.
// WB-clock adds local time (Optional Module) { module: "WallberryTheme/WB-clock", position: "top_bar", // highly suggest using top_bar position config: { localCityName: "Zurich", // optional dateTimeFormat: "dddd, Do MMMM YYYY", otherCities: [ {name: "New York", timezone: "US/Eastern"}, // optional {name: "Los Angeles", timezone: "US/Pacific"}, // optional {name: "Singapore", timezone: "SGT"}, // optional {name: "Melbourne", timezone: "AU"} // optional ] } },
Output looks like this…
-
the long string is
Australia/Melbourne
Asia/Singapore -
@sdetweil said in Wallberry Clock - Timezone issue:
Australia/Melbourne
Oh lord! really? Thanks mate!!! :call_me_hand_light_skin_tone:
-
@duxnobis well, if the short strings don’t work, try the long ones! (as I noticed the others were long string)
-
No no all good. It worked like a charm! Many thanks!