• 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 weeks time on events

Scheduled Pinned Locked Moved Solved Troubleshooting
8 Posts 2 Posters 2.1k Views 2 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.
  • C Offline
    cptkex
    last edited by Nov 10, 2018, 11:21 PM

    Since this forum is awesome for a newbie like me I’ll keep posting questions until someone stops me 😊

    I’m trying to have the weeks setup but I want each entry to display time, currently it only displays the title. What parameter am I looking for? I round a thread suggesting to modify the custom.css and specifically a setting(entry location and entry time) that had the setting
    Visible: none

    and change that to " block" but i am not getting any results from that.

    So what and where should I change to enable time on each entry in the [weeks] setup?

    ? 1 Reply Last reply Nov 10, 2018, 11:47 PM Reply Quote 0
    • ? Offline
      A Former User @cptkex
      last edited by yawns Nov 12, 2018, 12:30 PM Nov 10, 2018, 11:47 PM

      @cptkex
      Add belows into your ~/MagicMirror/css/custom.css

      .CALEXT .tableStyle .eventLocation,
      .CALEXT .tableStyle .eventTime {
          display:block
      }
      
      C 1 Reply Last reply Nov 11, 2018, 6:57 AM Reply Quote 0
      • C Offline
        cptkex @Guest
        last edited by cptkex Nov 11, 2018, 7:19 AM Nov 11, 2018, 6:57 AM

        @sean hi! Thanks for replying.

        That’s what I’ve added, but there isn’t any time visible on any entry. Are the multiple entries like that or just the one? Can I have changed the wrong one that is

        weeks: {
                        showWeeks: 1,
                        position: 'middle_center',
                //      onlyStartingTime: 1,
                        weeksTitle: 'Vecka',
                        weeksFormat: 'wo',
                        weekdayFormat: 'dd',
                        titleFormat : 'MMM D',
                        overTitleFormat : 'MMM D',
                        counts: 2,
                },
                },
                defaultCalendar: {
                  maxEntries:50,
                  maxDays:180,
                  interval: 1000*60*5,
                },
        

        and custom.css

        .CALEXT .tableStyle .eventLocation
        .CALEXT .tableStyle .eventTime {
            display:block
        }
        
        C 1 Reply Last reply Nov 11, 2018, 9:34 AM Reply Quote 0
        • C Offline
          cptkex @cptkex
          last edited by Nov 11, 2018, 9:34 AM

          @cptkex i have been spending the morning changing values and i dont feel that any change in the custom.rss affects any part of the calendar, can i have added something that would stop it from working? the css that is

          ? 1 Reply Last reply Nov 11, 2018, 10:07 AM Reply Quote 0
          • ? Offline
            A Former User @cptkex
            last edited by A Former User Nov 11, 2018, 10:08 AM Nov 11, 2018, 10:07 AM

            @cptkex
            Maybe it’s my mistakes. But at this moment I’m out so cannot give you detail.
            First check ‘custom.css’ is /home/pi/MagicMirror/css/custom.css, not /home/pi/MagicMirror/modules/MMM-CalendarExt/cusom.css.
            I made this module when I was a newb of MM, so at that time the convention of naming was wrong. It might cause your confusing.
            If you still get problem, I’ll reply you on Monday after arriving home.

            C 2 Replies Last reply Nov 11, 2018, 10:36 AM Reply Quote 0
            • C Offline
              cptkex @Guest
              last edited by Nov 11, 2018, 10:36 AM

              @sean wait so it’s not the one in the calendarext directory it’s the general one in the Css directory? That might very well explain why nothing I do works :)

              I have just finished the process of deleting the module and the code in config.js, to make sure I hadn’t screwed up any code. I will reinstall it, and then change the correct Css one and report back. Thanks for taking the time.

              1 Reply Last reply Reply Quote 0
              • C Offline
                cptkex @Guest
                last edited by Nov 11, 2018, 9:02 PM

                @sean editing that into the right Css made all the difference :) thank you for your help! now the next step is to figure out how to add the date inside the icon…

                ? 1 Reply Last reply Nov 12, 2018, 7:23 AM Reply Quote 0
                • ? Offline
                  A Former User @cptkex
                  last edited by Nov 12, 2018, 7:23 AM

                  @cptkex said in MMM-CalendarExt weeks time on events:

                  how to add the date inside the icon…

                  I didn’t make this module for that purpose, So I can think it is not so easy.
                  Because all my slot has already it’s period title, thus I think that feature is needless in my module. So I didn’t prepare it.

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