I can’t get my calendar to refresh without quitting MM and restarting?? this is my config.js:
{
module: "calendar",
header: "Work Schedule",
fetchInterval: 10000,
position: "top_left",
config: {
calendars: [
{
symbol: "calendar-check-o ",
fetchInterval: 10000,
url: "url to icloud public calendar"
}
]
}