Skip to content
AWTRIX FLOWS
Submit flow
CalendarClockBar shown on an AWTRIX display
Node-RED Miscellaneous AWTRIX 3

CalendarClockBar

Time app with calendar, time and progressbar (instead of "day of the week")

Built by btro

Download flow

Published 10 March 2025 · updated 10 March 2025 · 2 downloads

This app displays a progress bar where the original "Time" app displays the day of the week. This progress bar displays the current second by default, but can also be filled with your own data. All colors and the start position of the progress bar etc. can be set via msg.*
You may set:

msg.startbar = column progressbar starts [default: 10]
msg.progress = 0 - 100 progressbar in % [default: second of minute]
msg.timestamp [default: "now"]
msg.colorsheet = color of calendar [default: "#0FFFFF"]
msg.colorhead = color of calendarhead [default: "#0FF000"]
msg.colordate = color of calendardate [default: "#F00000"]
msg.colortime = color of time [default: "#006666"]
msg.colorbar = color of progressbar [default: "#666666"]
msg.holes = 0 - 6 different sizes and positions of holes in sheet [default: 0]

More like this Node-RED Miscellaneous AWTRIX 3