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

    dmstansbury

    @dmstansbury

    0
    Reputation
    22
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dmstansbury Unfollow Follow

    Latest posts made by dmstansbury

    • RE: Mirror not starting after updating to MagicMirror² v2.12.0

      @sdetweil thanks! This looks great and very helpful. Is there a way to get that script onto this page? That’s where I saw the update instructions and tried my (noob) best from there

      posted in Troubleshooting
      D
      dmstansbury
    • Mirror not starting after updating to MagicMirror² v2.12.0

      In case anyone else is facing this problem, here is the fix I found (using tips from some of the other threads, including from @sdetweil - thank you). This probably isn’t the ‘best’ or ‘right’ solution as I’m very new to all of this: I’m writing it down to help other similarly inexperienced folks.

      After running git pull && npm install in my MagicMirror folder, the mirror would no longer start, either on boot or when started from the terminal.

      I use some of the non-default modules (Boston MBTA and DarkSky weather). To make it work I had to also run npm install in the modules folder and in the config folder. After that is works fine.

      posted in Troubleshooting
      D
      dmstansbury