<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-OpenmapWeather - Weather Icon not showing up]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Suddenly, I am not seeing the weather icon on my MMM-OpenmapWeather module<br />
It just show a broken image icon or sometimes just a square  instead of Moon icon.</p>
<p dir="auto">Is anyone facing similar issue?<br />
Any help is much appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/13607/mmm-openmapweather-weather-icon-not-showing-up</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 13:27:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13607.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Sep 2020 03:33:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OpenmapWeather - Weather Icon not showing up on Sat, 28 Nov 2020 07:28:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi, i guess you have to change some code in the 	 *.js file of mmm-openmapweather.<br />
there is a row with 			//,“50n”: “wi-night-alt-cloudy-windy”</p>
<p dir="auto">due to the point that there is no image for the “fog at night” i used the regular fog image.<br />
now it works for me , yes it is not 100% correct, but better than nothing.</p>
<pre><code>iconImageTable: {
		"01d": "sunny.png",
		"02d": "partlysunny.png",
		"03d": "partlycloudy.png",
		"04d": "cloudy.png",
		"09d": "sleet.png",
		"10d": "rain.png",
		"11d": "tstorms.png",
		"13d": "snow.png",
		"50d": "fog.png",
		"01n": "nt_clear.png",
		"02n": "nt_cloudy.png",
		"03n": "nt_mostlycloudy.png",
		"04n": "cloudy.png",
		"09n": "nt_sleet.png",
		"10n": "nt_rain.png",
		"11n": "nt_tstorms.png",
		"13n": "nt_snow.png"
		,"50n": "fog.png"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/85241</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85241</guid><dc:creator><![CDATA[icemanmw]]></dc:creator><pubDate>Sat, 28 Nov 2020 07:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenmapWeather - Weather Icon not showing up on Tue, 08 Sep 2020 01:57:44 GMT]]></title><description><![CDATA[<p dir="auto">Something in the API must have changed because NOAA3 is having the same issue.</p>
<p dir="auto">Problem is I do not have time to look at it.</p>
]]></description><link>https://forum.magicmirror.builders/post/81453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81453</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Tue, 08 Sep 2020 01:57:44 GMT</pubDate></item></channel></rss>