Lattice Grid Buy a licence

KPI ยท console.warn

the "{label}" clock tile does not take `{key}`; a clock tile shows the device clock and `{key}` is ignored.

Printed by KPI, prefixed [lattice], since 1.64.0.

Warnings referencekpi:clock:ignored:*:*

Identifier
kpi:clock:ignored:*:*
Raised by
KPI
Since
1.64.0

What happened

A clock tile was given an option that belongs to a measuring tile - an aggregation, a field, a target, a sparkline. A clock shows the time and measures nothing, so the option has no meaning and was ignored. Each ignored key is named separately, so you can see exactly what was dropped.

The fix

Remove the option from the clock tile, or make it an ordinary tile if it was meant to measure something.

The smallest fix

tiles: [{ kind: 'clock', label: 'UTC', timeZone: 'UTC' }]

Reference

Covered in full at the API reference.