Dashboard stops working on Google Nest Hub

Once again, thank you very much for your response.

I managed to delete the radar information on the side.

This is also good for casting the default NEST display.

On the other hand, for the temperatures, I respect your tutorial but nothing can be done… Either the interface no longer works, or the effect does not take place.

Here is what I put:

// Outside temperature value is set by Homey if no thermometer has been selected.
  outdoortemperature = getCookie("outdoortemperature")
  if ( outdoortemperature == undefined || outdoortemperature == "" ) {
    outdoortemperature = "homey" || outdoortemperature != "homey" ) { outdoortemperature = "9e0f461a-5280-4a17-baf2-cf34d49c1ddd" }
  }

  // Show indoor icon and temperature value only if a thermometer has been selected.
  indoortemperature = getCookie("indoortemperature")
  if ( indoortemperature == "" || indoortemperature != "" || indoortemperature == "none" || indoortemperature != "none" || indoortemperature == undefined ) {
    $weatherroof.style.visibility = "visible"
    $weathertemperatureinside.style.visibility = "visible"
    }
  if ( indoortemperature == "" || indoortemperature != "" || indoortemperature == "none" || indoortemperature == undefined ) {
    indoortemperature = "b7fa06e3-8520-4d9f-a5bd-436bcfaed998" }
   }

  showTime = getCookie("showtime")

What is my mistake?

THANKS,

Alex