Skip to content

Commit

Permalink
mk1 todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 21, 2024
1 parent 379334b commit b576c36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,10 @@ def handle_show_time(self, message):
utt = message.data.get('utterance', "")
location = message.data.get("Location") or self._extract_location(utt)
time_string = self.get_display_time(location)
# show time immediately
# show time
self.show_time(time_string)
# enable setting
if not location:
self.settings["show_time"] = True
# TODO - implement "clock homescreen" in mk1 plugin,
# emit bus message to enable it

######################################################################
# Date queries
Expand Down

0 comments on commit b576c36

Please sign in to comment.