Weathermap Plugin view mode is missing

I’ve installed Weathermap plugin in Libernms system
The editor appears, but when I create a new map it doesn’t appear on the dashboard, it only saves it in the editor
Please advise

make sure you are saving the outputs correctly.

ensure you set an output image filename and output HTML filename in Map Properties. I’d recommend you use the output folder as this is excluded from git updates (i.e enter output/mymap.png and output/mymap.html).

Yep, I did it, also By running the following command, I’m getting the errors below
My current php version is 7? could it create an issue?

[root@sv3-librenms-srv01 Weathermap]# ./weathermap.php --config configs/sv3.conf --output output/sv3.png --htmloutput output/sv3.html

PHP Deprecated: Non-static method PEAR::isError() should not be called statically in /usr/share/pear/Console/Getopt.php on line 109
PHP Deprecated: Non-static method PEAR::isError() should not be called statically in /usr/share/pear/Console/Getopt.php on line 154
PHP Deprecated: Non-static method PEAR::isError() should not be called statically in /usr/share/pear/Console/Getopt.php on line 154
PHP Deprecated: Non-static method PEAR::isError() should not be called statically in /usr/share/pear/Console/Getopt.php on line 154
PHP Deprecated: Non-static method PEAR::isError() should not be called statically in /opt/librenms/html/plugins/Weathermap/weathermap.php on line 64
WARNING: configs/sv3.conf: Target ./sv3ert01.pan.local/port-id55.rrd doesn’t exist. Is it a file? [WMRRD06]
WARNING: configs/sv3.conf: ReadData: LINK 1-node09317, target: ./sv3ert01.pan.local/port-id55.rrd:INOCTETS:OUTOCTETS on config line 76 of configs/sv3.conf had no valid data, according to WeatherMapDataSource_rrd
WARNING: configs/sv3.conf: Target ./sv3ert02.pan.local/port-id223.rrd doesn’t exist. Is it a file? [WMRRD06]
WARNING: configs/sv3.conf: ReadData: LINK node01470-6, target: ./sv3ert02.pan.local/port-id223.rrd:INOCTETS:OUTOCTETS on config line 84 of configs/sv3.conf had no valid data, according to WeatherMapDataSource_rrd
WARNING: configs/sv3.conf: Target ./sv3ert01.pan.local/port-id56.rrd doesn’t exist. Is it a file? [WMRRD06]
WARNING: configs/sv3.conf: ReadData: LINK 2-6, target: ./sv3ert01.pan.local/port-id56.rrd:INOCTETS:OUTOCTETS on config line 92 of configs/sv3.conf had no valid data, according to WeatherMapDataSource_rrd
PHP Notice: Undefined property: WeatherMap::$basehref in /opt/librenms/html/plugins/Weathermap/weathermap.php on line 287

Weathermap just creates html files, it doesn’t show them anywhere.