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

    gubastide

    @gubastide

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

    gubastide Unfollow Follow

    Latest posts made by gubastide

    • RE: Changing the icon for only one calendar

      @sdetweil Yes but I don’t understand how to make this …
      And English is difficult to me (I’m French) …
      Is there any solution for my problem ?
      Thank you

      posted in Custom CSS
      G
      gubastide
    • RE: Changing the icon for only one calendar

      Hi,

      I’m new on the forum and new on MM dev.
      I have a little question : could we have different colors in the calendar (I use default module, with a google calendar) like in the web version ?

      Because I made a custom CSS

       body {
       
       }
       
      /*
       * CALENDAR SPECIFIC
       */
       
      .fa.fa-calendar-check {
        color: #2B60DE; /* Dodger Blue */
      }
       
      div.CALEXT .tableStyle .eventTime {
          display:block;
       
      }
      

      And all my pictures are blue but I would like to have this picture at the same color like my web version like this example example.PNG
      Is it possible ?

      Thank you and congrats for your work

      posted in Custom CSS
      G
      gubastide