@sdetweil yes yes yes! thank you so much! spent my entire day on this :(
Read the statement by Michael Teeuw here.
Posts
-
RE: Setting 2 default calendar modules; but weird represent
-
RE: Setting 2 default calendar modules; but weird represent
@sdetweil nothing works actually. so you see my code.
the last paragraph on the default cal module where holiday ics is … no matter what format i choose for the date format, it will be stuck at Dec 25th. all i wanted is 25th Dec or 25 Dec. -
RE: Setting 2 default calendar modules; but weird represent
@sdetweil we are talking about default cal ya? lets ignore cx here.
i have 1 hidden with 2 url. <- this is fine to be hidden because i need the url to be passed on to the cx.have another 1 not hidden with 1 url. <- i cant change the date format for this with the code given unless i merge both cal (hidden and not hidden) url into 1 module. i only want this calendar to only show holiday and not the rest of the url.
im going to paste my code here
{ module: "MMM-CalendarExt3Agenda", position: "top_left", title: "Today", config: { locale: 'en-GB', instanceId: "basicCalendar", startDayIndex: 0, endDayIndex: 7, showMiniMonthCalendar: false, } }, { module: "calendar", broadcastPastEvents: true, config: { timeFormat: "absolute", dateFormat: "Do MMM", calendars: [ { url: "personal.ics", name: "123", }, { url: "personal2.ics", }, { url: "soccer.ics", }, ] } }, { module: "MMM-CalendarExt3", position: "bottom_bar", title: "", config: { mode: "weekly", instanceId: "basicCalendar", locale: 'en-GB', weekIndex: 0, weeksInView: 4, maxEventLines: 6, fontSize: '18px', eventHeight: '13px', firstDayOfWeek: 0, useMarquee: true, calendarSet: [], } }, { module: "calendar", broadcastPastEvents: true, header: "Singapore Holiday", position: "top_right", config: { timeFormat: "absolute", dateFormat: "Do MMM", fulldayEventDateFormat: "Do. MMM", maximumEntries: 10, calendars: [ { url: "https://www.officeholidays.com/ics-clean/singapore", name: "Singapore Holiday", },…
and this is my result. as you can see, managed to flip all the dates to d MM except the one on the right showing the holiday despite the code added in…

-
Setting 2 default calendar modules; but weird represent
hi all
coming from this post - https://forum.magicmirror.builders/topic/18211/help-with-date-format-mmm-calendarext3/15?page=2
what i am trying to achieve here is that im running cx3 and cx3agenda and default calendar module.
i was able to change date format in cx3 and cx3agenda from mm d to d mm using locale.
now the issue is that i am not able to change the date format in the default calendar.
i have 2 default calendar running with 1 hidden -
default cal 1 (hidden): with personal ics and soccer ics.
default cal 2 (shown): with holiday ics.reason being is that i do not want my default calendar to show all 3 ics. i want the default cal to only show holiday ics. cx3 and cx3agenda will show all 3 ics.
problem here is that for the 2 default calendar setup, despite changing the timeFormat to absolute and dateFormat to desire, it does not work.
this will only work once i revert to 1 default calendar. but that would mean my default calendar will show all 3 ics instead of just 1.are there any options available?
-
RE: Help with date format MMM-CalendarExt3
@MMRIZE so the thing here is that, with the 2 default calendar module, when 1 if turned off from viewing (hiding) i can set it to show different ics, but the date format change doesnt work.
if i ‘delete’ 1 of the default cal entirely and just keep 1 default calendar and showcase it, the date format change suggested by you works. but in this instance, that visible calendar is only able to show all the ics and not just the specific ones that i want.
-
RE: Help with date format MMM-CalendarExt3
@MMRIZE for your this particular calendar on the top left. are you able to show holiday and exclude all other calendar without affecting your cx3?
so for example in your calendar module you define holiday ics, soccer ics, and personal ics.
in cx3, to show all 3 ics.
but for that particular top left module, is it possible to just show holiday ics?the only way for this to work is that i define 2 default calendar module in my config.
the 1st default cal - soccer ics and personal ics. hide this module and cx3 and cx3agenda will pull soccer ics and personal ics into them.
the 2nd default cal - holiday ics. do not hide and make it appear. this 2nd default cal module will show just holidays. cx3 and cx3 agenda will then show all 3 ics. -
RE: Help with date format MMM-CalendarExt3
@MMRIZE hmm still not happening.
{ module: "calendar", broadcastPastEvents: true, header: "Singapore Holiday", position: "top_right", config: { timeFormat: "absolute", dateFormat: "Do. MMM, HH:mm", fulldayEventDateFormat: "Do. MMM", maximumEntries: 10, calendars: [ { url: "https://www.officeholidays.com/ics/singapore", },
-
RE: Help with date format MMM-CalendarExt3
Anybody has an idea how to change the default cal?
-
RE: Help with date format MMM-CalendarExt3
@MMRIZE it doesnt work. i have tried timeFormat to absolute as well.
tried inputting locale to default calendar module as well.
all doesnt work.btw the default calendar module is part of your cx3. in your cx3 it requires the configuration of default cal module.
for the cx3agenda, i have hidden the default cal module.
-
RE: Help with date format MMM-CalendarExt3
@MMRIZE ok almost there. overall date has been changed as well.
all thats is left is the holiday on the right…
