Weathermap Permissions

Hey,

I’m trying to setup Weathermaps on a fresh install. Following the instructions I am unable to get past step 3.
Ive run the chmod for the config directoy, but still am faced with permissions error saying it is unwritable.

have u solved the problem?

problem solved:
chown apache:apache configs/ OR chmod -R 777 configs/
then
chcon -R -t httpd_cache_t /opt/librenms/html/plugins/Weathermap/configs/

worked for me