MichaelMichaelMichaelMichaelMichael

Results 11 comments of MichaelMichaelMichaelMichaelMichael

Same effects here: horizontal/vertical rotation messed up, there is no way to get the printout right. Label: 11354, glabels version 3.99-unknown? (exported 2021-02-07)

I forgot to mention that in [MD_MAX72XX](https://github.com/MajicDesigns/MD_MAX72XX/) terms, the modules are [FC-16 modules](https://majicdesigns.github.io/MD_MAX72XX/page_f_c16.html), with that library, the animations are running flawlessly over all 40 modules ... what would be the...

I also have the same error, the ENV_DOCKER_REGISTRY_PORT variable is not properly being applied

I have a similar effect, however, it's a Rocky Linux 9 VM ... ``` $ ansible --version ansible 2.9.6 config file = /...directory.../plays/ansible.cfg configured module search path = ['/home/michael/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']...

I second what @tommyhosewol asked for, if I take for example the effort it takes to activate authelia with 'swag', it's much harder with NginxProxyManager. Wouldn't it just be including...

I believe that the token changes every second. I have fired this into my network, every second one command. The effect was that the code 'f37...' and 'f38....' and 'f39...'...

I have the same issue: ``` root@BTT-CB1:~# apt install python3-dev python3-rpi.gpio Reading package lists... Done Building dependency tree... Done Reading state information... Done python3-dev is already the newest version (3.9.2-3)....

gpiod works really fine! Good hint! Plus, it has some useful [examples](https://github.com/hhk7734/python3-gpiod/tree/main/py_src/gpiod/test). I need to convert my stuff though, but that's not too much to do. Thanks!