MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    SOLVED Issue with some symbols with MMM-CalendarExt

    Troubleshooting
    3
    4
    1310
    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.
    • G
      gnoorod last edited by yawns

      Hi,

      Maybe I’m doing something wrong, but, when I want to add symbols from Material Design, somes of then are not working.

      For exemple, karate is not working but lamp works
      https://materialdesignicons.com/icon/karate
      https://materialdesignicons.com/icon/lamp

      {
                  name: "calendar1",
                  styleName: "style_custom1",
                  symbol: 'karate@md',
                  oneLineEvent: 1,
                  url: "...",
                },
      	  {
      	    name: "calendar2",
                  styleName: "style_custom1",
                  symbol: 'lamp@md',
                  oneLineEvent: 1,
                  url: "...",
                },
      

      Any idea?

      justjim1220 ? 2 Replies Last reply Reply Quote 0
      • ?
        A Former User @gnoorod last edited by

        @gnoorod
        Modify line 646 of MMM-CalendarExt.js
        With this;
        cdn.materialdesignicons.com/2.7.94/css/materialdesignicons.min.css

        I’ll patch soon however you can fix by yourself instantly.

        1 Reply Last reply Reply Quote 0
        • justjim1220
          justjim1220 Module Developer @gnoorod last edited by

          @gnoorod

          Try this…

          from your MMM-CalendarEXT directory, run:

          npm install @mdi/font
          

          Hope this works!

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User @gnoorod last edited by

            @gnoorod
            Modify line 646 of MMM-CalendarExt.js
            With this;
            cdn.materialdesignicons.com/2.7.94/css/materialdesignicons.min.css

            I’ll patch soon however you can fix by yourself instantly.

            1 Reply Last reply Reply Quote 0
            • G
              gnoorod last edited by

              Thanks!

              This is working 🙂

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy