I was able to delete the account.
Read the statement by Michael Teeuw here.
Posts
-
RE: PSA: DarkSky shuts down Jan 1st. expect broken weather
the api will work until end of march, see https://blog.darksky.net/
-
RE: raspi 64 bit available
my pi4 is now running with 64bit, mm runs out of the box (docker setup as always).
-
RE: raspi 64 bit available
pi zero 2w works too.
Off topic: Did not expect that motioneye with raspicam (running in docker buster image) is working.
-
RE: Running on Pi Zero 2 W?
@sdetweil said in Running on Pi Zero 2 W?:
as addition: pi zero 2 is
armv7l
nice article: https://blog.alexellis.io/raspberry-pi-zero-2/
-
RE: MMM-RAIN-MAP (new: version 2.x)
@ViDiBi said in MMM-RAIN-MAP:
lon: 11.91
I think you have a typo in your config,
lon: 11.91
should belng: 11.91
-
RE: I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied
or forgot to run
npm install
in the module folder of MMM-FlightsAbove -
RE: MagicMirror is safe...
it’s not repo specific but attached to the user, see https://github.com/sdetweil
-
RE: Running on Pi Zero 2 W?
my pi zero 2w was delivered today and I’m really surprised about the good performance.
Tested 2 apps:
- mm as docker setup
- motioneye with google drive upload (also docker)
Both worked out of the box and felt not slower as on my old pi 3b.
-
RE: MMM-CountDown anyone using
@swvalenti one problem is that this module uses
valid-url
without having this dependency in thepackage.json
.You can look at this FAQ, you have to replace
request
withvalid-url
and omit the docker stuff (linedocker exec ...
).But I don’t know if this is the only problem …