Hello everybody. I recently updated my MM server. Everything went just fine except the wather module is only displayed when in landscape not in portrait. The module is configured as:
{
module: "weather",
position: "top_right",
config: {
weatherProvider: "openweathermap",
type: "current",
location: "VXXXX,XX"
locationID: "27XXXXX",
apiKey: "8a5XXXXXXXXXXXXXXX13d"
},
},
and then the same for forecast. Any ideas?