@chrizzz said in MagicMirror² v2.15.0 is available don't work.: I do have some strange things after the update. At first, the new weather module is just “loading” without displaying content. Even after 30+ minutes. Is there something wrong with the config? I saw that there is a minor issue with the data request which will cause it to load for ~10min (or to reduce the update interval). { module: "weather", position: "top_right", classes: "always", config: { // See 'Configuration options' for more information. type: "current", locationID: "YYY", appid: "XXX" } }, I checked this again with switching back to the old module and the old module works. The forcasting takes 10min (as expected) but the module itself works. I thought this might be something with the connection to the API. Any ideas?