Replies: 2 comments 2 replies
-
Thanks I'll get those sorted. We recently moved the location of the overlay and module data into the config folder an I have not had time to deal with the modules |
Beta Was this translation helpful? Give feedback.
-
They should all be fixed now Cheers Alex |
Beta Was this translation helpful? Give feedback.
-
@Alex-developer
Some modules use the wrong path for mask images. Here is an example,
allsky_clearsky.py
line235:
maskPath = os.path.join(s.getEnvironmentVariable("ALLSKY_HOME"), "html", "overlay", "images",mask)
The image manager stores images on upload e.g. in:
/home/pi/allsky/config/overlay/images
Beta Was this translation helpful? Give feedback.
All reactions