dashy icon indicating copy to clipboard operation
dashy copied to clipboard

Widget help please with just the clock

Open thorrrr opened this issue 1 year ago • 3 comments

Question

I set up this great dashboard in 60 min love it. But soon as i got to the widgets i have spent hours just trying to get the clock working I have tried with the docs config other users config my yaml i think is correct. But fails to show please help me why it is not working

I ahve not installed glances or bottle as this should not need it .

image image

Full config HERE

Category

Widgets

Please tick the boxes

thorrrr avatar Oct 24 '23 18:10 thorrrr

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

liss-bot avatar Oct 24 '23 18:10 liss-bot

You have put a widget where there is no section.

Add this after the last item: Widgets should be parallel to items from spacing.

    widgets:
      - type: clock
        options:
          timeZone: Europe/London
          format: en-GB
          hideDate: false

CrazyWolf13 avatar Nov 01 '23 18:11 CrazyWolf13

Try this:

sections:
  - name: Uhrzeit
    widgets:
      - type: clock
        options:
          timeZone: Europe/Berlin
          format: de-DE
          hideDate: false

SCORP111 avatar Dec 11 '23 08:12 SCORP111

This will be closed due to no activity in 4 months.

CrazyWolf13 avatar Feb 24 '24 08:02 CrazyWolf13