Saltar ao contido principalSaltar ao pé de páxina

O tempo na Coruña: temperaturas en aumento

A Aemet activou un aviso amarelo este sábado por temperaturas elevadas

Bañistas en las rocas de la playa del Orzán.

Bañistas nas rocas da praia do Orzán. / Víctor Echave

Xa nos segues?Márcanos como medio preferente
Engádenos en Google

RAC

Aínda baixo a influencia do anticiclón, A Coruña amencerá con nubes e brumas matinais que se irán retirando, como en xornadas pasado, co avance do día para deixar ceos despexados ou con poucas nubes durante a tarde.

As temperaturas irán en ascenso, o que levou á Axencia Estatal de Meteoroloxía a activar un aviso amarelo por valores extremos. Na Coruña, os termómetros poderán chegar ata os 30º de máxima e as mínimas alcanzarán os 20º.

O vento soprará frouxos en xeral, máis intenso no litoral.

Cargando previsión do tempo...

${predicion.titulo}
${predicion.comentarioEsp ? `
⚠️

${predicion.comentarioEsp}

` : ''}
Mapa del tiempo de Galicia
${this.data.listaPredicions.map((pred, index) => ` `).join('')}

${predicion.comentario}

${this.getTendencySymbol(predicion.tendMin)}
Mínimas
${this.getTendencySymbol(predicion.tendMax)}
Máximas
`; } renderError(message) { this.container.innerHTML = `

Error

${message}

`; } getMapUrl() { try { const predicion = this.data.listaPredicions[this.selectedDay]; const map = predicion.listaMapas.find(m => m.franxa === this.selectedTimeFrame); if (!map) { return ''; } return this.data.urlBase + map.urlMapa; } catch (error) { console.error('Error al construir URL del mapa:', error); return ''; } } setDay(dayIndex) { this.selectedDay = dayIndex; this.render(); } setTimeFrame(timeFrame) { this.selectedTimeFrame = timeFrame; this.render(); } toggleLegend() { const legend = document.getElementById('tendency-legend'); if (legend) { if (legend.style.display === 'none') { legend.style.display = 'block'; } else { legend.style.display = 'none'; } } } async refreshData() { try { this.container.innerHTML = `

Actualizando datos...

`; this.initialized = false; sessionStorage.removeItem('meteoGaliciaData'); sessionStorage.removeItem('meteoGaliciaTimestamp'); await this.fetchData(); this.render(); this.initialized = true; } catch (error) { this.renderError(error.message); } } formatDay(dateString) { try { const date = new Date(dateString); const formattedDate = date.toLocaleDateString('es-ES', {weekday: 'long', day: 'numeric'}); return formattedDate.charAt(0).toUpperCase() + formattedDate.slice(1); } catch (error) { console.error('Error al formatear fecha:', error); return 'N/A'; } } getTendencySymbol(tendCode) { // Iconos SVG de tendencias de temperatura return `Tendencia ${tendCode}`; } } // Función para iniciar el widget cuando el DOM esté listo function initWidget() { if (document.getElementById('meteogalicia-widget-container')) { window.meteogalizaWidget = new MeteoGalizaWidget('meteogalicia-widget-container'); } } // Iniciar cuando el DOM esté listo if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initWidget); } else { initWidget(); } // Reintentar la carga si la página usó lazyload o iframes setTimeout(initWidget, 1000); setTimeout(initWidget, 3000); })();

Temperaturas mínimas e máximas previstas nas cidades:

  • A Coruña 20º 30º
  • Lugo 18°C 36°C
  • Vigo 21°C 33°C
  • Ferrol 20°C 34°C
  • Santiago 20°C 35°C
  • Pontevedra 21°C 34°C
  • Ourense 21°C 40°C
Tracking Pixel Contents