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

    maxberger

    @maxberger

    0
    Reputation
    188
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    maxberger Unfollow Follow

    Latest posts made by maxberger

    • RE: Can't upgrade MM 2.7.0 on Raspberry Pi Zero W

      Looks like electron 3.x is no longer available for the pi zero.

      I had to go back to the old version:

      diff --git a/package.json b/package.json
      index 14c7874..7a2aff4 100644
      --- a/package.json
      +++ b/package.json
      @@ -58,7 +58,7 @@
           "ajv": "6.5.5",
           "body-parser": "^1.18.2",
           "colors": "^1.1.2",
      -    "electron": "^3.0.13",
      +    "electron": "^2.0.18",
           "express": "^4.16.2",
           "express-ipfilter": "0.3.1",
           "feedme": "latest",
      

      See also: https://github.com/MichMich/MagicMirror/issues/1500 ; I just undid the change from that patch.

      Not sure if that has any other implications, for now this is still installing/building, let’s see if this works.

      Max

      posted in Troubleshooting
      M
      maxberger