gegu
gegu
Great idea and yes configurable options would be better. I don't think that a touchbar is more complicated. Because the icons are self explaining like an old VCR and it...
Try `npm install electron@^5.0.6` to temporary fix it @LukeSkywalker92 electron is the only module making problems.
it works :thumbsup: ``` echo arch=armv7l>~/pi/TeleFrame/.npmrc npm install ```
Yes, but have to delete the folder `node_modules/electron` if updating from an older version. A fresh install works.
There is another issue. In the new version electron displays a menu bar. The option `frame: false` removes it - [https://stackoverflow.com/questions/39091964/remove-menubar-from-electron-app](https://stackoverflow.com/questions/39091964/remove-menubar-from-electron-app) - Tried `win.removeMenu()` without success ```js // main.js ......
Use the lastest commit from branch `feature/touch-controll-bar` ```sh cd ~/TeleFrame # change it if you use another path rm -rf node_modules/electron npm install ``` My previous post have an error...
Hmm, have you tried to update npm `sudo npm install npm@latest -g`? The version from apt-get is much older.
Following the steps from @nautical-miles give me the same results. It's indeed required to install `npm@latest` to use this branch.
@LukeSkywalker92 the installation of node 10.x runs without problems. The only thing to notice is to omit **npm** when calling `apt-get install nodejs`. I found out that the electron install...
That's interesting. I can't figure out the freeze on two pi3. One of them's been running for several days. So far I have only tested with pictures, but have now...