Read the statement by Michael Teeuw here.
CSS: Color And Style
-
@agentJames Can you share your config for the module? Which calendar are you using?
-
-
@agentJames The URL you are using does not look right. Can you swop it for the following? http://www.calendarlabs.com/templates/ical/US-Holidays.ics
I think what you might be seeing is the example calendar
-
@mumblebaj I tried this URL and it gave me:
-
I did some changing and now it looks like this:
The next question is what do I need to write in the config file to have 2 columns?
-
@agentJames I just installed the module and it works fine for me.
The config: { module: "MMM-MyCalendar", header: "Events + Holidays", position: "top_left", config: { colored: true, calendars: [ { url: "https://www.officeholidays.com/ics/ics_country_iso.php?tbl_country=ZA" symbol: 'calendar', color: "#ffb350" } ] } },
Although, I used a different calendar to test with.
-
@mumblebaj It works for me as well, thanks for the help, do you know how to make it into 2 columns so more events/holidays can show? Like this:
-
@agentJames You should be able to set the config
columns: true
-
@mumblebaj If it is suppose to be written like this, I am getting no change.
-
@agentJames seems like there was a branch for the using-nunjucks. Maybe @j-e-f-f can advise on how to grab that branch as I don’t see the option in the default branch