@sdetweil said in MMM-CalendarExt3:
@luisestrada there is another setting to broadcast past events too ( not by default)
Which one is that?
@sdetweil said in MMM-CalendarExt3:
@luisestrada there is another setting to broadcast past events too ( not by default)
Which one is that?
FontAwesome is already at version 6. It would be nice if MagicMirror in the future considers a flexible version in case of future updates, where you can choose in config.js if you want “fas” (by default) of “fab”, for example 😁
Please read the whole post below
https://forum.magicmirror.builders/topic/16489/three-module-issues-from-a-new-user/
@kayakbabe I agree.
I went to line 448 and 449 of MMM-CalendarEXT3.js and edited this
exDom.classList.add('symbol', 'fa-solid')
exDom.classList.add(...event.symbol.map((s) => {return 'fa-' + s}))
I did it once but since the update I had to reinstall the whole MagicMirror and lost the changes, I did not realized I did not backup that part of the code. I don’t remember what I did but I removed fa-solid and made something that changes fas and fab. based on config.js.
Very similar of what it’s explain on this topic, but I can’t make it work anymore. Sorry for diverting the thread. We should talk about this on a new post as I’m talking about an extension.
FontAwesome is already at version 6. It would be nice if MagicMirror in the future considers a flexible version in case of future updates, where you can choose in config.js if you want “fas” (by default) of “fab” :beaming_face_with_smiling_eyes:
@sdetweil said in Three module issues from a new user:
// if there is a space in the name, ‘collectionname iconname’ use the string as is
// for example “fa-brands fa-canadian-maple-leaf”
// else use the current approach
symbol.className =(s.indexOf(’ ')>0?s:( “fas fa-fw fa-” +s));
This works perfectly in calendar, however in the CX3 module it does not work, apparently spaces are not allowed
@sdetweil it may sound funny but now, I see all the future events but the ones that already passed, disappeared.
and just in case:
broadcastPastEvents: true,
Hi again,
For some reason my calendars stopped working again, it seems it only shows two items in the past from two different calendars, but only once.
And it seems to be the missing ones are private ics from google calendar. This occurred just right after the new update. I tried ever changing the private url in google and even reinstalling MagicMirror with no luck.
I was checking this dashboard Magic(Dashboard)Mirror and saw @MZ-BER was able to stack the number of the day in the calendar icon, I saw a a html and css example, see below, but it’s way beyond my skills
@frentemorao al final te enviaron el css / config.js ? intenté contactarlo pero no responde
@skyfall I found this post exactly because of that icon, lol
Have anyone made it work? changing fas to fal does the job for the Canadian maple leaf icon but breaks the others :(
@MMRIZE I may prefer to wait until July then. :smiling_face_with_smiling_eyes:
And thank you so much for the recent update. Now the calendar works perfectly, no blinking and no black calendar as before. Works perfectly