Hi,
I have google route installed and its working when I have a destination set. But it’s not updating with any calendar entries. My API key is working on mmm-mycommute
my code looks like
module: 'MMM-google-route',
position: 'bottom_left',
config: {
key: 'workingkey',
title: 'Next Location',
height: '700px',
width: '750px',
refreshPeriod: '30',
listen: "calender",
minimumRefreshPeriod: "5",
directionsRequest:{
origin: 'gold coast',
destination: 'Bond University'
}
}
},
and my calender is
module: "calendar",
header: "Cains Calender",
position: "top_left",
config: {
maximumEntries: "5",
showLocation: true,
coloured: false,
coloredSymbolOnly: true,
broadcastEvents: true,
calendars: [
{
symbol: "calendar-check",
url: "working calender"
},
{
url: "https://www.officeholidays.com/ics-clean/australia/queensland",
symbol: "toilet-paper"
},
]
}
},
there is something said about notifications but i don’t understand.
any help would be appreciated.
thank you