Sory guys it’s been a long time. İ deleted pm2 but it is something different mm starts back up whenever I close it.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
O
Latest posts made by okg21
-
RE: Magic Mirror Does Not Close
-
Magic Mirror Does Not Close
I was trying to make my magic mirror start from the beginning so I followed this manuals steps: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
It is working fine but there is also another magic mirror boots up in the background and if I close it, it launches back in seconds.
It was a long time since I edited the code so I do not really remember what I have done before pm2 to auto-start my magic mirror. Any help appreciated. -
no helpers found for currentweather and weather forecast
These two modules are not working for me. I got “no helpers found” error.
Here is the code{ module: "currentweather", position: "top_right", config: { location: "Trabzon", locationID: "738648", //ID from http://www.openweathermap.org/help/city_list.txt appid: "api.openweathermap.org/data/2.5/weather?id=738648" } }, { module: "weatherforecast", position: "bottom_right", header: "Weather Forecast", config: { location: "Trabzon", locationID: "738648", //ID from http://www.openweathermap.org/help/city_list.txt appid: "api.openweathermap.org/data/2.5/weather?id=738648" } },