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

Scheduled Pinned Locked Moved Utilities
33 Posts 18 Posters 19.9k Views 18 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.
  • D Offline
    Daveey @peter_mcc
    last edited by Mar 10, 2019, 9:02 PM

    @peter_mcc Just looking at the documentation, it looks like you’re running up against the allowDuplicate config, which is false by default, so it’s finding your multiple/same events and hiding them. add to the module config a line for

    allowDuplicate: true,
    
    1 Reply Last reply Reply Quote 1
    • G Offline
      Gingos
      last edited by Mar 31, 2019, 9:13 AM

      Hey, I’m using this tool and I’m appreciate it very much - thank you!

      But is there any possibility/option to adjust the columns-width or the space between two days?

      H 1 Reply Last reply Apr 26, 2019, 5:17 PM Reply Quote 0
      • C Offline
        Cattoo
        last edited by Apr 12, 2019, 5:24 PM

        How should i type in for multiple calendars?
        Have tried different things but its just ending up config error.

        S 1 Reply Last reply Apr 26, 2019, 5:10 PM Reply Quote 0
        • H Offline
          heskja Module Developer @qjaxxx
          last edited by Apr 26, 2019, 5:08 PM

          @qjaxxx
          As far as I can see, you have closed the “config”-section of the module configuration too soon. As you have posted a screenshot of your config, not the config yourself, I will refrain from typing it manually, but you have a closing bracket “}” between “fetchInterval” and “calendars”. Please remove it, as the array of calendars should be within your config section.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Cattoo
            last edited by Apr 26, 2019, 5:10 PM

            @Cattoo

            repeat this block for each calendar

                                                             {
            								 symbol: "some_label",
            								 url: "http://someurl",
            						 },
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • H Offline
              heskja Module Developer @othomys
              last edited by Apr 26, 2019, 5:11 PM

              @othomys It depends on your setup. Calendar icons are supported using font awesome fonts, is that what you are looking for?
              If so, you should use the “symbol” parameter in the calendar config as shown here:

              calendars: [
              		{
              			url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics',
              			symbol: 'calendar',
              			auth: {
              			    user: 'username',
              			    pass: 'superstrongpassword',
              			    method: 'basic'
              			}
              		},
              	],
              
              1 Reply Last reply Reply Quote 0
              • H Offline
                heskja Module Developer @bolish
                last edited by Apr 26, 2019, 5:14 PM

                @bolish
                Great idea! Would need some “css magic”, but I’ve created an issue in the GitHub repository. Please feel free to follow the development here:
                https://github.com/heskja/MMM-CalendarWeek/issues/27

                1 Reply Last reply Reply Quote 0
                • H Offline
                  heskja Module Developer @Gingos
                  last edited by Apr 26, 2019, 5:17 PM

                  @Gingos
                  It is definitely doable with some CSS magic. I have created an issue in the GitHub repository to configure it with parameters as well. Please feel free to follow the development here: https://github.com/heskja/MMM-CalendarWeek/issues/28

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    Robtrowb
                    last edited by May 22, 2019, 12:32 AM

                    How do you get the calendar to space evenly ?0_1558485160383_Screen Shot 2019-05-21 at 8.30.09 PM.png

                    1 Reply Last reply Reply Quote 1
                    • H Offline
                      hockey2112
                      last edited by Sep 19, 2019, 6:26 PM

                      Hello, love this module! Works great, and I have been able to customize it pretty easily with css.

                      One change I would like to make… How can I make the events into two td’s instead of three? I’d like a td on the left for the symbol, and then a td on the right with the event name on top and the time underneath the event name.

                      So the “time” td would instead be a div within the “title” td. It would look like this:

                      [SYMBOL] My Event Title
                                         8:00 AM

                      H 1 Reply Last reply Nov 5, 2019, 5:13 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • 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