A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Posts made by jms3700
-
RE: MMM-OpenWeatherForecast - loading issue
I had to change the node_helper.js to call the right api moet in node_helper.js (3.0 instead of 2.5)
sudo nano node_helper.js//make request to OpenWeather One Call API
// var url = "https://api.openweathermap.org/data/2.5/onecall?" +
var url = "https://api.openweathermap.org/data/3.0/onecall?" +This solution works for me
-
Backup MagicMirror with Duplicati
As a Domoticz user, I discover Duplicati as backup utility.
Duplicati can make a copy of your maps/files in the cloud.
I use now also this perfect backup routine for MagicMirror to Dropbox.
You can find ta clear procedure on the follow link.
https://sancla.com/domoticz/how-to-backup-domoticz-with-duplicati/
You must just adapt the procedure for selecting the desire maps/files on MagicMirror)
best regards
jms3700
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Thanks For this great job! 👍