it is a good idea to put the compliments.json beside the config.js.
In the config.js you have to use
remoteFile: "../../../config/compliments.json"`
it is a good idea to put the compliments.json beside the config.js.
In the config.js you have to use
remoteFile: "../../../config/compliments.json"`
npm install node-fetch will install the latest version which is a v3.x
mm does not support typescript and so needs a v2.x version.
you have to look up the latest v2.x release and install this. This is a problem of MMM-Weather and should be fixed there.
some api urls seem to work without authentication, e.g.
❯ curl -s https://forum.magicmirror.builders/api/recent/posts/day | jq -r '.[].topic.title'
Default Weather Module Icon Position
Module for MagicMirror forum
MMM-Formula1 updates
MMM-Formula1 updates
MMM-Formula1 updates
Live phone location
Refresh Magic Mirror after custom css changes
Module for MagicMirror forum
Refresh Magic Mirror after custom css changes
MMM-QuotesFromReddit
Refresh Magic Mirror after custom css changes
@sdetweil said in MMM-Fuel black screen:
the release upgrade moved us from 17 to 19
no, we were already on v19 with release v2.20.0, now we are on v19.1.0 (not v19.0.15)
@angeliKITTYx said in Default Weather Module (Weathergov) stuck on loading:
if I use the above url in the browser I get

so you can wait or use another weather provider …
@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/
@wishmaster270 said in electron-rebuild problems with MagicMirror 2.22.0:
Edit: Do not misunderstand me. In my opinion the best way to solve the electron-rebuild problems of a lot of modules would be to put “@electron/rebuild” as a dependency to “package.json” of MagicMirror.
I don’t have a final opinion on that yet, but if so, we should put it under optionalDependencies as electron
and interesting idea being described for integrating older devices, like washing machine, is to monitor the power consumption with a smart plug… (I don’t know which do that in the US)
thats exactly what I plan for my washing machine
I wonder if the pi also has a lower consumption that can be measured and used as a trigger to turn off the smart switch when the power drops after pi shuts down…
I ordered a smart plug from TuYa for this and tested this now with a raspberry pi 4.
When the pi is running:

After shutdown of the pi but red light of pi still on:

my pi zero 2w was delivered today and I’m really surprised about the good performance.
Tested 2 apps:
Both worked out of the box and felt not slower as on my old pi 3b.
you can use --omit=optional as param for npm install, I use this for my amd64 images because they are run to 99,9% with npm run server so electron is not needed