Skip to content

Commit 4c376e3

Browse files
feat: enable alerts display in weather module
1 parent f5fb875 commit 4c376e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MMM-OneCallWeather.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Module.register("MMM-OneCallWeather", {
3838
roundTemp: true,
3939
showCurrent: true,
4040
showForecast: true,
41-
showAlerts: false,
41+
showAlerts: true,
4242
forecastLayout: "columns", // "columns" (days as columns) or "rows" (days as rows)
4343
arrangement: "vertical", // "vertical" (forecast below current) or "horizontal" (forecast next to current)
4444

0 commit comments

Comments
 (0)