Read the statement by Michael Teeuw here.
Mmm-calendarext
-
@sdetweil thanks, I used that for my other modules but this one I can’t seem to do.
I just don’t understand how to set it up to do what I want
-
@JPS very complex module, the author has left mm for personal reasons. no one has picked up this or Ext2.
it takes a lot of config and css to make these look right.
-
@sdetweil thanks, is their another module that will do what I asked?
-
@JPS I am not aware of any.
-
I am trying to setup the MMM-CalendarExt module to display my google calendar. I can get it to load but it’s a black screen and when I check the log it is giving me the error;
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘valid-url’
Require stack:- /home/pi/MagicMirror1/modules/MMM-CalendarExt/node_helper.js
- /home/pi/MagicMirror1/js/app.jss
- /home/pi/MagicMirror1/js/electron.js
- /home/pi/MagicMirror1/node_modules/electron/dist/resources/default_app.asar/main.js
any help please?
-
@pastormingle valid-url was removed in 2.16,
and the module didn’t do ument using it.
so, if the module has a package.json file do, in the module folder
npm install valid-url
if no package.json, then
in the module folder do
npm init -y
npm install valid-urlthere are 3 libs we know of
valid-url
request
rrule-alt