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

Scheduled Pinned Locked Moved Utilities
642 Posts 77 Posters 1.7m Views 81 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.
  • M Offline
    MMRIZE
    last edited by Nov 4, 2022, 5:44 PM

    Updated 1.2.5 (2022-11-04)

    • Added Display legend of the calendar (displayLegend: true and when you set the calendar name on the calendar module)
    • Fixed Some CSS fixture

    139bed23-4cf8-4438-ba05-4930b345e2cd-image.png

    L 1 Reply Last reply Nov 7, 2022, 7:57 AM Reply Quote 0
    • L Offline
      Lilleberg @MMRIZE
      last edited by Nov 7, 2022, 7:57 AM

      @MMRIZE I’m trying to update the module but it seems like the update doesn’t work. Maybe I’m doing it wrong? I have copied in the commands I’m using in the terminal. According to that it looks like the update is working fine. But when I start the MagicMirror there is still a notification at the top that the CalendarExt3 module is “2 commits behind the main grenen”.
      Also I can’t display the legend when I insert this under the config in the CalendarExt3 module.

      lilleberg@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-CalendarExt3
      lilleberg@raspberrypi:~/MagicMirror/modules/MMM-CalendarExt3 $ git pull
      Updating 04883bc..ecd6b7a
      error: Your local changes to the following files would be overwritten by merge:
      	MMM-CalendarExt3.css
      	MMM-CalendarExt3.js
      Please commit your changes or stash them before you merge.
      Aborting
      lilleberg@raspberrypi:~/MagicMirror/modules/MMM-CalendarExt3 $ npm install
      
      up to date, audited 1 package in 598ms
      
      found 0 vulnerabilities
      
      
      S 1 Reply Last reply Nov 7, 2022, 12:41 PM Reply Quote 0
      • L Offline
        Lilleberg @MMRIZE
        last edited by Nov 7, 2022, 7:59 AM

        @MMRIZE My language and locale are Norwegian. Using nb in the config file.

        1 Reply Last reply Reply Quote 0
        • L Offline
          Lilleberg @MMRIZE
          last edited by Nov 7, 2022, 8:37 AM

          @MMRIZE Thanks!

          1 Reply Last reply Reply Quote -1
          • S Away
            sdetweil @Lilleberg
            last edited by Nov 7, 2022, 12:41 PM

            @Lilleberg said in MMM-CalendarExt3:

            error: Your local changes to the following files would be overwritten by merge:
            MMM-CalendarExt3.css
            MMM-CalendarExt3.js

            looks like u modified the module code, and updated cannot be applied til you fix that.

            generally you never edit the source files of a module.all config goes in config.js and all css updates go is custom.css

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bicolorbore586 @MMRIZE
              last edited by Nov 7, 2022, 6:56 PM

              Is there an option to hide the week numbers? I’ve managed to remove the ‘cw’ using custom.css (albeit a bit untidy)

              S 1 Reply Last reply Nov 7, 2022, 7:51 PM Reply Quote 0
              • S Away
                sdetweil @bicolorbore586
                last edited by sdetweil Nov 7, 2022, 7:53 PM Nov 7, 2022, 7:51 PM

                @bicolorbore586 no config option, just set cw to display:none in custom.css

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 2
                • A Offline
                  almightyyoshi
                  last edited by Nov 9, 2022, 9:51 PM

                  I finally found a touch module that I could easily use for the glance notification and have the payload step as 1. However, two things are happening:

                  1: on the first press it’s going back to June. Second press goes to April. Third press goes to August. Fourth press goes to December (which would be correct, however, due to the other jumps it could just be random)

                  2: no events are populating in the glance

                  Here’s what I have for the button:

                  {
                        module: "MMM-TouchButton",
                        position: "top_left",
                        config: {
                            buttons: [
                                 {
                                  name: "Next",
                                  icon: "fa fa-calendar-days",
                                  notification: "CX3_GLANCE_CALENDAR",
                                  payload: {instanceID: [], step: [1]},
                                    },
                                  ]
                                },
                             },
                  
                  

                  And here’s my CX3 config:

                  {
                              module: "MMM-CalendarExt3",
                              position: "middle_center",
                              config: {
                                      mode: "month",
                                      instanceID: "currentMonth",
                                      firstDayOfWeek: 0,
                                      useSymbol: true,
                                      glanceTime: 60000,
                                      calendarSet: [],
                              }
                          },
                  
                  

                  Any thoughts?

                  M 1 Reply Last reply Nov 10, 2022, 11:37 AM Reply Quote 0
                  • M Offline
                    MMRIZE @almightyyoshi
                    last edited by MMRIZE Nov 10, 2022, 11:40 AM Nov 10, 2022, 11:37 AM

                    @almightyyoshi
                    Not real tested, but I think your config should be like this;

                    payload: {step: 1},
                    

                    And about no event populating, It would be related to your maximumEntries , maximumNumberOfDays and boradcastPastEvents options of default calendar module.

                    A 1 Reply Last reply Nov 10, 2022, 9:40 PM Reply Quote 0
                    • A Offline
                      almightyyoshi @MMRIZE
                      last edited by Nov 10, 2022, 9:40 PM

                      @MMRIZE
                      That did it. Thanks!

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 15
                      • 16
                      • 17
                      • 18
                      • 19
                      • 64
                      • 65
                      • 17 / 65
                      17 / 65
                      • First post
                        163/642
                        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