Read the statement by Michael Teeuw here.
Help with calendar
-
Who can help me?
How can i scale the MMM-CalendarEXT3 to bigger one,
And the weeks that past , hoe to remove from
The calendar. I want only view 7 days.And is it possible to hide the original calendar.
Sorry for questions but i’m newbie.
-
@gerbenz hide the default calendar
comment out its position setting on config.js// position: … whatever
maybe you want week view instead of month view??
mode:“week”, // instead of month
weeksInView: 1size, that is all CSS (styling, which goes in MagicMirror/css/custom.css)
the doc for Ext3 gives extensive info on css values…
note the position you set it in also impacts its size…
see this part of the module config for understanding the module positions
https://docs.magicmirror.builders/modules/configuration.html#position -
@sdetweil ss
@sdetweil said in Help with calendar:
@gerbenz hide the default calendar
comment out its position setting on config.js// position: … whatever
maybe you want week view instead of month view??
mode:“week”, // instead of month
weeksInView: 1size, that is all CSS (styling, which goes in MagicMirror/css/custom.css)
the doc for Ext3 gives extensive info on css values…
note the position you set it in also impacts its size…
see this part of the module config for understanding the module positions
https://docs.magicmirror.builders/modules/configuration.html#positionI hide the original calendar, butt then the MMM-CalendarEXT3 is empty.
when i place back the original then its filled -
@gerbenz is this the latest MM release 2 .30
did you put on the fix?
see https://forum.magicmirror.builders/topic/19282/version-2-30-0-calendar-fix-for-clipping-broadcast-events -
done,but not working. stays empty
-
@gerbenz can you show me output of
cd ~/MagicMirror git branch
-
- _fix_clipping
master
- _fix_clipping
-
@gerbenz ok, can you show the output of starting MagicMirror
if you are using pm2 then
pm2 logs --lines=xxx
xxx is the number of most recent lines , default 15you may need more
careful the cal broadcast message contains the full url so coukd expose personal infois it broadcasting events ?
-
-
@gerbenz no idea
can you show the calendar configuration
(xxx out the urls but don’ change anything else)you ARE just commenting out the calendar position line, right??
mine looks like this{ module: "calendar", classes: "page1", //position: "top_left", order: "*", index: 1, label: "instance 1", config: { broadcastPastEvents: true, fetchInterval: 120000, urgency: 0, dateFormat: "Do.MMM, HH:mm", fullDayEventDateFormat: "Do.MMM", getRelative: 0, hidePrivate: true, calendars: [