Read the statement by Michael Teeuw here.
Mmm-calendarext
-
Hi,
I’m very new to magic mirror and don’t quite fully understand it. This module one I can’t get to work.
I want a monthly calendar that pulls info from Microsoft outlook isc that displays the Daily entries.
I’m still struggling with the config file too.
Can anyone help?
-
@JPS can’t help w the module. what’s the prob w config
read this
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners -
@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login