@Sean
Sorry again but i have another question / problem
You can see in my above standing screens that split view => current / upcoming does not work.
But before doing the update it was working.
Here is my config code
{
module: 'MMM-CalendarExt',
position: "lower_third", //anywhere. It is not related to real position of view
config: { // Read below
system: {
show: ['current','upcoming','daily'],
locale: 'de', //when omitted, default value would be your system default locale by moment.js
showEmptyView: 0,
fullDayEventLocalize: 1,
redrawInterval: 30*60*1000, //minimum 60000
useProfileConfig: 0,
startProfile: ''
},
views: {
current: {
position: "top_left",
title: "Heute",
limit: 3,
},
upcoming: {
position: "top_left",
title: "Demnächst",
limit: 3,
},
daily: {
position: "bottom_bar",
title: "Überblick",
counts: 7,
}
},