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

I'm trying this one : MMM-CalendarWeek

Scheduled Pinned Locked Moved General Discussion
11 Posts 2 Posters 3.1k 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 Mar 13, 2019, 7:30 PM

    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 Mar 13, 2019, 7:51 PM Reply Quote 0
    • S Offline
      sdetweil @frode
      last edited by Mar 13, 2019, 7:51 PM

      @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 Mar 13, 2019, 8:42 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • F Offline
          frode
          last edited by Mar 13, 2019, 8:51 PM

          *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 Mar 13, 2019, 8:55 PM Reply Quote 0
          • S Offline
            sdetweil @frode
            last edited by Mar 13, 2019, 8:55 PM

            @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 Mar 13, 2019, 8:58 PM

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

              S 1 Reply Last reply Mar 13, 2019, 8:58 PM Reply Quote 0
              • S Offline
                sdetweil @frode
                last edited by sdetweil Mar 13, 2019, 8:59 PM Mar 13, 2019, 8:58 PM

                @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 Mar 13, 2019, 9:03 PM Reply Quote 2
                • F Offline
                  frode
                  last edited by Mar 13, 2019, 9:00 PM

                  yeah, maybe that

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

                  S 1 Reply Last reply Mar 13, 2019, 9:05 PM Reply Quote 0
                  • F Offline
                    frode @sdetweil
                    last edited by Mar 13, 2019, 9:03 PM

                    @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 Mar 13, 2019, 9:05 PM Mar 13, 2019, 9:05 PM

                      @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
                      • 1 / 2
                      1 / 2
                      • First post
                        3/11
                        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