-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No image loading unless - clearCacheOnStart: false #29
Comments
I just installed on a RPi4 4gb and had the exact same issue, except i didnt have clear cache in at all, this actually fixed it for me. Thanks for the help. But i agree i would think you would want it to clear. |
This is an excellent report, thank you. I ordered a Rpi4 not too long ago so I will investigate this soon :) |
Sounds good, thanks a bunch for all the effort you have put into this. |
Fixes the issue of Wallberry not loading background images on start up due to a failure to clear the Electron Cache
I just updated the module on my pi with the 2 latest commits you did (fast help!) and the background wouldn't show with clearCacheOnStart: false, after I set it to true it showed up immediately. |
Awesome, thanks for the confirmation and for your help submitting the reports. |
Describe the bug
No image will load for me if the clearCacheOnStart is set to true.
If I set it to false, it loads correctly
No errors in log or dev tools.
Brand new setup of Magic Mirror on a Pi 4 2GB
Let me know if you need anything else!
Based on one of the other issues #8 I think it would be better to clear the cache, but atm it only works if that's disabled.
The text was updated successfully, but these errors were encountered: