@sdetweil yes, I was definitely the dev window, just didn’t know the terminology. Think I’ve read through your second link twice (might have nodded of there a couple times), but you pointed me in the right direction, thank you.
Read the statement by Michael Teeuw here.
Latest posts made by Xsoldier2000
-
RE: Needing help with Regions please
-
Needing help with Regions please
[alt text](
image url)
I’m trying to :
- Make the padding or margin around all my modules be like 1 pixel (custom css posted below) (edit: I had it stretched to the edges, made a couple changes to the css and lost the code to make it work)!
- Squish this bottom_right region down to just under the calendar and the css doesn’t seem to affect it.
- Make the bottom_center region right justified so the Current conditions are right next to the forcast
I might not be doing things the right way, so if anyone has any better ideas, I’m all for learning.
custom css:
/* Region Definitions */ .region .container .module { margin: 0px; background-color: rgba(0 0 0 /10); min-width: 300px; position: relative; } .region.top.right { position: absolute; width: 80%; height: 90%; } // .region.bottom.right { position: absolute; height: 30%; width: 16.5%; } .region.bottom.left { position: absolute; width: 16.5%; } .region.top.left { position: absolute; width: 16.5%; } .clock .time { font-size: 75px; } .anylist ul { margin: 0; font-size: 24px; padding: 0px; line-height: 25px; color: white; }
-
RE: MMM-CalendarExt3 always displays previous week
@sdetweil said in MMM-CalendarExt3 always displays previous week:
weekIndex defaults to -1 (last week)
sigh, thank you!
-
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?)
-
RE: MMM-CalendarExt3 always displays previous week
While I’m not OP, I’m having the same issue. My config is below. Today is 1/31, but with the config as is, when I run pm2 start MM, it displays last week (Jan 19th thru the 25th).
{
module: “MMM-CalendarExt3”,
position: “top_bar”,
title: “”,
config: {
mode: “week”,
instanceId: “WeekCalendar”,
weeksInView:1,
maxEventLines: 6,
firstDayOfWeek: 0,
calendarSet: [],
useWeather: false,
fontSize: “22px”,
eventHeight: “26px”,
}
},