MMRIZE / MMM-CalendarExt3

MagicMirror calendar view module
MIT License
58 stars 22 forks source link

GLANCE notification issue #32

Closed BlouZbee closed 2 years ago

BlouZbee commented 2 years ago

CX3_GLANCE_CALENDAR doesnt seem to respect the payload. All things being equal CX3_SET_DATE seems to change the view.

in Alexacontrol i have this: notification: ["CX3_GLANCE_CALENDAR", "1"]

eouia commented 2 years ago

‘payload’ of this notification should be an object. So should be

{ step: 1 }

BlouZbee commented 2 years ago

you are correct, thank you.