paphko / mmm-weatherchart

Weather chart module for the magic mirror 2 project
MIT License
30 stars 19 forks source link

Cannot find file in cache folder #15

Open fedders opened 4 years ago

fedders commented 4 years ago

I'm getting this in: mm-error.log running MM 2.12.2: using pm2, as user "pi". [2020-07-20 21:46:02.782] [ERROR] Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/mmm-weatherchart/cache/map-1595274362742.png' [2020-07-20 21:51:59.002] [ERROR] Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/mmm-weatherchart/cache/map-1595274718583.png' [2020-07-20 22:01:44.499] [ERROR] Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/mmm-weatherchart/cache/map-1595275304283.png'

Cache dir is: /home/pi/MagicMirror/modules/mmm-weatherchart/cache

Module configuration is: ` { /* mmm-weatherchart

And with that it doesn't the expected weatherforecast.

paphko commented 4 years ago

I have not yet seen this problem, so I cannot reproduce it. Asking google for "ENOENT: no such file or directory" yields plenty of issues related to npm package management, but I don't know either how to help here...

Another guess is that the cache folder is missing access rights?

paphko commented 3 years ago

This is probably fixed with #16