El tiempo en A Coruña y Galicia | ¿Qué tiempo hará hoy en A Coruña?
Saltar ao contido principalSaltar ao pé de páxina

El tiempo en A Coruña: este viernes aumenta la influencia anticiclónica

El día comenzará con nubes bajas que se irán disipando para dejar un cielo muy despejado y temperaturas en aumento

Bañistas en la playa de Riazor en un día soleado.

Bañistas en la playa de Riazor en un día soleado. / Carlos Pardellas

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

RAC

Durante este venres aumenta a influencia anticiclónica sobre A Coruña con circulación do nordés e, aínda que se esperan nubes baixas nas primeiras horas, co avance do día iranse retirando deixando os ceos moi despexados en xeral.

As temperaturas experimentarán un ascenso entre lixeiro a moderado, con termómetros que irán dos 18º aos 24º.

Os ventos soprarán do nordés frouxos en xeral, moderados 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 18º 24º
  • Lugo 10°C
  • 25°C Vigo
  • 16°C 29°C
  • Ferrol 15°C 24°C
  • Santiago 13°C 26°C
  • Pontevedra 14°C 29°C
  • Ourense 13°C 32°C
Tracking Pixel Contents