@Alvinger sounds great :)
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
N
Latest posts made by 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;}