Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@Sean
{ module: ‘MMM-CalendarExt2’,
config: {
scenes:[
{
name: “DEFAULT”,
views: [“upcoming”,“weeks”],
},
],
views:[
{
name: “upcoming”,
mode: “upcoming”,
position: “top_left”,
slotTitle: “Demnächst”,
maxItems: 4,
locale: “de-DE”,
calendars: [“Ralph”],
},
{
name: “weeks”,
mode: “week”,
title: “Woche”,
type: “row”,
position: “bottom_bar”,
slotCount: 1,
locale: “de-DE”,
calendars: [“Ralph”],
},
],
calendars: [
{
name: “Ralph”,
url: “”,
},
],
},
} -
@Zinkeler
Well, nothing suspicious in configuration.
What log says? open dev-tools on MM screen and see what log says. -
@Sean
sorry, I’ve never done that. how can i do that?
thx -
@Zinkeler
Ctrl + Shift + i (Or different per environment) on MM Screen. -
@Sean
Hello,
I just went from MMM-Calendarext to MMM-calendarExt2
By following your advice: link text
And I have a few questions:- 12/04 Dim. - Pâques
It says ‘Tommorow’
Why ?
How else to translate into (french) ‘Demain’
-16/04 and 17/04
The deadline for the period is indicated: 4/19
How to modify in 19/04-Is it possible to delete the description of the day: “lundi”, “mardi”
but leave if there is an end date on another day (period)Thanks
:winking_face: - 12/04 Dim. - Pâques
-
@Doudy
Hi,Did you manage to work out how to change from MM/DD to DD/MM ? As I have same problem.
Thanks
-
I have do this :
locale:"fr-FR", slotTitleFormat: "DD/MM", slotSubTitleFormat: "ddd", slotAltTitleFormat: "DD/MM",
-
while using the “month” view is it possible to hide the previous/next month day slots?
I would like to only show this month Day 1 - Day 30/1
-
-
Hi everybody,
first of all. Great Work with MM and the calendarExt2 Module.I was wondering, is there a way to hide those date informations on fullday events in daily and upcoming view.
Crawled the through the topic, put didn’t found something.I’m pretty sure, u have to do it with css. but i can’t figure it out. can anybody pls help me?