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

    Posts

    Recent Best Controversial
    • RE: stronger Raspberry Pi 3 Alternatives

      @Snille
      I’ve gotten it working a Pine Rock64 (arm64 also).

      Downloaded electron-v1.7.5-linux-arm64.zip listed under electron’s PR

      One thing to note: when downloading from the link, the site’s cert has expired.

      From terminal:

      // Since the cert for the site has expired (but is safe)
      
      wget --no-check-certificate https://www.hamidx9.ir/dl/electron_arm64/electron-v1.7.5-linux-arm64.zip
      
      // Important make sure to unzip to your electron path
      
      unzip electron-v1.7.5-linux-arm64.zip ~/MagicMirror/node_modules/electron/dist/
      
      

      Once done just started as usual (npm start).

      posted in Hardware
      S
      stacywebb
    • RE: MMM-EARTH-Live & MMM-ISS-Live

      @Mykle1 Two excellent modules.
      Your work is greatly appreciated.

      posted in Education
      S
      stacywebb
    • arm64 version with automatic installer

      Re: stronger Raspberry Pi 3 Alternatives

      For any of those that may be interested in running your MagicMirror on arm64 based hardware.

      Currently tested it on:

      • Pine64+
      • Rock64
      • Odroid C2

      Operating Systems:

      • DietPi
      • Xenial Mate
      • Xenial LXDE

      Command for the automatic installer:

      bash -c "$(curl -sL https://raw.githubusercontent.com/stacywebb/magicmirror_arm64/master/installers/arm64.sh)"
      

      I’ve written/rewritten several components of the original (majority for upgrades and arm64 support).

      There are still a few kinks to work out:

      • on Xenial Mate desktop bars are visible
      • pm2 may of may not work automatically depending on OS (works on Xenial Mate and LXDE)

      added some upgrades:

      • all required packages installed automagically
      • all required os updates installed automagically
      • all dependencies installed automagically

      Here is the link to the github repo also.

      Note: the raspberry installer script is still there theoretically it should work, however I haven’t tested it.

      As for benchmarks, I’ll leave that to someone else to play with.

      I’ll continue to update the repo when items are fixed. Let me know if you see issues.

      posted in Hardware
      S
      stacywebb
    • 1 / 1