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 @KD
      last edited by sdetweil

      @KD wrong link… u used the embed link (make the full calendar SHOW in the client,…)

      we want the ICal link

      Screenshot_2022-09-11_08-29-14.png

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil Huge apologies Sam! just noticed I had the wrong link in my clipboard when i copy and pasted it!:man_facepalming:

        Thank you so much for your help with this and apologies to have wasted your time with such trivial mistake…

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

          @KD np… dang computers do what we tell them, exactly…

          u will want to remove the “DEBUG”
          as it generates a lot of content

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil Yes thank you - all removed.

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

              @KD and the position: for the default calendar… don’t need to display it if using ext3

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @sdetweil Thank you Sam - removed it as well.

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

                  I’m having a bit of css trouble. I’m trying to display an image in the background of specific cells. It was working in July (in both CX2 and CX3) but has since stopped displaying in either.

                  .CX3 .month_09.date_22 { /*first day of fall*/
                          opacity:50%;
                          background-position:center;
                          background-repeat:no-repeat;
                          background-image: url('../modules/MMM-CalendarExt3/images/Fall-Tree-small.png');
                  }
                  
                  
                  S M 2 Replies Last reply Reply Quote 1
                  • S Offline
                    sdetweil @almightyyoshi
                    last edited by

                    @almightyyoshi said in MMM-CalendarExt3:

                    .month_09.date_22

                    do u need a space between those?

                    also see how to use developers window to determine element classes to address for styles
                    https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1663003753793

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @almightyyoshi said in MMM-CalendarExt3:

                      opacity:50%;
                      background-position:center;
                      background-repeat:no-repeat;
                      background-image: url(‘…/modules/MMM-CalendarExt3/images/Fall-Tree-small.png’);

                      .CX3 .month_9.date_22 {
                        ...
                      

                      cab74851-1023-402d-ab28-d25842084469-image.png

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

                        @sdetweil

                        Nope. Stupid mistake. Needed to be month_9.date_22.

                        S 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 11
                        • 12
                        • 13
                        • 14
                        • 15
                        • 67
                        • 68
                        • 13 / 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