MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. tobykah
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    tobykah

    @tobykah

    0
    Reputation
    420
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tobykah Unfollow Follow

    Latest posts made by tobykah

    • RE: MMM-Traffic - Green Text?

      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!

      posted in Troubleshooting
      T
      tobykah
    • MMM-Traffic - Green Text?

      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 ;)

      Now for my Issue with the MMM-Traffic module.
      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:

      {
                              "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
                              }
                              },
      

      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!

      posted in Troubleshooting
      T
      tobykah