So I have Calendar to show two upcoming birthdays. It is showing them one day too early. Is it the same problem as mentioned earlier? And will the same fix fix them for me?
Read the statement by Michael Teeuw here.
Latest posts made by jani.karna
-
RE: 2.12 repeating all day calendar events not shown for today, or weather only showing 2 days and missing analog clock numbers
-
RE: MMM-Todoist - Your todoist tasks on your mirror
Hi! How can I get sorting working? No matter what I try, items are only added to the end of the list. I would like to sort them by priority and then by due date, but can’t figure of how.
-
RE: MM not starting after update
@sdetweil yeah… the instructions should be updated so that others won’t make same mistake as I did.
-
RE: MM not starting after update
@sdetweil well actually 3 parts, as apparently I didn’t know what I was doing.
- git pull
- bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/upgrade-script.sh)” apply
- npm install (after finding out it is needed)
-
RE: MM not starting after update
@sdetweil no that I remember, I actually used instruction from this forum before and used “git pull” in MagicMirror directory first. After that I found the instructions I told you in the earlier post when my MM wouldn’t start. Then I tried that and when it still didn’t start I posted here.
-
RE: MM not starting after update
@sdetweil is there any easy way of backing up any modified files, configs or .css files. The upgrade messed up a lot and even when I thought I had everything backed up as files there were a lot of changes I had to manually fix afterwards.
The upgrade process mentioned custom.css to be saved and restored after but it didn’t.
-
RE: MM not starting after update
@sdetweil
from here:https://github.com/MichMich/MagicMirror#updating-you-magicmirror
and followed the instructions in “updating”-section. I first did the “test” update and then after no problems used the “apply” as instructed there.
It didn’t mention “npm install” there. -
MM not starting after update
I updated my MagicMirror to latest version, and now it does not start.
pm2 logs mm
shows this:
0|mm | A JavaScript error occurred in the main process 0|mm | Uncaught Exception: 0|mm | Error: Cannot find module 'module-alias/register' 0|mm | at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) 0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|mm | at Function.Module._load (internal/modules/cjs/loader.js:528:25) 0|mm | at Module.require (internal/modules/cjs/loader.js:658:17) 0|mm | at require (internal/modules/cjs/helpers.js:20:18) 0|mm | at Object.<anonymous> (/home/pi/MagicMirror/js/app.js:15:1) 0|mm | at Object.<anonymous> (/home/pi/MagicMirror/js/app.js:283:3) 0|mm | at Module._compile (internal/modules/cjs/loader.js:711:30) 0|mm | at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) 0|mm | at Module.load (internal/modules/cjs/loader.js:620:32)
I had a feeling I shouldn’t do this, but I did anyway. How to fix it?