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.

    MMM-CalendarExt3

    Scheduled Pinned Locked Moved Utilities
    676 Posts 81 Posters 2.4m Views 85 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 @thegooroo
      last edited by

      @thegooroo see
      https://forum.magicmirror.builders/post/127160

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        thegooroo @sdetweil
        last edited by

        @sdetweil Awesome! Many thanks!

        1 Reply Last reply Reply Quote 0
        • A Offline
          almightyyoshi
          last edited by

          Is there a way to remove the space where a symbol would be only for calendars not using a symbol?

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

            @almightyyoshi yes

            add

            classes:"........ some_arbitrary_string "
            //like this
            classes:"foo",
            

            after the module: line
            to the instance you dont want the symbols to show

            then use

            .arbitrary_string .symbol {
                 display:none;
            }
            /*like this */
            .foo .symbol {
                 display:none;
            }
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              I think you can add the caledar_name selector too
              from the ext3 doc

              .event` : Every event has this selector. Each event could have these class names together by its condition.
                - `.continueFromPreviousWeek`, `.continueToNextWeek`
                - `.calendar_{calendarName}`    <------- 
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 64
              • 65
              • 66
              • 67
              • 68
              • 68 / 68
              • 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