Read the statement by Michael Teeuw here.
MMM-CalendarExt2 vertical orientation positioning
-
I am using MMM-Calendar ext 2 and a vertical orientation is there a way to make the calender on the lower half of the screen? Anyone have pictures of vertical orientation set up with configurations? Thanks!
-
@Michelle-H2020 its all the same, use one of the bottom regions, or middle
-
https://share.icloud.com/photos/0f6Xo23_KyxA9_avmzoTSWAOQ
This is my setup it is taking up the whole screen when I use bottom half I want it on the lower portion condensed .
-
@Michelle-H2020 and what position do you have the module configured for?
show the module config, (you can xxx out the urls…)
-
{ module: 'MMM-CalendarExt2', position:....... //<----- mm position missing. config: { calendars : [ { url: "https://calendar.google.com/calendar/XXXXXXCXXXbasic.ics", }, { url: "https://calendar.google.com/calendarXXXXXXXXXXXXbasic.ics", name: "michelles", maxItems: 20, scanInterval: 1000*60*30, beforeDays: 60, afterDays: 365, maxIterations: 100, forceLocalTZ: false, replaceTitle:[], icon: "noto-beach-with-umbrella", className: "michelle", filter: (event)=>{return true} } ], views: [ { mode: "week", }, { name: "halfscreen view", mode: "weekly", position: "halfscreen_below", title: "My Schedule", fromNow: -1, slotCount: 4, slotMaxHeight: "60px", showWeekends: true, }, { name: "VIEW1", mode: "daily", title: "My Schedule", position: "top_left", }, ], scenes: [ { name: "DEFAULT", }, ], },
-
1st you should move to CalendarExt3, as ext2 is not really supported anymore…
@MMRIZE can you help here?
-
@sdetweil ahh ok let me try the ext3 I had only used this one because of a youtube video that I was following, and a calander that finally actually worked for me as the others were not showing up on the screen.
-
@Michelle-H2020 ext no longer reads the calendar itself, but relies on the built in calendar module to do that and broadcast the event data and Ext3 reads that broadcast…
you can have the default cal not on screen (no position), but still broadcasting so there is a decent amount of change, but ext3 does honor some MM positions, so you can have it lower,
-
I get a bunch of red errors when trying to run the Ext 3
{ module: "MMM-CalendarExt3", position: "bottom_bar", title: "test", config: { mode: "month", instanceId: "basicCalendar", locale: 'de-DE', maxEventLines: 5, firstDayOfWeek: 1, calendarSet: "my test", } }, { module: "calendar", position: "top_left", config: { broadcastPastEvents: true, calendars: [ { url: "https://calendar.google.com/calendar/XXXXXXXXX/public/basic.ics", name: "test", color: "red", },
I use this and get the error
01.11.2023 17:10.06.203] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/mirror/MagicMirror/config/config.js:186
};SyntaxError: Unexpected token ‘;’
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1185:20)
at Module._compile (node:internal/modules/cjs/loader:1227:27)
at Object…js (node:internal/modules/cjs/loader:1326:10)not sure where the error is
-
@Michelle-H2020 So what is above line 186 where the semicolon is?