<?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[Topics tagged with config]]></title><description><![CDATA[A list of topics that have been tagged with config]]></description><link>https://forum.magicmirror.builders/tags/config</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 05:37:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/tags/config.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Oct 2023 06:45:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Stock calendar module does not honor options]]></title><description><![CDATA[@sdetweil Okay, I think that makes sense.  Thanks!
]]></description><link>https://forum.magicmirror.builders/topic/18106/stock-calendar-module-does-not-honor-options</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/18106/stock-calendar-module-does-not-honor-options</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Sat, 21 Oct 2023 06:45:26 GMT</pubDate></item><item><title><![CDATA[Different URLS to different configs]]></title><description><![CDATA[@Whitling2k depends on the modules. most of the time is spent waiting for data.
responsive
if you were building separate urls, its the same work.
use variables and calc at the beginning…see main.css
]]></description><link>https://forum.magicmirror.builders/topic/17919/different-urls-to-different-configs</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/17919/different-urls-to-different-configs</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 20 Jul 2023 11:19:37 GMT</pubDate></item><item><title><![CDATA[3rd Party Modules not Appearing]]></title><description><![CDATA[@human99 what does the log say?
]]></description><link>https://forum.magicmirror.builders/topic/15873/3rd-party-modules-not-appearing</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/15873/3rd-party-modules-not-appearing</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Tue, 16 Nov 2021 02:59:21 GMT</pubDate></item><item><title><![CDATA[Microphone problem]]></title><description><![CDATA[Solved! I forget to install MMM-Detector 🤣
I’ve tryed everything including arecord -l…!
]]></description><link>https://forum.magicmirror.builders/topic/15716/microphone-problem</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/15716/microphone-problem</guid><dc:creator><![CDATA[kkilook]]></dc:creator><pubDate>Fri, 08 Oct 2021 15:15:22 GMT</pubDate></item><item><title><![CDATA[Dynamic Configuration for Modules]]></title><description><![CDATA[@jvanderen1 this module supports moving modules on notification
https://github.com/Toreke/MMM-Dynamic-Modules
]]></description><link>https://forum.magicmirror.builders/topic/13204/dynamic-configuration-for-modules</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/13204/dynamic-configuration-for-modules</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Jul 2020 21:22:13 GMT</pubDate></item><item><title><![CDATA[Holiday Calendar Won&#x27;t Display with Other Calendars]]></title><description><![CDATA[@ljcwalston i have seen a bunch of connection errors to the calendar labs site from my multiple mirror systems
seems to be ok at the moment
]]></description><link>https://forum.magicmirror.builders/topic/12527/holiday-calendar-won-t-display-with-other-calendars</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/12527/holiday-calendar-won-t-display-with-other-calendars</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 Apr 2020 13:46:01 GMT</pubDate></item><item><title><![CDATA[Config.fs]]></title><description><![CDATA[@scoller
You’ve missed comma after locationID: "2726470" so, just adding it would be enough, but you’d said you couldn’t find where they are, so I told you to exchange whole section.
]]></description><link>https://forum.magicmirror.builders/topic/9396/config-fs</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/9396/config-fs</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 03 Jan 2019 10:36:27 GMT</pubDate></item><item><title><![CDATA[Combine time-of-day and current weather compliments?]]></title><description><![CDATA[Hmm, nevermind… I created a debug.json to figure out which values are currently actually used and it turns out it’s cloudy_windy… not cloudy. My bad.
So to debug this yourself, just point the remoteFile to this link or add this to your compliments config:
{
    "anytime" : ["anytime"],
    "morning" : ["morning"],
    "afternoon" : ["afternoon"],
    "evening" : ["evening"],
    "day_sunny" : ["day_sunny"],
    "day_cloudy" : ["day_cloudy"],
    "cloudy" : ["cloudy"],
    "cloudy_windy" : ["cloudy_windy"],
    "showers" : ["showers"],
    "rain" : ["rain"],
    "thunderstorm" : ["thunderstorm"],
    "snow" : ["snow"],
    "fog" : ["fog"],
    "night_clear" : ["night_clear"],
    "night_cloudy" : ["night_cloudy"],
    "night_showers" : ["night_showers"],
    "night_rain" : ["night_rain"],
    "night_thunderstorm" : ["night_thunderstorm"],
    "night_snow" : ["night_snow"],
    "night_alt_cloudy_windy" : ["night_alt_cloudy_windy"]
}

]]></description><link>https://forum.magicmirror.builders/topic/8898/combine-time-of-day-and-current-weather-compliments</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/8898/combine-time-of-day-and-current-weather-compliments</guid><dc:creator><![CDATA[RobThree]]></dc:creator><pubDate>Thu, 11 Oct 2018 13:30:48 GMT</pubDate></item><item><title><![CDATA[I have  some problems about config file]]></title><description><![CDATA[I’m curious. Did you even try or look at this?
https://forum.magicmirror.builders/topic/4528/how-to-create-a-working-config-for-absolute-beginners
]]></description><link>https://forum.magicmirror.builders/topic/4655/i-have-some-problems-about-config-file</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/4655/i-have-some-problems-about-config-file</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 15 Aug 2017 13:30:45 GMT</pubDate></item><item><title><![CDATA[I need help with editing configs (mainly the compliments)]]></title><description><![CDATA[@chaseb1357
You’re welcome. Enjoy your mirror
]]></description><link>https://forum.magicmirror.builders/topic/4467/i-need-help-with-editing-configs-mainly-the-compliments</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/4467/i-need-help-with-editing-configs-mainly-the-compliments</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 15 Jul 2017 21:57:52 GMT</pubDate></item><item><title><![CDATA[Certain Modules Making Screen Blank]]></title><description><![CDATA[@efk4 Glad you got it working.  I’m thinking something didn’t take when you installed it the first time :)
]]></description><link>https://forum.magicmirror.builders/topic/2349/certain-modules-making-screen-blank</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/2349/certain-modules-making-screen-blank</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Tue, 18 Apr 2017 04:18:29 GMT</pubDate></item><item><title><![CDATA[Unable to import 3rd modules party in config.js]]></title><description><![CDATA[@giulianomondin comma missing after updateinterval
]]></description><link>https://forum.magicmirror.builders/topic/1982/unable-to-import-3rd-modules-party-in-config-js</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/1982/unable-to-import-3rd-modules-party-in-config-js</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Sun, 05 Mar 2017 21:28:14 GMT</pubDate></item><item><title><![CDATA[There is an error in my config file and I&#x27;m a newbie and do not know how to fix. Please Help]]></title><description><![CDATA[@broberg Thanks thats exactly what it was
]]></description><link>https://forum.magicmirror.builders/topic/1259/there-is-an-error-in-my-config-file-and-i-m-a-newbie-and-do-not-know-how-to-fix-please-help</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/1259/there-is-an-error-in-my-config-file-and-i-m-a-newbie-and-do-not-know-how-to-fix-please-help</guid><dc:creator><![CDATA[impuislupus]]></dc:creator><pubDate>Sun, 25 Dec 2016 21:07:36 GMT</pubDate></item><item><title><![CDATA[Help debug my config please.]]></title><description><![CDATA[@hawk13 in the second line from the bottom you used : instead of ; and in the last line you used [ instead of {
]]></description><link>https://forum.magicmirror.builders/topic/1227/help-debug-my-config-please</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/1227/help-debug-my-config-please</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Tue, 20 Dec 2016 20:51:31 GMT</pubDate></item><item><title><![CDATA[Clock does not load Config section]]></title><description><![CDATA[Please post your config.js file so that we may take a look at it. Please remember to use the markdown features of the forum while you’re at it. :)
]]></description><link>https://forum.magicmirror.builders/topic/847/clock-does-not-load-config-section</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/847/clock-does-not-load-config-section</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Fri, 21 Oct 2016 22:14:08 GMT</pubDate></item></channel></rss>