#waybar doesn't show calender module
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
probably means you messed the format up, just at a glance it seems like you have an extra ',' at the end before the '}'
see if removing that helps
heres a custom module example from the man page
Pacman
"custom/pacman": {
"format": "{} ",
"interval": "once",
"exec": "pacman_packages",
"on-click": "update-system",
"signal": 8
}