MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Family Info Board

    Showcase
    19
    40
    40080
    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.
    • P
      Padilla187 @Wedee last edited by

      @Wedee don’t want to be a wierdo but I fell in love with this I Just shot you a pm

      1 Reply Last reply Reply Quote 0
      • O
        Orca last edited by

        @Wedee : How did you the trick with several calendars? Could you please share some infos for me?
        Thx

        lucallmon 1 Reply Last reply Reply Quote 0
        • lucallmon
          lucallmon @Orca last edited by

          @Orca simply clone the module for the calendar and change the settings for login.

          1 Reply Last reply Reply Quote 0
          • O
            Orca last edited by

            @lucallmon: Can you give me a hint how to clone this module. I’ve copied the folder into …/modules and named it calendar1, but only black screen.
            Thx

            1 Reply Last reply Reply Quote 0
            • W
              Wedee last edited by

              No need to duplicate the module, in the config.js just repeat the module config but point to the second calendar settings.

              1 Reply Last reply Reply Quote 0
              • yawns
                yawns Moderator last edited by

                You have two possibilities with the calendar module.

                Option 1:

                This shows one block and mixes both calendars, sorted by date

                modules: [
                	{
                		module: 'calendar',
                		header: 'both calendars'
                		position: 'top_left',
                		config: {
                			calendars: [
                				{
                				url: 'http://www.whatever.....xx.ics',
                				symbol: 'calendar',
                				},
                				{
                				url: 'http://www.justanother....zz.ics',
                				symbol: 'calendar',
                				}
                			],
                		}
                	}
                ]
                

                Option 2:

                This show calendar1 sorted by date and then shows calendar2 sorted by date, but in a seperate block with a seperate header

                modules: [
                	{
                		module: 'calendar',
                		header: 'calendar1'
                		position: 'top_left',
                		config: {
                			calendars: [
                				{
                				url: 'http://www.whatever.....xx.ics',
                				symbol: 'calendar',
                				}
                			],
                		}
                	},
                	{
                		module: 'calendar',
                		header: 'calendar2'
                		position: 'top_left',
                		config: {
                			calendars: [
                				{
                				url: 'http://www.justanother....zz.ics',
                				symbol: 'calendar',
                				}
                			],
                		}
                	}	
                ]
                
                Johanba 1 Reply Last reply Reply Quote 3
                • O
                  Orca last edited by

                  THX, that did the trick.

                  1 Reply Last reply Reply Quote 0
                  • D
                    dsegel last edited by

                    Another request for you to post your css for calendar_monthly…I’m not having much luck getting it formatted widely enough.

                    1 Reply Last reply Reply Quote 2
                    • E
                      emos last edited by

                      Very clean.

                      Can i ask, how did you manage to create horizontal lines for all the modules?

                      Thanks

                      W 1 Reply Last reply Reply Quote 0
                      • W
                        Wedee @emos last edited by

                        @emos I believe its just a function of my CSS forcing column widths (width: xxxpx;). As the headers of the module are usually set to “float” the forcing of a width makes them span the entire column.

                        I have not touched the mirror in about a year - it just runs.

                        E 1 Reply Last reply 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy