Giter Club home page Giter Club logo

Comments (6)

rhysmorgan134 avatar rhysmorgan134 commented on July 19, 2024

Bindings are here:

{
"n": "next",
"m": "siri",
"v": "prev",
"Up": "back",
"Down": "down",
"Left": "left",
"Right": "right",
"Space": "selectDown",
"h": "home",
"q": "wifi",
"w": "wifiOk",
"e": "auto"
}

they would need editing, then the package rebuilt using

npm run build-package

In the next release I will make them rebindable via the gui

from react-carplay.

ky3mu4 avatar ky3mu4 commented on July 19, 2024

something going wrong. looks like it need some dependencies. what should I need to install?

pi@raspberrypi:~/react-carplay $ npm run build-package

[email protected] build-package
npm run build && npm run build-electron && npm run package

[email protected] build
react-scripts build

sh: 1: react-scripts: not found
npm ERR! code 127
npm ERR! path /home/pi/react-carplay
npm ERR! command failed
npm ERR! command sh -c react-scripts build

npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2022-07-24T12_17_27_086Z-debug.log
npm ERR! code 127
npm ERR! path /home/pi/react-carplay
npm ERR! command failed
npm ERR! command sh -c npm run build && npm run build-electron && npm run package

npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2022-07-24T12_17_27_224Z-debug.log

from react-carplay.

rhysmorgan134 avatar rhysmorgan134 commented on July 19, 2024

Did you run npm install first?

from react-carplay.

ky3mu4 avatar ky3mu4 commented on July 19, 2024

I just make :
sudo apt-get install nodejs
sudo apt-get install npm
then I change path to project dir and make command you send earlier.
really noob in nodes.

but one more question. you have this code in dongleHolder.js:
this._keys = { invalid: 0, //'invalid', siri: 5, //'Siri Button', mic: 7, //'Car Microphone', left: 100, //'Button Left', right: 101, //'Button Right', frame: 12, selectDown: 104, //'Button Select Down', selectUp: 105, //'Button Select Up', back: 106, //'Button Back', down: 114, //'Button Down', home: 200, //'Button Home', play: 201, //'Button Play', pause: 202, //'Button Pause', next: 204, //'Button Next Track', prev: 205, //'Button Prev Track', wifiEn: 1000, wifiPair: 1012, wifiConnect: 1002 }

    is it mean, that I need to add some warnings in this file too? where can I find codes for other keys? 
    should I download this files in node_modules dir?

from react-carplay.

ky3mu4 avatar ky3mu4 commented on July 19, 2024

I make Install, and for now it says:

25 error code ELIFECYCLE
26 error errno 1
27 error [email protected] build-package: npm run build && npm run build-electron && npm run package
27 error Exit status 1
28 error Failed at the [email protected] build-package script.
28 error This is probably not a problem with npm. There is likely additional logging output above.

from react-carplay.

rhysmorgan134 avatar rhysmorgan134 commented on July 19, 2024

https://github.com/rhysmorgan134/react-carplay/releases/tag/v4.0.0-beta.4 key bindings are now configurable via settings

from react-carplay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.