@sdetweil let’s close this one. There was a need to pass through a height or width value when using MMM-Unsplash. Passing nothing seems to have grabbed the raw file and chewed up a good deal of memory. I’m still monitoring.
I’d love to setup a log element that drops memory usage into the pm2 logs. Just fear monitoring memory may eat up too much memory ;) (but I should have plenty of it)
I’m using MMM-Tools to display stats, may leverage that.
@yk said in Development Branch -- MMM-Unsplash:
obj.urls.custom
for all out there as stupid as I am… :-) its this which has to be modified from .custom to .raw (row 130 in my WallberryTheme.js file).
from:
p.url = photoData.urls.custom;
to:
p.url = photoData.urls.raw;
Cheers and thanks for the hack mates!
Patrick
@yk said in Default Calendar Daylight Savings Issue:
misunderstood thinking that it’s a component outside
it IS outside MM… its the ical nodejs module.
At first glance, I think you forgot to run the npm install in the proper directory during the upgrade. Try this:
cd /home/pi/MagicMirror
pm2 stop all
git pull
npm install
The npm install command will take a while to run, so be patient. Let us know how it goes.