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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt2

      How to get quicker update of the google calendar in Magic mirror?

      posted in Utilities
      F
      fedale
    • RE: MMM-Calendar Ext2 google calendar colors

      @sdetweil Sorry about that, thank you

      posted in Custom CSS
      F
      fedale
    • RE: MMM-Calendar Ext2 google calendar colors

      @MMRIZE thanks for helping me in the right direction. This worked for me

      In config.js
      Under views:

      transform: function(event) {
      			if (event.title.search("Holiday") > -1) {
      			event.className = "Holiday";
      			} 
        		       else if(event.title.search("Work") > -1) { 
      		       event.className = "Work" 
      			} 
      			return event;
      			},							
      		},
      
      

      In the custom.css

       .CX2 .Holiday.fullday {
          background-color:rgba(0,0,255);
          color:#000;
      
       }
       .CX2 .Work.fullday {
          background-color:rgba(0,128,128);
          color:#000;
      
      posted in Custom CSS
      F
      fedale
    • RE: MMM-Calendar Ext2 google calendar colors

      @MMRIZE thanks i try that.

      posted in Custom CSS
      F
      fedale
    • MMM-Calendar Ext2 google calendar colors

      Is it possible to have the same color as set in my google calendar in MMM-Calendar Ext2.
      As of now it´s all showing the same color for an event. Even when i change the color in my google calendar still doesn´t change in mm.

      Or could i have words that would prompt another color in my calendar depending on the word in the calendar?
      example:
      Work would always show as blue
      Holiday would show as yellow.

      Or names.

      Without creating extra calendars. Today i have a family calendar that i would like to have the different colors that we are using or the words showing up as differnt colors.

      posted in Custom CSS
      F
      fedale
    • 1
    • 2
    • 3
    • 3 / 3