Skip to content
This repository has been archived by the owner on Aug 26, 2018. It is now read-only.

Error: unknown hardware: "BCM2835" #7

Open
sephiran opened this issue Nov 24, 2017 · 2 comments
Open

Error: unknown hardware: "BCM2835" #7

sephiran opened this issue Nov 24, 2017 · 2 comments

Comments

@sephiran
Copy link

Getting the Error: unknown hardware: "BCM2835" after trying to start MagicMirror after successful installation of MMM-Swipe.
Seems like it has something to do with the mmm-usonic package.
There's also an open issue at mochman/mmm-usonic#3 about the same problem. Tried the suggested quick-fix of replacing "mmm-usonic": "latest". Didn't help.
Is someone facing the same issue?

@normyx
Copy link

normyx commented Feb 21, 2018

Yes, I got the same issue.....

@boGribbles
Copy link

I had the same issue. I ended up manually modifying /MMM-Swipte/node_modules/mmm-usonic/lib/usonic.js to modify line 31 to read:

} else if (hardware === 'BCM2709' || hardware === 'BCM2835') {

I did a similar thing in mmm-gpio.

Hope this helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants