Read the statement by Michael Teeuw here.
weather forecast does not show on screen
-
Hello together…all a happy new year.
what is my mistake becaus the forecast does not show…here is my config…
MM is on update also the adapter.
for infos thanks a lot
{ module: "MMM-OpenmapWeather", position: "top_right", // This can be any of the regions. // Best results in left or right regions. config: { // See 'Configuration options' for more information. location: "xxxxxxxxxx.", locationID: "2xxx4", //Location ID from http://openweathermap.org/help/city_list.txt appid: "xxxxxxxxx8", //openweathermap.org API key colorIcon: true } }, { module: "weather", position: "top_right", header: "Weather Forecast", config: { weatherProvider: "openweathermap", type: "forecast", location: "xxxxxxxxxxxxxx.", locationID: "xxxxxxx", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxf9xxx1xxxx" } },
-
@kusselin did you get the new API key (v3) which requires credit card backing,
AND location/locationID are not supported on 3.0, have to use lat/lon
(and header title needs to be set manually) -
@sdetweil aha…thanks for the info…I didn’t know that…on my old system (not yet v 3.0) the prediction is still running…but o.k. now I know thanks to you.
One question: is the forecast module this then here:
https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecastwhen not…can you send me the link please
-
@kusselin on the module, you can use that or the default weather module supports forecast too