• 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.

MMM-CalendarExt

Scheduled Pinned Locked Moved Productivity
198 Posts 45 Posters 178.9k Views 45 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.
  • ? Offline
    A Former User @djtale
    last edited by May 29, 2019, 8:30 AM

    @djtale
    Leave the issue on github with your configuration.

    1 Reply Last reply Reply Quote 0
    • D Offline
      Doudy
      last edited by Doudy Jun 1, 2019, 7:48 AM Jun 1, 2019, 7:22 AM

      Hello,
      I would like to decrease the size of characters in “{
      module: ‘MMM-CalendarExt’,” “calendars: [”
      In title and description.
      How to do this?

      1 Reply Last reply Reply Quote 0
      • R Offline
        Robtrowb
        last edited by Jun 1, 2019, 1:42 PM

        How can I adjust the height and ad the month to the daily header? 0_1559396459084_Screen Shot 2019-06-01 at 9.39.00 AM.png

        I want it to say 1 June Sat, 2 June Sun and so on & adjust the height

        RT

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by A Former User Jun 2, 2019, 9:34 PM Jun 2, 2019, 9:31 PM

          @Doudy @Robtrowb
          1)Left side of slot header would be title and Right side would be subtitle. So you can formatting with titleFormat and subtitleFormat.
          By example;

          titleFormat: "D MMM ddd",
          subtitleFormat: " ",
          

          would be
          0_1559510886854_ce1.png

          Or,

          titleFormat: " ",
          subtitleFormat: "D MMM ddd",
          

          would be
          0_1559510977785_sc2.png

          Or,

          titleFormat: "D MMM",
          subtitleFormat: "ddd",
          

          would be
          0_1559511031551_무제.png

          1. CSS Selectors of title and description would be .CALEXT .eventContent and .CALEXT .eventDescription. So if you add this into css/custom.css you can get smaller title.
          .CALEXT .eventContent {
            font-size:10px;
          }
          

          0_1559511086372_ce4.png

          Read https://github.com/eouia/MMM-CalendarExt/wiki and try by yourself.

          R 1 Reply Last reply Jun 3, 2019, 1:29 PM Reply Quote 0
          • R Offline
            Robtrowb @Guest
            last edited by Jun 3, 2019, 1:29 PM

            @Sean TY

            1 Reply Last reply Reply Quote 0
            • N Offline
              nobita @Guest
              last edited by Aug 8, 2019, 8:09 AM

              @Sean
              How can i solve this problem like photo

              0_1565251646297_67BFCD85-5F8F-486B-99A0-0E5533E1CA44.jpg

              the width of column not match the width of symbol

              Thanks for your help

              ? 2 Replies Last reply Aug 8, 2019, 8:46 AM Reply Quote 0
              • ? Offline
                A Former User @nobita
                last edited by Aug 8, 2019, 8:46 AM

                @nobita

                0_1565254014688_ttt.png
                Basically It should be resized. but your custom css modification might be the reason of preventing works.
                How have you modified?

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @nobita
                  last edited by Aug 8, 2019, 8:50 AM

                  @nobita
                  Or where have you placed the month view? That view is such a wide so it will not fit in smaller area for displaying normally.

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    JonOpelGT
                    last edited by Sep 5, 2019, 1:11 PM

                    Hello, I’m working with CalendarExt. Its a great module! Ihave a small feature request that would be very helpful to me. currently there are several views “upcoming,” “current,” etc. I would like to request a “recent” view which shows items in the recent past. This should be fairly straitforward. What is the process to get an addition like that? Thanks.

                    1 Reply Last reply Reply Quote 0
                    • N Offline
                      Newtothis
                      last edited by Sep 30, 2019, 8:31 PM

                      Hi, great looking module.

                      Would you be able to post your config for the first screenshot please? I am having trouble working out the config.

                      Thanks :)

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 16
                      • 17
                      • 18
                      • 19
                      • 20
                      • 18 / 20
                      • 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