Read the statement by Michael Teeuw here.
I'm trying this one : MMM-CalendarWeek
-
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”,
},
]
}
}, -
@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) -
This post is deleted! -
*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?
-
@frode looks like the name is missing the -
MMMCalendarWeek
Computer is really fussy about the names
Should be MMM-CalendarWeek
In config.js -
sorry, thats a error from me, could not copy the text so I had to write it myself
-
@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…
-
yeah, maybe that
its supposed to be in : /home/pi/MagicMirror/modules ?
-
@sdetweil you were absolutely correct! Thank you, great forum and amazing help we get here
-
@frode yep… all modules go in the modules folder
u can move it (with the mv command)