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-Multimonth

    Scheduled Pinned Locked Moved Utilities
    calendarmagicmirror2module
    78 Posts 19 Posters 49.5k Views 17 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.
    • W Offline
      Werner1340
      last edited by

      found it!
      in main.css change:
      body {
      …
      …
      color: #fff
      …
      …
      thx for the hint :-))

      1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer
        last edited by

        Werner: Don’t ever change main.css

        use custom.css instead.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer
          last edited by

          UPDATE:

          I’ve pushed this to 0.9. Module now will change start of week fully.

          Localization including start of week is provided by moment.js - translation errors and/or start of week issues (example: they have it on Sunday, but it should be Saturday) should be reported to them. https://github.com/moment/moment/

          Thanks!

          The "E" in "Javascript" stands for "Easy"

          BKeyportB 1 Reply Last reply Reply Quote 1
          • BKeyportB Offline
            BKeyport Module Developer @BKeyport
            last edited by

            Update:

            Now at 0.95 - Change of start of week was backwards. Whoops.

            Localization still is provided by moment.js, data from it on start of week.

            The "E" in "Javascript" stands for "Easy"

            1 Reply Last reply Reply Quote 0
            • BKeyportB Offline
              BKeyport Module Developer
              last edited by

              Updates:

              0.99 - Thanks to Volker Wegert (Danke sehr!) - the code has become a lot more flexable and functional. He rewrote my work rather dramatically, and I absolutely love it.

              1.00 - Tweeks here and there to standardize.

              The "E" in "Javascript" stands for "Easy"

              1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer
                last edited by

                Update:
                1.10 - Added leading and trailing months when 1 month is selected per user request.

                Forgot to mention, from 0.99 forward, new CSS system, color changes are now handled under my own CSS names.

                Please see the CSS file for examples - but remember, please put your changes in custom.css.

                The "E" in "Javascript" stands for "Easy"

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • BKeyportB Offline
                    BKeyport Module Developer
                    last edited by

                    Please add this to your custom.css - I’ll test it and see if it works for global action, then update with next release.

                    The "E" in "Javascript" stands for "Easy"

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MC
                      last edited by MC

                      Hi,

                      i like this module. i have a double display and show the whole year on 1 screen.

                      My question:
                      Is it possible to highlight the school holidays for my wife :-) ?

                      greetings and thanks for this module !

                      2020-10-29_18h55_35.jpg

                      ? BKeyportB 2 Replies Last reply Reply Quote 0
                      • ? Offline
                        A Former User @MC
                        last edited by A Former User

                        This post is deleted!
                        1 Reply Last reply Reply Quote -1
                        • BKeyportB Offline
                          BKeyport Module Developer @MC
                          last edited by

                          @MC

                          I’m attempting to add that kind of functionality - notification support. The main problem I’m having right now, is that I’m not understanding how notifications are supposed to be working, and can’t seem to get it working in a test module.

                          The "E" in "Javascript" stands for "Easy"

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            MC
                            last edited by MC

                            Thank you very much. This is very nice to see the weekends better.
                            But what i´m looking for is that the childs holidays (summer, winter,…) are highlited in another color to see it very quick when the child has no school. That´s good for planning holidays.

                            Other way is like you wrote to do this in a list but if there is a way to include it in your calendar that would be great !

                            ? 1 Reply Last reply Reply Quote 0
                            • ? Offline
                              A Former User @MC
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • BKeyportB Offline
                                BKeyport Module Developer
                                last edited by

                                Update on pending requests.

                                Due to insufficient documentation on the core, I’m abandoning attempts to highlight anything other than the current day at this time. I may pick it up at another time, I may not.

                                I can’t get anything to work in a test module, I’m frustrated, confused, and lost.

                                I officially give up on any sort of highlighting at this time. I may pick it up later, may not.

                                The "E" in "Javascript" stands for "Easy"

                                1 Reply Last reply Reply Quote 0
                                • ? Offline
                                  A Former User
                                  last edited by

                                  This post is deleted!
                                  BKeyportB 1 Reply Last reply Reply Quote 0
                                  • N Offline
                                    nibblerrick
                                    last edited by

                                    I just found this and wanted to say thank you, exactly what I was looking for :-)

                                    BKeyportB 1 Reply Last reply Reply Quote 0
                                    • BKeyportB Offline
                                      BKeyport Module Developer @nibblerrick
                                      last edited by

                                      @nibblerrick Thank you for the comment. :)

                                      The "E" in "Javascript" stands for "Easy"

                                      1 Reply Last reply Reply Quote 0
                                      • BKeyportB Offline
                                        BKeyport Module Developer @Guest
                                        last edited by

                                        @hango My main problem now is how to tear down the arrays issued by the default calendar app - I’m not understanding that part of JS.

                                        The "E" in "Javascript" stands for "Easy"

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

                                          @BKeyport issued? u mean notification ?

                                          each event looks like this

                                          title: recurrenceTitle,
                                          startDate: startDate.format("x"),
                                          endDate: endDate.format("x"),
                                          fullDayEvent: true/false,
                                          recurringEvent: true/false,
                                          class: event.class,
                                          firstYear: event.start.getFullYear(),
                                          location: location,
                                          geo: geo,
                                          description: description
                                          

                                          code

                                          for(let event of payload){
                                              event.title
                                          ...
                                          ...
                                          }

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • BKeyportB Offline
                                            BKeyport Module Developer
                                            last edited by

                                            I’ve now added the ability to highlight weekends, per request of a user.

                                            The "E" in "Javascript" stands for "Easy"

                                            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
                                            • 4
                                            • 1 / 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