Michael Michon

Results 12 comments of Michael Michon

@mcquaas I also have a Blynk-based door lock solution. You could use the API to snap an image of the live feed to S3, then point the Blynk image widget...

@mcquaas I published https://github.com/mmichon/ring-blynk, which saves an mp4 video to S3, then points a Blynk streaming video widget to the new s3 object. The problem is delay -- it takes...

Anybody get iPhone proximity sensing to work? It's sporadic on my configuration.

What worked for me (based on advice from another thread this one should dupe to): * create a new user account (like `[email protected]` * verification emails will come to your...

Created a PR with the new commands: https://github.com/nokemono42/MP-Select-Mini-Web/pull/22/commits

A quick hack is to overwrite `/data/openpilot/selfdrive/assets/sounds/[engage|disengage].wav` with a silent.wav

I couldn't get the `spotify-get-tracks.sh` variants to work (for instance, `base64` doesn't have a `-w` argument on MacOS), but here's a quick shell script to download from a file of...

There's a workaround: 1. Upload your gcode file. 1. After upload, refresh the page. 1. Refresh the SD card list. 1. Set your temperatures. 1. Hit print on the file...

The behavior I'm noticing now is that the upload gets stuck at 100% and then requires a refresh. After refresh, I can hit the print icon next to the file...

Looks like @joeyberkovitz forked a fix to davglass/doorbot that fixes it with a switch to OAUTH and a user agent change: https://github.com/davglass/doorbot/compare/master...joeyberkovitz:master