<?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[[New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis!]]></title><description><![CDATA[<p dir="auto">Hey everyone! 👋</p>
<p dir="auto">I’m excited to share a simple but fun module I just built: <strong>MMM-Accuweather-Headline</strong>!</p>
<p dir="auto">This module displays the <strong>headline forecast</strong> from AccuWeather for your chosen location — things like “Rain expected this evening” or “Unseasonably warm tomorrow” — and adds a touch of personality with <strong>weather-related emojis</strong>. ☀️🌧️❄️</p>
<hr />
<h3>💡 Features</h3>
<ul>
<li>Fetches <strong>AccuWeather’s top weather headline</strong></li>
<li>Adds context-based <strong>emoji icons</strong> for visual flair</li>
<li>Updates every hour (configurable)</li>
<li>Super lightweight and plug-and-play</li>
</ul>
<hr />
<h3>📸 Screenshot</h3>
<p dir="auto"><img src="/assets/uploads/files/1745150002824-b143793e-94bc-4cdc-bd41-1a9aaf334c5e-image.png" alt="b143793e-94bc-4cdc-bd41-1a9aaf334c5e-image.png" class=" img-fluid img-markdown" /></p>
<hr />
<h3>⚙️ Installation &amp; Setup</h3>
<pre><code class="language-bash">cd ~/MagicMirror/modules
git clone https://github.com/wlans/MMM-Accuweather-Headline.git
</code></pre>
<p dir="auto">Then in your <code>config.js</code>:</p>
<pre><code class="language-js">{
  module: "MMM-Accuweather-Headline",
  position: "top_bar",
  config: {
    apiKey: "YOUR_ACCUWEATHER_API_KEY",
    locationKey: "YOUR_LOCATION_KEY",
    updateInterval: 60 * 60 * 1000 // optional, in milliseconds
  }
}
</code></pre>
<p dir="auto">🔑 <strong>To find your <code>locationKey</code></strong>:<br />
Go to <a href="https://www.accuweather.com/" target="_blank" rel="noopener noreferrer nofollow ugc">AccuWeather</a>, search your city, and copy the number from the URL. Example:<br />
<code>/weather-forecast/338832</code> → locationKey = <code>338832</code></p>
<hr />
<h3>💬 Why I Built It</h3>
<p dir="auto">I wanted something lightweight that showed AccuWeather’s daily headline forecast, but with a bit more personality than just plain text. So I matched headline categories with emojis — like ☁️ for cloudy, 🌧️ for rain, and 🥶 for cold. It adds a bit of life to the forecast!</p>
<hr />
<h3>🛠️ What’s Next</h3>
<ul>
<li>Custom emoji mapping per user</li>
<li>Styling options</li>
<li>Multilingual support</li>
</ul>
<hr />
<p dir="auto">🔗 <a href="https://github.com/wlans/MMM-Accuweather-Headline" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub Repo (Download &amp; Docs)</a></p>
<p dir="auto">Let me know what you think — feedback, feature ideas, or PRs are welcome!<br />
Happy mirroring! 🪞✨</p>
]]></description><link>https://forum.magicmirror.builders/topic/19629/new-module-mmm-accuweather-headline-accuweather-forecast-headlines-emojis</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 10:04:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19629.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Apr 2025 11:54:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Sat, 03 May 2025 06:44:58 GMT]]></title><description><![CDATA[<p dir="auto">ohhh… i joined late</p>
]]></description><link>https://forum.magicmirror.builders/post/126182</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126182</guid><dc:creator><![CDATA[liza]]></dc:creator><pubDate>Sat, 03 May 2025 06:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Sun, 04 May 2025 11:30:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmmallday" aria-label="Profile: mmmallday">@<bdi>mmmallday</bdi></a> you should add a package.json to document the requirement for axios in the node_helper.js</p>
<p dir="auto">just cause it works today doesnt mean it will in the future (witness all the trouble with the request<br />
library)</p>
<p dir="auto">easiest way to do all that<br />
in your module folder, do</p>
<p dir="auto">npm init -y<br />
npm install axios</p>
<p dir="auto">then git add package.json  to your repo<br />
commit it<br />
and push to github</p>
<p dir="auto">you should also update the readme to insure the npm install<br />
or npm ci is a step of the module install</p>
<p dir="auto">there are other properties in package.json that would help the 3rd party lister to group your module in the correct place</p>
]]></description><link>https://forum.magicmirror.builders/post/126178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126178</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 May 2025 11:30:58 GMT</pubDate></item><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Fri, 02 May 2025 22:18:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/markiper" aria-label="Profile: markiper">@<bdi>markiper</bdi></a> this is the url for git clone</p>
<p dir="auto"><a href="https://github.com/wlans/MMM-Accuweather-Headline" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/wlans/MMM-Accuweather-Headline</a></p>
<p dir="auto">i also fixed the url in the original post</p>
]]></description><link>https://forum.magicmirror.builders/post/126177</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126177</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 02 May 2025 22:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Fri, 02 May 2025 21:15:19 GMT]]></title><description><![CDATA[<p dir="auto">Trying to install this module, and it is asking for Github username/password, is that expected?  Reason I am asking is because it fails even after typing that information.</p>
]]></description><link>https://forum.magicmirror.builders/post/126176</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126176</guid><dc:creator><![CDATA[markiper]]></dc:creator><pubDate>Fri, 02 May 2025 21:15:19 GMT</pubDate></item><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Mon, 21 Apr 2025 09:35:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmmallday" aria-label="Profile: mmmallday">@<bdi>mmmallday</bdi></a> Nice! Don’t forget to add it to <a href="MMM-Accuweather-Headline">the module list</a> 😀</p>
]]></description><link>https://forum.magicmirror.builders/post/125988</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125988</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Mon, 21 Apr 2025 09:35:05 GMT</pubDate></item><item><title><![CDATA[Reply to [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis! on Mon, 21 Apr 2025 04:19:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmmallday" aria-label="Profile: mmmallday">@<bdi>mmmallday</bdi></a> Neat!</p>
]]></description><link>https://forum.magicmirror.builders/post/125987</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125987</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 21 Apr 2025 04:19:20 GMT</pubDate></item></channel></rss>