MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jani.karna
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 30
    • Groups 0

    jani.karna

    @jani.karna

    0
    Reputation
    195
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jani.karna Unfollow Follow

    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

      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?

      posted in Troubleshooting
      J
      jani.karna
    • 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.

      posted in Productivity
      J
      jani.karna
    • RE: MM not starting after update

      @sdetweil yeah… the instructions should be updated so that others won’t make same mistake as I did.

      posted in Troubleshooting
      J
      jani.karna
    • RE: MM not starting after update

      @sdetweil well actually 3 parts, as apparently I didn’t know what I was doing.

      1. git pull
      2. bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/upgrade-script.sh)” apply
      3. npm install (after finding out it is needed)
      posted in Troubleshooting
      J
      jani.karna
    • 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.

      posted in Troubleshooting
      J
      jani.karna
    • 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.

      posted in Troubleshooting
      J
      jani.karna
    • RE: MM not starting after update

      @sdetweil should be on its way now.

      posted in Troubleshooting
      J
      jani.karna
    • 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.

      posted in Troubleshooting
      J
      jani.karna
    • RE: MM not starting after update

      npm install helped me also. Thank you!

      posted in Troubleshooting
      J
      jani.karna
    • 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?

      posted in Troubleshooting
      J
      jani.karna