Viewing 2 replies - 1 through 2 (of 2 total)
  • Were you able to solve this?

    In my case it displays the Celsuis degrees but I can’t hide the humidity.

    Pedro Carvalho

    (@pedroghandi)

    in my case, i never wanted to show humidity so i just commented the line. I changed this

    if( $wpcloudy_humidity ) {
    	$wpc_html_infos_humidity .= $display_humidity;
     }

    into :

    if( $wpcloudy_humidity ) {
    	//$wpc_html_infos_humidity .= $display_humidity;
     }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 problems – humidity don't hide and celsius not working’ is closed to new replies.