Skip to content

Hiding the solar radiation and UV gauges

gjr80 edited this page Aug 31, 2017 · 1 revision

The SteelSeries Weather Gauges extension is configured to display the solar radiation and UV gauges. If your station does not have these sensors you may hide these gauges by editing gauges.js. To hide the solar radiation and UV gauges:

  • edit $SKIN_ROOT/ss/scripts/gauges.js:

    $ vi $SKIN_ROOT/ss/scripts/gauges.js
    
  • locate the showUvGauge and showSolarGauge settings and set both to false, eg:

    showUvGauge        : false,              // Display the UV Index gauge
    showSolarGauge     : false,              // Display the Solar gauge
    
  • save $SKIN_ROOT/ss/scripts/gauges.js

  • stop then start weeWX:

    $ sudo /etc/init.d/weewx stop
    $ sudo /etc/init.d/weewx start
    

    or

    $ sudo service weewx stop
    $ sudo service weewx start
    
Clone this wiki locally