• 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.
  • V Offline
    Vauxdvihl
    last edited by Oct 20, 2017, 8:53 AM

    @Sean
    I am not a programmer :-)
    I have played a little bit…also with big values, but the symbol size does not change.
    Maybe i am doing something wrong?

    /*****************************************************
     * Magic Mirror                                      *
     * Custom CSS                                        *
     *                                                   *
     * By Michael Teeuw http://michaelteeuw.nl           *
     * MIT Licensed.                                     *
     *                                                   *
     * Add any custom CSS below.                         *
     * Changes to this files will be ignored by GIT. *
     *****************************************************/
    
    
     
     div.CALEXT  .event .symbol {
        order:1;
        display:block;
        flex-basis: 40px; // Modify this 
        text-align:center;
        min-width: 50px; // Modify this
        font-size: 800%; // Add this
    }
     	
    
    

    0_1508489536934_2017-10-20-104019_1680x1050_scrot.png

    ? 1 Reply Last reply Oct 20, 2017, 9:02 AM Reply Quote 0
    • ? Offline
      A Former User @Vauxdvihl
      last edited by A Former User Oct 20, 2017, 9:03 AM Oct 20, 2017, 9:02 AM

      @Vauxdvihl
      Ok. I know what’s the problem. I’ve forgotten emoji belongs different section.
      put this in your css.

      div.CALEXT .events .symbol.emoji {
          font-size: 100%; //Adjust this as your wish. you can use px or %
      }
      
      1 Reply Last reply Reply Quote 0
      • V Offline
        Vauxdvihl
        last edited by Oct 20, 2017, 9:10 AM

        @Sean
        Perfect for some symbols
        But the symbol “trash-o” will be not “re-sized”.
        I have to look for a symbol in other sources == > “em”…and so on

        ? 1 Reply Last reply Oct 20, 2017, 9:34 AM Reply Quote 0
        • ? Offline
          A Former User @Vauxdvihl
          last edited by Oct 20, 2017, 9:34 AM

          @Vauxdvihl
          for emoji(@em) size, see my last answer.

          for FA and MD (default and @fa & @md) sizes are related to my previous answer.

          1 Reply Last reply Reply Quote 0
          • V Offline
            Vauxdvihl
            last edited by Oct 20, 2017, 9:38 AM

            @Sean
            It works fine with adding this code to custom css :-)

            div.CALEXT .events .symbol.font-awesome {
                font-size: 250%; //Adjust this as your wish. you can use px or %
            
            ? 1 Reply Last reply Oct 20, 2017, 9:39 AM Reply Quote 0
            • ? Offline
              A Former User @Vauxdvihl
              last edited by Oct 20, 2017, 9:39 AM

              @Vauxdvihl Ye… Maybe that’s another solution. :)

              1 Reply Last reply Reply Quote 0
              • V Offline
                Vauxdvihl
                last edited by Vauxdvihl Oct 20, 2017, 9:44 AM Oct 20, 2017, 9:42 AM

                @Sean
                Sorry again but i have another question / problem
                You can see in my above standing screens that split view => current / upcoming does not work.
                But before doing the update it was working.

                Here is my config code

                		{
                				module: 'MMM-CalendarExt',
                				position: "lower_third", //anywhere. It is not related to real position of view
                				config: { // Read below
                				system: {
                				  show: ['current','upcoming','daily'],
                				  locale: 'de', //when omitted, default value would be your system default locale by moment.js
                				  showEmptyView: 0,
                				  fullDayEventLocalize: 1,
                				  redrawInterval: 30*60*1000, //minimum 60000
                				  useProfileConfig: 0,
                				  startProfile: ''
                				},
                				
                				 views: {
                						current: {
                						  position: "top_left",
                						  title: "Heute",
                						  limit: 3,
                						},
                						upcoming: {
                						  position: "top_left",
                						  title: "Demnächst",
                						  limit: 3,
                						},
                						daily: {
                						  position: "bottom_bar",
                						  title: "Überblick",
                						  counts: 7,
                						}
                					  },
                
                1 Reply Last reply Reply Quote 0
                • V Offline
                  Vauxdvihl
                  last edited by Vauxdvihl Oct 21, 2017, 8:18 PM Oct 21, 2017, 7:58 PM

                  @Sean
                  Hi,
                  it is me again.
                  After having everything running, my wife wants to have the view “weekly” with 2 counts.
                  Now i have the “problem”, that i search for the config parameter which allows also to see the timings in this view (like 08:00-10:00 …and so on)
                  Is it possible in the “weekly” view?
                  Thanks again for your support and help

                  0_1508615903383_Test.png

                  ? 2 Replies Last reply Oct 21, 2017, 8:35 PM Reply Quote 0
                  • ? Offline
                    A Former User @Vauxdvihl
                    last edited by A Former User Oct 21, 2017, 8:37 PM Oct 21, 2017, 8:35 PM

                    @Vauxdvihl
                    Yes possible.

                    Put this code in your css.

                    div.CALEXT .tableStyle .eventTime {
                        display:block;
                    }
                    

                    I’m not on the console on weekends, so i didnt test it, but i think it will work.

                    Ps. that view is not ‘weekly’. It is ‘weeks’

                    1 Reply Last reply Reply Quote 0
                    • V Offline
                      Vauxdvihl
                      last edited by Oct 22, 2017, 5:44 AM

                      @Sean
                      Yes you are right…it is the view "weeks
                      Now i have in the appointment also the date within…it looks a little bit twice…because the date is also within the header of the week…

                      May be you can help me

                      Thanks a lot

                      0_1508651053760_Test.png

                      ? 1 Reply Last reply Oct 22, 2017, 8:57 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 19
                      • 20
                      • 3 / 20
                      3 / 20
                      • First post
                        28/198
                        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