Read the statement by Michael Teeuw here.
MMM-CalendarExt3 Resize module
-
I’ve been searching and either I’m not using the right search parameters or it can’t be done. Right now I have the calendar in the top_bar region, but I’m looking to resize it to fill up the right side 3/4 of the screen.
I’m guessing it could be done with a custom.css…and if so, can you point me in the direction of some parameters I might look for while learning to use the .css file?
Maybe it just can’t be done.
(2nd question not that I’m thinking of it, how to I get the symbols that I designated in the regular calendar module to show in the CX3 module?)
-
@Xsoldier2000 the symbols, if defined in the config.js and not in a customEvents list should have been broadcast to Ext3
Size, maybe you want to start from bottom bar
See the second link in my signature below for using the developers windows to discover and test css
Width and height are the two primary size items
And he has lots of styles to adjust cell size, text size…
Read his doc -
@Xsoldier2000
This module usually (and for your convenience), uses the whole width of the region that this module lays on. So, if you want to use 3/4 width of the entire screen, it will be easier to limit the width and location of the region itself. So, if you want to lay this module intotop_center
, guess how to expand and locatetop_center
region to 3/4 width from the right edge. (There could be many solution and condition, so I cannot point a silver bullet.)