Iain Potter
Iain Potter
I have the same. What's the criteria? I'm wondering if I should remove the component or whether I can use my own judgement and choose to leave it.
Pretty sure I have the same issue. Supervised install (sorry) with a sonoff zigbee usb 3.0 stick. in some cases, zigbee devices will talk to zigbee2mqtt (I can see this...
Not sure if this helps anyone, but it got me past the `MIT-MAGIC_COOKIE` error, but only as root. FWIW I still can't get the screen to rotate. In any case,...
To be able to connect as non-root, what I did next was a little naughty, but I'll live with it for now. As root ``` DISPLAY=:0.0 xhost + access control...
In the end, doing the above and running `DISPLAY=:0.0 xrandr --output DSI-1 --rotate left` worked. Couldn't get the Pimorini script to play ball.
OK, finally got the script working. Added comments at https://github.com/pimoroni/hyperpixel4/issues/51
have you tried admin/secret ?
I have a similar issue. I'm trying to build on a raspberry pi (3b+), and fixed most things up (essentially just the base container images). However, I tried switching to...
OK, so I solved my problem. 1. Switched over to using the node image In `docker/speedy/Dockerfile` replace `FROM sammlerio/node` with `FROM node` 2. Removed the "volumes" section from the root...
@danieldude15 I have a branch on my forked repo that may get you started a little more quickly https://github.com/iainp999/speedy/tree/rasbpi I had to manually configure the data source and dashboard, but...