<?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-Traffic - Green Text?]]></title><description><![CDATA[<p dir="auto">Hi, first time poster here. I really love the whole thing, and I wanna say a big thank you to everybody who is contributing to this project. I’ll present my first MM soon ;)</p>
<p dir="auto">Now for my Issue with the MMM-Traffic module.<br />
I understoood, that you can show the text in green, yellow and red depending on how much traffic to expect. Now i can’t get it to work, it’s allways white. Maybe you guys can show me what I did wrong, here’s my config.js:</p>
<pre><code>{
                        "module": "MMM-Traffic",
                        "position": "top_right",
                        "header": "Verkehr",
                        "classes": "bright small",
                        "config": {
                                "api_key": "this is where my API key is",
                                "mode": "driving",
                                "language": "de",
                                "show_summary": "true",
                                "origin": "this is where my home is",
                                "destination": "this is where my work is",
                                "arrival_time": "0800",
                                "route_name": "Fahrt zur Arbeit",
                                "changeColor": true,
                                "showGreen": true,
                                "limitYellow": 5,
                                "limitRed": 20,
                                "traffic_model": "pessimistic",
                                "interval": 120000
                        }
                        },
</code></pre>
<p dir="auto">This is in my \MagicMirror\config\config.js file, i understodd that it’ll override anything in the module folder, is that correct? What am I doing wrong? Thank you guys!</p>
]]></description><link>https://forum.magicmirror.builders/topic/1804/mmm-traffic-green-text</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 14:51:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1804.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Feb 2017 21:33:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Traffic - Green Text? on Mon, 20 Feb 2017 14:44:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I’m at work right now, will check on my RPi later tonight and let you know if my problem is solved. Thank you so much!</p>
]]></description><link>https://forum.magicmirror.builders/post/15107</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15107</guid><dc:creator><![CDATA[tobykah]]></dc:creator><pubDate>Mon, 20 Feb 2017 14:44:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Traffic - Green Text? on Sun, 19 Feb 2017 22:48:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tobykah" aria-label="Profile: tobykah">@<bdi>tobykah</bdi></a> After checking the code I can say that the color part is only working when arrival_time is not set</p>
]]></description><link>https://forum.magicmirror.builders/post/15058</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15058</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Sun, 19 Feb 2017 22:48:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Traffic - Green Text? on Sun, 19 Feb 2017 22:29:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tobykah" aria-label="Profile: tobykah">@<bdi>tobykah</bdi></a></p>
<p dir="auto">Does this work then?</p>
<pre><code>{
                        module: 'MMM-Traffic',
                        position: 'top_right',
                        Header: 'Verkehr',
                        classes: 'bright small',
                        config: {
                                api_key: 'this is where my API key is',
                                mode: 'driving',
                                language: 'de',
                                show_summary: true,
                                origin: 'this is where my home is',
                                destination: 'this is where my work is',
                                arrival_time: '0800',
                                route_name: 'Fahrt zur Arbeit',
                                changeColor: true,
                                showGreen: true,
                                limitYellow: 2,
                                limitRed: 5,
                                traffic_model: 'pessimistic',
                                interval: 120000
                        }
                        },</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/15057</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15057</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sun, 19 Feb 2017 22:29:07 GMT</pubDate></item></channel></rss>