@sdetweil
Yes, they are 2 modules, the top_right is MMM-OpenmapWeather.
Hm ok so there can be limited data. This is my config and there is no difference if i take those out (I put them in by myself)
showRainAmount: true,
maxNumberOfDays: 8,
scale: “50%”,
{
module: "MMM-weatherforecast",
position: "middle_center",
header: "Vädret i", // This can be any of the regions.
// Best results in bottom_bar region due to horizontal default layout and icon sizes.
config: {
showRainAmount: true,
maxNumberOfDays: 8,
scale: "50%",
// See 'Configuration options' for more information.
location: "Stockholm, Sweden",
locationID: "", //Location ID from http://openweathermap.org/help/city_list.txt
appid: "xxxx" //openweathermap.org API key.
}
},