Skip to content

time date display

github-actions[bot] edited this page Jun 9, 2023 · 9 revisions

Introduction

Skill-level: low

EspHoMaTriXv2 is a pixel clock. With out any configuration it displays only the time and date. These are "build in", but can be widely configured format. If you don't need the date-display, you can disable it with the parameter show_date: false in the YAML.

During runtime, you can remove them from the queue with:

service: esphome.m5mic_del_screen
data:
  icon_name: "*"
  mode: 3
service: esphome.m5mic_del_screen
data:
  icon_name: "*"
  mode: 2

and add them with:

service: esphome.m5mic_clock_screen
data:
  default_font: true
  lifetime: 1440
  screen_time: 10
  r: 192
  g: 192
  b: 192

and

service: esphome.m5mic_date_screen
data:
  default_font: true
  lifetime: 1440
  screen_time: 5
  r: 192
  g: 192
  b: 192
Clone this wiki locally