@MMRIZE
I was able to force it to work by re-naming the .js and .css files as seen in many posts. I also changed everything in the .css file from CX3 to CXN (for Next), and had to rename the popoverSupported and animationSupported constants at the beginning of the .js file. Maybe a little over the top, but it worked. I presume the smarter way would be to have a branch in github, but I haven’t started dabbling in that yet.
Read the statement by Michael Teeuw here.
Latest posts made by jlward73
-
RE: MMM-CalendarExt3 multiple instance display
-
RE: MMM-CalendarExt3 multiple instance display
@MMRIZE
Sorry to pester you yet again, but after getting Journal just how I wanted, especially after you added the border around today (thank you), I’m trying to get multiple instances up on the screen. I’m starting by having only the basic calendar (with no listed position) and two instances of CX3 (current month and next month). I just want to get those on the same page. From there I want to feed it into Carousel, but I’m still trying to figure out how to “call” the right one. I’m assuming MMM-CalendarExt3{instanceID} where my two instances are labeled CURR_MONTH (monthIndex: 0) and NEXT_MONTH(monthIndex: 1). -
RE: CalendarExt3Journal CSS modification
@MMRIZE
Awesome. I’ll update and tinker around. Thanks again. -
RE: CalendarExt3Journal CSS modification
@MMRIZE
Thanks. I’ll keep my eye out for an update. Thanks again for all the great modules. -
CalendarExt3Journal CSS modification
@MMRIZE
I’ve got the Journal displaying properly and have been able to modify of few things in the CSS file, but something I have not been able to figure out is if I can put a noticeable white border around the complete day, similar to how you in CX3 with the line CX3 .cell.today. Is there a way to isolate the entire day’s column? I tired playing with the .daycell and .fulldayCell classes, but those did not work.
Additionally, is there a way to figure out what some of the later classes are such as .canton, .index, and .gridCell.
I have been learning a lot from you and @sdetweil, so thank you for all the guidance and your quick response. The mirror I have built with your help has been helping my family keep our crazy schedule in check a little better lately. -
RE: MMM-CalendarExt3Journal not displaying
@MMRIZE
Syntax strikes again. I had the variable as hourlength vice hourLength. Also, I had CX3J and the newsfeed module both along the bottom bar. I moved CX3J up to the lower third and all is displaying right. Now I just want to do some tweaks to the css file for formatting. Thanks again for all your help and the great modules. -
RE: MMM-CalendarExt3Journal not displaying
@MMRIZE That’s pretty much the same configuration I have. It’s the same config as I had at the beginning of the post except I changed the hours to start at 0700 and go for 12 hours. I don’t understand why my individual hours are so tall compared to yours. I thought, if you increase the hourLength, it would adjust the individual hours to fit within the 50vh limit. Am I missing something, or do I need to take a look at the front-end log?
-
RE: MMM-CalendarExt3Journal not displaying
@MMRIZE
I took it down to what you said and the journal displayed, but not as I expected and that may be the root of the problem. It looks like the individual calendars load up properly, but the height of each hour is too much. As a starting point, I had the calendar starting at 0700 and going for 12 hours, but (provided I uploaded the image properly), it cuts off just before 1100. I could probably experiment with the config or css file, but you would probably know right off the top of your head. -
RE: MMM-CalendarExt3Journal not displaying
@MMRIZE I got Buttons working, so just need to focus on CX3J. Let me take it down to just the basics like you say and I will see what shakes out. Thanks.
-
RE: MMM-CalendarExt3Journal not displaying
@sdetweil I tried using ViewNotifications before while I was troubleshooting MMM-Buttons, but could not get anything to show up. I can try it again, but what notifications would be sent regarding CX3Journal not showing up?