mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-10-19 02:43:12 +00:00
I was a little disappointed that I couldn't change the date format in the forecast because it was hard-coded. This PR introduces a new option (`forecastDateFormat`) that allows the user to specify the format themselves. The default remains `ddd`. ## Before <img width="483" height="524" alt="Screenshot From 2025-10-18 18-26-13" src="https://github.com/user-attachments/assets/2de6af55-e73c-42e8-a3fe-7386ef5f90e0" /> ## After (examples) ### `forecastDateFormat: "dddd"` <img width="483" height="524" alt="Screenshot From 2025-10-18 18-26-27" src="https://github.com/user-attachments/assets/cd86c798-f1e4-4d75-adf9-c4e549aa2a51" /> ### `forecastDateFormat: "ddd, D MMM"` <img width="483" height="524" alt="Screenshot From 2025-10-18 18-28-02" src="https://github.com/user-attachments/assets/79aaa7b3-810a-4ab1-833c-09dfab7f457a" />
Weather Module
This module will be configurable to be used as a current weather view, or to show the forecast. This way the module can be used twice to fulfill both purposes.
For configuration options, please check the MagicMirror² documentation.