MagicMirror Forum

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

    I'm trying this one : MMM-CalendarWeek

    General Discussion
    2
    11
    1605
    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.
    • F
      frode last edited by

      Hello,

      I’m trying this calendarWeek, just like the module (code) down below here, just changed the ical url to my calendar (Arsenal…) But nothing shows on my mirror?

      Maybe I have to wait for it to update? All others on my mirror shows.

      {
      module: “MMM-CalendarWeek”,
      position: “bottom_bar”,
      config: {
      maximumNumberOfDays: 7,
      calendars: [
      {
      symbol: “google”,
      url: “https://PRIVATE CALENDAR URL”,
      },
      ]
      }
      },

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @frode last edited by

        @frode shouldn’t have to wait…

        do (on MM screen)

        ctrl-shift-i
        

        or start MM in debug mode

        npm start dev
        

        select the console tab of the developers window
        scroll back up and see if there are any errors shown (red text)

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • F
          frode last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • F
            frode last edited by

            *Failed to load resource: the :8080/modules/MMM-Ca…MMM-CalendarWeek.js

            *Error on loading script : modules/MMMCalendarWeek//MMM-CalendarWeek.js

            Those are the two errors I cand find, but I got it installed?

            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @frode last edited by

              @frode looks like the name is missing the -

              MMMCalendarWeek

              Computer is really fussy about the names

              Should be MMM-CalendarWeek
              In config.js

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • F
                frode last edited by

                sorry, thats a error from me, could not copy the text so I had to write it myself

                S 1 Reply Last reply Reply Quote 0
                • S
                  sdetweil @frode last edited by sdetweil

                  @frode or, you weren’t in the mm/modules folder when u did the git clone… so the MMM-CalendarWeek folder is in the wrong place…

                  Sam

                  Create a working config
                  How to add modules

                  F 1 Reply Last reply Reply Quote 2
                  • F
                    frode last edited by

                    yeah, maybe that

                    its supposed to be in : /home/pi/MagicMirror/modules ?

                    S 1 Reply Last reply Reply Quote 0
                    • F
                      frode @sdetweil last edited by

                      @sdetweil you were absolutely correct! Thank you, great forum and amazing help we get here

                      1 Reply Last reply Reply Quote 0
                      • S
                        sdetweil @frode last edited by sdetweil

                        @frode yep… all modules go in the modules folder

                        u can move it (with the mv command)

                        Sam

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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