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.

    Monthly Calendar View

    Scheduled Pinned Locked Moved Solved Requests
    58 Posts 23 Posters 84.3k Views 19 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.
    • J Offline
      jgom
      last edited by

      name it “AliceInCalendarLand.module”

      I have solved the problem.

      1 Reply Last reply Reply Quote 0
      • KirAsh4K Offline
        KirAsh4 Moderator
        last edited by

        Spent the day wrangling code. Apparently I have a lot of ‘sumptinks’ coming up! :)
        This is just raw data processing. Stuff comes in, gets processed, and placed in the array which I then fetch. There’s no formatting in the code yet. Just don’t ask.

        0_1465336498916_weekly.png

        A Life? Cool! Where can I download one of those from?

        L 1 Reply Last reply Reply Quote 0
        • MitchfarinoM Offline
          Mitchfarino Module Developer
          last edited by

          I really like that running week of events!!

          Much better than the current calendar list

          Great work!

          1 Reply Last reply Reply Quote 0
          • KirAsh4K Offline
            KirAsh4 Moderator
            last edited by

            Thanks. It’s still in it’s very early stages. A lot can and will change still.

            A Life? Cool! Where can I download one of those from?

            1 Reply Last reply Reply Quote 0
            • KirAsh4K Offline
              KirAsh4 Moderator
              last edited by

              And now that I’m home, on the vertical layout, I left the other calendarS turned on:

              0_1465345822803_events.png

              A Life? Cool! Where can I download one of those from?

              L 1 Reply Last reply Reply Quote 0
              • Wilco89W Offline
                Wilco89
                last edited by

                Is this using the currrent caladers?

                is it possible to add the starting/end time and the icon selected? when I add my and my girlfriend her calender both will show the same text “work” so it’s really difficult to see who is who.

                1 Reply Last reply Reply Quote 0
                • KirAsh4K Offline
                  KirAsh4 Moderator
                  last edited by KirAsh4

                  There are three different calendars on that screen, the default one which is the list of events, the monthly calendar, and the running week. Both the monthly calendar and running week are unreleased code because they’re both still being developed.

                  A Life? Cool! Where can I download one of those from?

                  V 1 Reply Last reply Reply Quote 0
                  • KirAsh4K Offline
                    KirAsh4 Moderator
                    last edited by

                    Please read about the release here: https://forum.magicmirror.builders/topic/238/monthly-calendar

                    A Life? Cool! Where can I download one of those from?

                    1 Reply Last reply Reply Quote 0
                    • V Offline
                      Vauxdvihl @KirAsh4
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        l8kerjuan @KirAsh4
                        last edited by

                        Hello @KirAsh4 where can i get the config for this calendar… exactly what i have been looking for. the “running week of events” is what every mom/dad need for their kids!!! hope you can share this!

                        Thanks

                        1 Reply Last reply Reply Quote 1
                        • L Offline
                          l8kerjuan @KirAsh4
                          last edited by

                          looking for this @shuwi

                          0_1465336498916_weekly.png

                          1 Reply Last reply Reply Quote 0
                          • pjkoelemanP Offline
                            pjkoeleman
                            last edited by

                            @KirAsh4
                            What I’am missing in the calendar is a colum with the weeknumbers, left of the dates.
                            The weeknumbers could or should be an option ‘showWeekNr’ is true of false.
                            This should not be too difficult to build into the calendar.

                            just my thoughts

                            1 Reply Last reply Reply Quote 0
                            • E Offline
                              erik72
                              last edited by

                              Is there any config.js language setting that will make it start on Monday ?
                              Tried uk that gave me russian :)

                              1 Reply Last reply Reply Quote 0
                              • F Offline
                                FangFace
                                last edited by

                                ‘en-GB’ worked for me

                                E J 2 Replies Last reply Reply Quote 0
                                • E Offline
                                  erik72 @FangFace
                                  last edited by

                                  @FangFace Your golden, Thanks

                                  1 Reply Last reply Reply Quote 0
                                  • KimzerK Offline
                                    Kimzer @KirAsh4
                                    last edited by

                                    @KirAsh4 said in Monthly Calendar View:

                                    Oh I suppose …
                                    0_1465144698937_block.png

                                    Keep in mind that the styling can be changed by the user to whatever they want it to look like. The sky isn’t the limit … it’s their imagination. :)

                                    can u post css for this?

                                    1 Reply Last reply Reply Quote 0
                                    • Y Offline
                                      yomaldyw @KirAsh4
                                      last edited by

                                      @KirAsh4 As mentioned above, how to configure magic mirror default calendar in monthly view. I eagerly await an answer from you :slightly_smiling_face: :slightly_smiling_face: :slightly_smiling_face:

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @yomaldyw
                                        last edited by

                                        @yomaldyw see https://forum.magicmirror.builders/topic/238/monthly-calendar

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        Y 1 Reply Last reply Reply Quote 0
                                        • Y Offline
                                          yomaldyw @sdetweil
                                          last edited by

                                          @sdetweil yes thanks. I install it. but its not displaying

                                          S K 2 Replies Last reply Reply Quote 0
                                          • S Do not disturb
                                            sdetweil @yomaldyw
                                            last edited by

                                            @yomaldyw worked for me out of the box… have to put it between date and calendar modules in the config list to get it to display there…

                                            used the default config

                                            			{
                                            				module: 'calendar_monthly',
                                            				position: 'top_left',
                                            				config: {
                                            						// The config property is optional
                                            						// Without a config, a default month view is shown
                                            						// Please see the 'Configuration Options' section for more information
                                            				}
                                            			},
                                            

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            Y 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • 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