Read the statement by Michael Teeuw here.
Orange PI
-
The Orange Pi website states that it can run Ubuntu, so it should be possible to run the Magic Mirror framework on it. You’ll want to follow the instructions for a manual install - don’t use the script as it is designed specifically for the RasPi.
I’m doing something similar now with a NanoPC-T4. It installs like a champ (I’m having other issues).
-
This post is deleted! -
@sdetweil
I tried installation on Armbian. I do not know what to do next, how to solve the startup problempi@orangepione:~$ npm start npm ERR! path /home/pi/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2019-04-20T06_03_50_330Z-debug.log
-
You have to execute
npm start
in the MagicMirror directory, not in the home directory of your user pi. E.g. docd MagicMirror
(or/home/pi/MagicMirror
or whatever your MM directory is) and then runnpm start
. -
Installation on the Armbian in manual mode ended in error. I do not know how to solve the problem start. There is who knows options:face_with_cold_sweat: :loudly_crying_face:
/home/admin/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! magicmirror@2.7.1 start: `sh run-start.sh` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the magicmirror@2.7.1 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/admin/.npm/_logs/2019-04-23T17_59_43_024Z-debug.log
-
Someone installed it on the Orange Pi one? can you please give instructions
-
@deemedia libgtk-3.so.0
U need to install libgtk
-
@sdetweil My jetson nano arrived a few days ago. I bought it for this purpose. Glad to hear it worked for you.
-
@sharmstr I installed Ubuntu 18.04, then mm without problem. Will be working on MMM-Hotword and MMM-Assistantmk2 when I get the chance. Need to move my webcam over
I could not boot a 64gig SD card. Only up to 32gifg
-
On the way to launch. And again a mistake. I will soon throw out this Orange PI :face_with_steam_from_nose:
How to solve it?:dizzy_face:(electron:4035): Gtk-WARNING **: cannot open display: :0 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! magicmirror@2.7.1 start: `sh run-start.sh` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.7.1 start script. npm ERR! This is probably not a problem with npm. There is likely additional log ging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/admin/.npm/_logs/2019-04-24T05_47_37_255Z-debug.log