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

    norden1978

    @norden1978

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

    norden1978 Unfollow Follow

    Latest posts made by norden1978

    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger sounds great :)

      posted in Transport
      N
      norden1978
    • RE: MMM-ResRobot - Public transport information for Sweden

      I am having the same trouble with “Fetching departures…”

      Tried to redo it some times but cannot get it to work.

      This is the config i use:

                              module: "weatherforecast",
                              position: "top_right",
                              header: "Weather Forecast",
                              config: {
                                      location: "Skurup",
                                      locationID: "2677025",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
                              }
                      },
                      {
                              module: "MMM-ResRobot",
                              position: "right",
                              header: "Tidtabell",
                              config: {
                                      from: "740000028",
                                      to: "740001587",
                                      maximumEntries: 6,
                                      truncateAfter: 0,
                                      apiKey: "d0b6457c-a18e-42cc-9aa4-xxxxxxxxx"
                              }
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Transport
      N
      norden1978