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.

    I'm trying this one : MMM-CalendarWeek

    Scheduled Pinned Locked Moved General Discussion
    11 Posts 2 Posters 3.5k Views 2 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.
    • F Offline
      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 Offline
        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

        How to add modules

        learning how to use browser developers window for css changes

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

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • F Offline
            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 Offline
              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

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • F Offline
                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 Offline
                  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

                  How to add modules

                  learning how to use browser developers window for css changes

                  F 1 Reply Last reply Reply Quote 2
                  • F Offline
                    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 Offline
                      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 Offline
                        sdetweil @frode
                        last edited by sdetweil

                        @frode yep… all modules go in the modules folder

                        u can move it (with the mv command)

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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