dashy
dashy copied to clipboard
Widget help please with just the clock
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 .
Full config HERE
Category
Widgets
Please tick the boxes
- [X] You are using a supported version of Dashy (check the first two digits of the version number)
- [X] You've checked that this question hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated
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
Try this:
sections:
- name: Uhrzeit
widgets:
- type: clock
options:
timeZone: Europe/Berlin
format: de-DE
hideDate: false
This will be closed due to no activity in 4 months.