Winston Ma

Results 78 comments of Winston Ma

@uros76 I created a Python script that did the same thing. It should support many Waveshare devices. Please feel free to take a look and comment. https://github.com/winstonma/RPi-MagicMirror-Waveshare

First of all I border crop and resize all my images, then packed them in the cbz file. Next I opened KCC and choose the `Disable processing` option on my...

@darodi Thanks for this Actually MozJPEG is 10-20% smaller is based on comparison with [cjpeg](https://siipo.la/blog/is-webp-really-better-than-jpeg). I guess the original PIL library is not as good as cjpeg therefore it can...

@Legion2 maybe I am wrong But the problem here is, the script end up didn't copy the `mm-docker-config.js` to `/opt/magic_mirror/config` because the checking condition always return false (because the config...

Exactly! But MagicMirror [repository](https://github.com/MichMich/MagicMirror/tree/master/config) already created the folder, therefore this checking will always return false (because `ls -A /opt/magic_mirror/config` returns true because when you clone MagicMirror, the `config` folder would...

Yes May I highlight several things - MagicMirror [repository](https://github.com/MichMich/MagicMirror/tree/master/config) by default have a file `config.js.sample` sits inside the `config` folder (started 4 months ago). Therefore the statement would not return...

Also in [docker-entrypoint.sh](https://github.com/bastilimbach/docker-MagicMirror/blob/master/docker-entrypoint.sh) have other two checks, I am not sure if it would be better if it check the existence of the file rather than the emptiness of the...

@khassel Yeah you are right 🤔 I didn't start docker in that way. I just copied the dockerfile into my environment start the docker. But I still wonder why the...

> * It makes no sense to start without default-modules (if host-dir empty) > * It makes no sense to start without config.js (if not exists in host-dir) Thanks However...

The [Via Browser](https://play.google.com/store/apps/details?id=mark.via.gp) provides three different location that you can put your toolbar - Top - Bottom - Sandwich, this mode would split the toolbar into two toolbars. The top...