Saltar ao contido principalSaltar ao pé de páxina

O tempo na Coruña: a nebulosidade da mañá dará paso a intervalos con nubes e claros

Este xoves espérase un descenso moderado de temperaturas, que oscilarán entre os 15 e os 22 graos

Vista de A Coruña un día con nubes y claros.

Vista da Coruña un día con nubes e claros. / Fran Martínez

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

RAC

Unha fronte cálida rozará o noroeste da comunidade durante este xoves e deixará na Coruña ceos con maior nebulosidade pola mañá que darán paso a intervalos de nubes e claros pola tarde.

As temperaturas mínimas experimentarán un lixeiro a moderado descenso e deixarán os termómetros con valores que oscilarán entre os 15 e os 22 graos.

Os ventos soprarán do este-nordés frouxos en xeral, virando a noroeste na segunda metade do día.

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 15º 22º
  • Lugo 9°C 25°C
  • Vigo 15°C 25°C
  • Ferrol 12°C 24°C
  • Santiago 12°C 25°C
  • Pontevedra 14°C 25°C
  • Ourense 13°C 28°C
Tracking Pixel Contents