MycroftAI / skill-date-time

Mycroft AI official Date and Time Skill, providing the current time, date and day of week for cities around the world.
https://mycroft.ai/skills
Apache License 2.0
6 stars 56 forks source link

Change Time UI layouts for horizontal mode and vertical mode and fix margins #94

Closed AIIX closed 3 years ago

AIIX commented 3 years ago

Fixes margins and auto changes layout responsively as suggested by @dschweppe on https://github.com/MycroftAI/skill-date-time/pull/92 to have time side by side in horizontal display and maintains vertical layout for vertical display

krisgesling commented 3 years ago

Nice!

Is there an easy way to align the hours to the right when it's only a single character? eg 9:31 rather than 12:31

AIIX commented 3 years ago

Nice!

Is there an easy way to align the hours to the right when it's only a single character? eg 9:31 rather than 12:31

This has been fixed, and all 0:1 and 0:00 and 00:00 has been taken into account, currently the skill seems configured to send 00:00 format but now any of the formats should be working as spec

krisgesling commented 3 years ago

Awesome, thanks for all this!