<?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[no helpers found for currentweather and weather forecast]]></title><description><![CDATA[<p dir="auto">These two modules are not working for me. I got “no helpers found” error.<br />
Here is the code</p>
<pre><code>{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Trabzon",
				locationID: "738648",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "api.openweathermap.org/data/2.5/weather?id=738648"
			}
		},
		{
			module: "weatherforecast",
			position: "bottom_right",
			header: "Weather Forecast",
			config: {
				location: "Trabzon",
				locationID: "738648",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "api.openweathermap.org/data/2.5/weather?id=738648"
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/5730/no-helpers-found-for-currentweather-and-weather-forecast</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 14:00:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5730.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Dec 2017 12:42:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to no helpers found for currentweather and weather forecast on Fri, 15 Dec 2017 17:27:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> Thanks a lot.</p>
]]></description><link>https://forum.magicmirror.builders/post/32340</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/32340</guid><dc:creator><![CDATA[okg21]]></dc:creator><pubDate>Fri, 15 Dec 2017 17:27:15 GMT</pubDate></item><item><title><![CDATA[Reply to no helpers found for currentweather and weather forecast on Fri, 15 Dec 2017 14:45:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/okg21" aria-label="Profile: okg21">@<bdi>okg21</bdi></a><br />
“no helper modules found” is no error, not even a warning. Some modules do not need a <code>node_helper.js</code> file</p>
<p dir="auto">Your major problem is your appid. The appid can be found when logging in to <a href="http://openweathermap.org" target="_blank" rel="noopener noreferrer nofollow ugc">openweathermap.org</a>. It looks like this:</p>
<p dir="auto"><img src="/assets/uploads/files/1513349110756-openweatherapi.png" alt="0_1513349109877_openweatherapi.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/32337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/32337</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Fri, 15 Dec 2017 14:45:22 GMT</pubDate></item></channel></rss>