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

    jonnyollet

    @jonnyollet

    0
    Reputation
    1
    Profile views
    2
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    jonnyollet Unfollow Follow

    Latest posts made by jonnyollet

    • RE: Custom Event Colors for MMM-MonthlyCalendar

      @superior_carter hi, did you ever overcome this issue? I am looking for the same

      posted in Troubleshooting
      J
      jonnyollet
    • Default Calendar customEvents color

      Hi all,
      I am a complete newbie to MM, Linux and JS, but have really enjoyed and learning creating a family dashboard. I have picked up most things reading up the guides and the forums.

      I am using the customEvent on the default calendar module to highlight birthdays and bin days. The symbol part works, but the colour does not change.

      I am not sure what I am doing wrong so that this is not working? Am I missing something here?

      Apologies if this is a really silly question.

      {
      	//CALENDAR
      	module: "calendar",
      	header: "",
      	position: "top_center",
      	config: {
      		maximumEntries: 3,
      		maximumNumberOfDays: 90,
      		limitDays: 0,
      		customEvents: [
      		{keyword: "birthday", symbol: "cake-candles", color: "gray"},
      		{keyword: "black bin", symbol: "trash", color: "gold"}],
      		calendars: [
      			{
      			fetchInterval: 30000,
      			symbol: "none",
      			url: ~"<<ICAL>>"
      			}
      	]
      }
      },
      
      posted in Troubleshooting
      J
      jonnyollet