Closed StuartIanNaylor closed 5 years ago
forRPI1
is not supported any more by me. Anyway, it can be fixed by modifying source
line 422 of MMM-CalendarExt.js
if(e.name) nameSet.add(e.name)
to
if(e.name) nameSet.push(e.name)
But I recommend to use master branch if your node version is hight enough (^8.x).
Have you still got a problem? I'll close this issue once because there is no more feedback. You can ask me again anytime.
Nah apols just close :)
I used
git clone --single-branch --branch forRPI1 https://github.com/eouia/MMM-CalendarExt.git
Just to get that branch is that incorrect? RaspberryPi0 hence RPI1