Hi again all. I was messing around with this and reading more of the documentation and came across a nice solution for my previous post (kind of on accident). I have this:
views: [
{
position: "bottom_left",
mode: "month",
},
{
position: "bottom_right",
mode: "month",
fromNow: "1",
},
],
In short it shows you the current month on the left, and the next month on the right. Works perfect for our needs!