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

    outlying

    @outlying

    0
    Reputation
    72
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    outlying Unfollow Follow

    Latest posts made by outlying

    • RE: Calendar randomly stops updating itself

      Sure I will respond with the results in a couple of days but I moved to another apartment and my mirror is not yet running (I hoped it will not take that long).

      But the problem with logs is, that it might take a couple of days, usually, after the restart, it works fine for a week or two, maybe more, and suddenly stops.

      posted in Troubleshooting
      O
      outlying
    • Calendar randomly stops updating itself

      Hi, I will start with I’m on 2.20.0 version of MM but this issue is bothering me for a long time so, the problem is … calendar randomly stops updating itself, I see mirror, and every other module is updated (date/time, weather, news, etc) but, for example, right now calendar is showing me, on its first position, event which ended yesterday (almost 24h ago).

      Sometimes I realize that the calendar is not working because the calendar event I added is not appearing on the mirror display.

      Configuration is not very complicated and it is working (if I restart MM), for obvious reason those are not full Google calendar URLs

       {
                              module: "calendar",
                              header: "Kalendarz",
                              position: "top_left",
                              config: {
                                      maximumNumberOfDays: 31,
                                      showLocation: true,
                                      wrapEvents: true,
                                      timeFormat: "absolute",
                                      fetchInterval: 120000,
                                      calendars: [
                                              {
                                                      symbol: "calendar-check",
                                                      url: "https://calendar.google.com/calendar/ical/"
                                              },
                                              {
                                                      symbol: "calendar-alt",
                                                      url: "https://www.thunderbird.net/media/caldata/PolishHolidays.ics"
                                              },
                                              {
                                                      symbol: "rocket",
                                                      url: "https://calendar.google.com/calendar/ical/"
                                              }
                                      ]
                              }
                      },
      

      Usually, I restart MM but thing keeps bothering me

      posted in Troubleshooting
      O
      outlying
    • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

      @sdetweil I appreciate your fast responses :-) it’s really inspiring, but it would be way easier for me to set it up again in a matter of few minutes instead of trying to figure out what went wrong

      Right now I have lock on dpkg files

      sudo apt-get install npm
      E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
      E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
      

      So it all messed up :-/ this is very fresh setup so I really don’t mind purging it

      posted in Troubleshooting
      O
      outlying
    • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

      @sdetweil I’ve done it right away it but it’s not there anymore, somehow it’s messed up

      posted in Troubleshooting
      O
      outlying
    • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

      @sdetweil I don’t know how to respond in that case, ofc I have to had it installed earlier in order for MM to work, but right now it seems system is not seeing it, only bash: npm: command not found sooooo … I think since it’s fresh install I will reinstall everything

      posted in Troubleshooting
      O
      outlying
    • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

      Oh, my bad, I just deleted file rm ~/MagicMirror/installers/dumpactivemodules.js

      and I did run update script, with result

      the log will be /home/pi/MagicMirror/installers/upgrade.log
      No LSB modules are available.
      doing test run = false
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      
      saving custom.css
      upgrading from version 2.9.0 to 2.10.0
      fetching latest revisions
      updating MagicMirror runtime, please wait
      apply: line 244: npm: command not found
      no modules found needing npm refresh
      restoring custom.css
      

      So I restarted pm2 restart mm but now MM is in error, according to pm2 status


      Running standard pm2 start mm.sh does not start MM anymore, it just go to errored status

      posted in Troubleshooting
      O
      outlying
    • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

      Unluckily scripts under 1st post

      https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing/1

      have the same issue at the ones I already tried, I’m not sure if I should go through whole thread, I admit I didn’t

      posted in Troubleshooting
      O
      outlying
    • Problem with updating to 2.10.0 from 2.9.0 using update script

      Hi,

      so I’m quitte fresh user and I installed 2.9.0 version just few days ago, started doing some config edits and suddenly I got update info on my mirror today, cool

      So I went to https://github.com/MichMich/MagicMirror/blob/master/README.md#updating for update steps, done first (dry/test run) and failed on actual update which resulted with

      error: The following untracked working tree files would be overwritten by merge: installers/dumpactivemodules.js Please move or remove them before you merge. Aborting Updating 500147e..b595cdd you should examine and resolve them

      Well, I’ve done full backup of my directory so I assumed that I can risk deletion of installers/dumpactivemodules.js, so I did

      rm ~/MagicMirror/installers/dumpactivemodules.js

      and run update script again

      bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/upgrade-script.sh)" apply

      but it resulted with the same error The following untracked working tree files would be overwritten by merge: installers/dumpactivemodules.js

      So obviously something is wrong with update script as far as I can tell, I changed almost nothing in my MM, only config + I started doing some custom CSS so nothing out of ordinary IMO

      posted in Troubleshooting
      O
      outlying