A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Black Screen after installation MyCalendar
-
Hi,
after installation MyCalendar and configure the config.js with{ module: "MMM-MyCalendar", position: "top_center", classes: "default everyone", header: "Upcoming", disabled: false, config: { colored: true, maximumNumberOfDays: 30, maximumEntries: 10, fade: false, maxTitleLength: 500, useRelativeDates: false, dayOfWeekFormat: "dddd", timeFormat: "HH:mm [Uhr]", dateFormat: "MMMM D", joiningWord: "at", urgency: 1, calendars: [ { url: "https://outlook.office365.com/owa/calendar/......./calendar.ics", color: "#ffb350" } ] } },
and start pm2 the screen ist black.
disable the module all works well.can anybody help???
-
-
@sdetweil
now i use your scriptbash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" No LSB modules are available. doing test run = true, NO updates will be applied! update log will be in /home/pi/MagicMirror/installers/upgrade.log Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v16.9.1 Installed Node version: v16.15.0 No Node.js upgrade necessary. Check current NPM installation ... NPM currently installed. Checking version number. Minimum npm version: V7.11.2 Installed npm version: V8.5.5 No npm upgrade necessary. saving custom.css upgrading from version 2.19.0 to 2.19.0 fetching latest revisions there are 2 local files that are different than the master repo installers/mm.sh package-lock.json any *-lock.json files do not need to be saved do you want to save these files for later (Y/n)?Y Checking for modules with removed libraries require for valid-url in module MMM-MyCalendar not found in package.json package.json for module MMM-MyCalendar bypass installing valid-url for module MMM-MyCalendar , doing test run processing dependency changes for active modules with package.json files processing for module MMM-bsh-tides please wait ---------------------------------- skipped processing for MMM-bsh-tides, doing test run processing complete for module MMM-bsh-tides processing for module MMM-OpenWeatherForecast please wait ---------------------------------- skipped processing for MMM-OpenWeatherForecast, doing test run processing complete for module MMM-OpenWeatherForecast restoring custom.css test run, restoring files stashed
-
@SARCux that is test update
but u have latest already -
but still a black screen when I activate the module
-
@SARCux yes, read the link,
find the error message,
get the library name,
and then install the missing library -
I don’t know what to look for and where. SORRY
-
@sdetweil
I cannot find the it.:tired_face: :sleepy_face: :sneezing_face:
-
@SARCux how do you start MagicMirror?
npm start
or
pm2 starts at boot? -