MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ken.saut
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Not all events have a background color

      @sdetweil, that didn’t quite help. If I make coloredBackground true in .js, the events are whited out.

      posted in Utilities
      K
      ken.saut
    • Not all events have a background color

      Not all my events have a background color. I am using the below code and MMM-CalendarExt3. Any help would be appreciated.

      81959ed9-9ca5-4ff4-bb18-10149fa773a3-image.png

      {
      			module: "calendar",
      			header: "Calendar",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics",
      						color: "green",
      						name: "US Holidays",
      						symbol: "plane"
      					},
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://calendar.google.com/calendar/icalxxx.ics",
      						color: "pink",
      						name: "J's calendar",
      						symbol: "face-smile"
      					},
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://calendar.google.com/calendar/ical/xxx.ics",
      						color: "blue",
      						name: "K's calendar",
      						symbol: "person-digging"
      					},
      
      posted in Utilities
      K
      ken.saut
    • 1 / 1