• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 Sep 7, 2018, 2:25 PM Sep 7, 2018, 1:58 PM

    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?

    J ? 2 Replies Last reply Sep 8, 2018, 5:18 AM Reply Quote 0
    • ? Offline
      A Former User @gnoorod
      last edited by Sep 8, 2018, 6:37 AM

      @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
      • J Offline
        justjim1220 Module Developer @gnoorod
        last edited by Sep 8, 2018, 5:18 AM

        @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 Sep 8, 2018, 6:37 AM

          @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 Sep 11, 2018, 11:48 AM

            Thanks!

            This is working :)

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              3/4
              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