MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Cal EXT3 - Symbols and colors

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    12 Posts 2 Posters 583 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @_V_
      last edited by

      @_V_ sorry, don’t know about that icon library…

      can you try one of the FA values…

      "\f015"
      

      for example

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      _ 1 Reply Last reply Reply Quote 0
      • _ Online
        _V_ @sdetweil
        last edited by

        @sdetweil Tried, no change.

        Does it matter, where in the ext3 config it is placed, like at the end for example?

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @_V_
          last edited by sdetweil

          @_V_ the filter/transformer is INSIDE the Ext3 config:{} block…

          {
          module: "MMM_CalendarExt3",
          position:
          config:{
             .
          .
          .
          .
            eventTransformer: (ev) => {
                  if (ev.title.search("John") > -1){
                        ev.symbol= "\f015";
                       ev.color= "blue";
                  }
                  return ev
             },
           }
          },
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • _ Online
            _V_
            last edited by

            Mornin Sam
            So I put it in the ext3 block but that didnt change anything.
            I set “useIconify: false” to check if the fontawesome would work, but nothing too.

            Also I wonder why I nowhere read about the ev.symbol error in any of the topics :/

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @_V_
              last edited by

              @_V_ I see the same, except, if you click on the event, the popover comes up and the color is there…

              the symbol doesn’t work…

              there is text in the readme about the iconify icon set…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy