Waybar - Calendar applet?

Is there a tool that can display an interactive calendar when the Waybar clock module is clicked? I’m coming from Linux Mint, which had a clickable date/time applet that would show the current month, and you could click through other months.

Currently, I have my Waybar set up so the clock module displays a simple calendar on hover:

This is cool, but I’d like to be able to see other months, as well.

I guess you are looking for this

Your friend is eww. The calendar widget is available.

Weather is a separate animal (wttrbar)

Use the following actions to switch months or display the whole year with your mouse in waybar while hovering over the widget:

"clock": {
  "actions": {
    "on-scroll-down": "shift_up",
    "on-scroll-up": "shift_down",
    "on-click-middle": "shift_reset",
    "on-click-right": "mode",
  },
  // rest of clock config
},

If your mouse has forward/back buttons, you can use them by replacing on-scroll-up/on-scroll-down with on-click-forward/on-click-backward

It looks like eww is a bit complicated. I’ll probably look into it someday. I installed the Gnome calendar, which will be sufficient for now.