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