distancerunner

Results 9 comments of distancerunner

> Hi, can somebody please explain where to change to arm32v7/alpine? For now, i do not know what to do with this information :/ In this Repo in "Dockerfile" the...

I found a workaround. In my configuration.yaml I added a custom sensor template and I added this to the energy dashboard, and removed the solarman sensor. This will change your...

add with `npm i leaflet.wms` use this in your component.ts `import * as LWMS from 'leaflet.wms';` load and add layer with ``` LWMS.overlay(wmsMapUrl, { layers: '', version: '', }).addTo(this.leafletMap); ```...

Now it works with my Android Device properly. I had also the issue with reconnection. :( I renamed the keyboard name and removed it again from the android device. Line...

> Hi there, I'm facing the same problem: no reconnect after reboot or disconnect from te ESP32 with windows10. I tried the above solution(s), unfortunately with no success. Any suggestions?...

I found the solution: for understanding npm: Open the app-main directory and look at package.json file. there is a category "scripts" there you find a category "build" and "js" and...

Enable it under Tools - Settings - General - "Enable process injection"

`C:\Users\kingkong\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\MapsModelsImporter\google_maps_rd.py:62: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe....

I use RenderDoc 1.20 (every lower Version won't connect to chrome) . And Importer 0.5 rc1 and Blender 3.2.1 . After capture, blender won't import. UPDATE: I recaptured with a...