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.

    Issue with some symbols with MMM-CalendarExt

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 3 Posters 1.7k 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.
    • G Offline
      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?

      justjim1220J ? 2 Replies Last reply Reply Quote 0
      • ? Offline
        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
        • justjim1220J Offline
          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
          • ? Offline
            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 Offline
              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy