I new at this and I hope I’m not asking a question that has been asked a billion times. I have done several searches on here and google and can’t find what I’m looking for. I keep reading to make changes to fonts, colors, etc to add in custom css folder. However, in my css folder I have the main.css and a custom.css sample; which does not make changes. Do I need to create another folder and if so how do I do that?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Latest posts made by Brewtus
-
Custom css folder
-
broadcastPastEvents not working
I setup my calendar and have 3 urls it pulls from. Everything works fine until I enter the config of
broadcastPastEvents: true,
When MM loads back up the calendar doesn’t display any of my calendar entries. When I go back and remove the broadcastPastEvents and then run MM they all show back up.
Any help would be greatly appreciated.module: “calendar”,
header: “Events”,
position: “top_left”,
config: {
maxumEnteries:100,
showLocation: true,
calendars:[
{
url: “https://p34-calendars.icloud.com/holidays/us_en-us.ics”,
name: “holidays”,
color: “yellow”
},
{
url: “xxx…”,
name: “family”,
color: “red”
},
{
url: “xxx…”,
name: “us_holiday”,
color: “orange”
},
{
url: "xxx’',
name: “Reffing”,
color: “blue”