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 40.9k 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.
    • BKeyportB Offline
      BKeyport Module Developer
      last edited by

      yes. It’s all in CSS. Take a look at the CSS file in the directory, and copy over to your custom.css

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

      1 Reply Last reply Reply Quote 0
      • P Offline
        PH1TCH
        last edited by

        @BKeyport Great MMM, exactly what I was looking for! :winking_face: Can the first day of the week be changed to monday?

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

          @PH1TCH It’s in the notes I haven’t figured out how to do this yet. Everything I’ve tried has failed due to API issues. I’m cracking on it when I can. My business takes priority, and we’ve been extended out due to this whole virus thing.

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

          P 1 Reply Last reply Reply Quote 0
          • P Offline
            PH1TCH @BKeyport
            last edited by

            @BKeyport Okay, thanks for the update!

            1 Reply Last reply Reply Quote 0
            • W Offline
              Werner1340
              last edited by

              Hello, how can I change the color from grey (days+numbers) from grey to white?

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

                @Werner1340 That’s actually a magicmirror default. I believe it’s getting it from here:

                .normal {
                  color: #999;
                }
                

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

                W 1 Reply Last reply Reply Quote 0
                • W Offline
                  Werner1340 @BKeyport
                  last edited by

                  @BKeyport Hm, i found that code in the main.css and changed the color to #fff.
                  …still grey color in calendar. ;-). any more Ideas?

                  1 Reply Last reply Reply Quote 0
                  • 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
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 8
                        • 1 / 8
                        • 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