Read the statement by Michael Teeuw here.
Changing Module Display Width
-
.calendar { width : 350px; }
It’s not supposed to be inside the
body{}
and since it is a default/stock module it doesn’t use the MMM prefix like other modules does so the class name of the module is just.calendar
-
Thanks @broberg, that worked, I can see that changes I make are taking effect now.
I set the calendar to 450px. However, as you can see from this
picture, the date text just shifted over to the right and is now covering the weather forecast, rather than the text from the calendar entry expanding. What I’m trying to accomplish is to get the full calendar item text to show. Is there a way to do that?Thanks,
Nathan
-
@deadherring said in Changing Module Display Width:
Thanks,
NathanReadjust it to a number that works to get it away from the weather… you have it at 450, try 400.
-
@deadherring add
maxTitleLength : 50,
in the calendar config, default is set to 25 -
Thanks, that worked!
One thing I’m seeing is that my work calendar (Exchange) is not showing. I have A Google calendar that is updating but the Exchange is not. I can configure with a .ics file and .html and neither seems to work. If I copy and paste the Exchange url from config.js to a web browser it works fine, but it is not updating on the MagicMirror. I tried restarting the Pi but no go.
Any ideas on how I can troubleshoot? I haven’t updated the MM software in a few months, so I doubt I’m on the latest version.
Thanks,
Nathan
-
@cowboysdude
It’s not working, it’s showing error
what can I do