Read the statement by Michael Teeuw here.
Version 2.30.0 Calendar fix for clipping broadcast events
-
@angeliKITTYx yes,
there are new steps if on a non-master branch
rm package-lock.json git checkout master
but you have lost the clipping fix (or develop branch)
my upgrade script will put you back on master (seen as how thats where next release will land you)
in the meantime, you should not need to pull again on current version, nothing changed
if u want to npm install MM again (altho nothing has changed)
donpm run install-mm
-
@sdetweil Where is the new script? I can’t find it in your posts…
-
@cheminge all my stuff is here
install/upgrade ( referenced in the MagicMirror install doc , alternatives)
backup/restore
-
@sdetweil not sure what happened, but I added events to the calendars that weren’t showing up to try and troubleshoot, and now they’re all populated properly… Thanks for all your help with this. Now it’s on to fixing the weather widget.
-
-
-
-
Patch works perfect on Raspberry pi 3 B+, TYSM.
-
Hi,
the Ext3 module is showing events but only on 7 days including today. All following events are missing, although they show up in the default calendar module.I installed the fix, but the error is still there.
Does anyone have an idea?
{ module: "MMM-CalendarExt3", position: "bottom_bar", title: "", config: { waitFetch: 5000, mode: "week", weekIndex: 0, weeksInView: 3, instanceId: "basicCalendar", locale: "de-DE", maxEventLines: 5, firstDayOfWeek: 1, calendarSet: ['Family'], } },
Best
Till -
@Tiller
Can you show the calendar config, xxx out the url -
This is my config of the default calendar module:
{ module: "calendar", header: "Calendar", position: "top_left", config: { calendars: [ { url: "xxx" name: "Family", auth: { user: 'user', pass: 'password' }, }, ] } },
-
@Tiller OK, can you show me the output of
git branch
-
Hi,
I added the following to my default calendar module.maximumEntries: 60, maximumNumberOfDays: 21, limitDays: 21, fadePoint: 0.05,
Now all the events are being displayed in the Ext3 module.
I still got a problem.
I want to show all events in the next 3 weeks in the Ext3 module, but I only want to display 10 events in the default module.
Is there a way to do that?Best
Till