mtatsuma / MMM-WeatherChart

Magic Mirror Module for displaying weather chart
MIT License
26 stars 8 forks source link

Replace date with weekday? #9

Closed theskyisthelimit closed 3 years ago

theskyisthelimit commented 3 years ago

Hello,

Many thanks for this great module!

I just have a little question. Would it be possible to simply display the day of the week (Sa / So / Mo) instead of the date (i.e. 17 / 18 / 19)?

I think it would be a bit easier to read.

mtatsuma commented 3 years ago

Hi

Thank you for your request! I created a patch to display days of the week label for daily forecast charts.

To display the label, you can add an option named dailyLabel in your module config and set it as days_of_week. Please try it.

theskyisthelimit commented 3 years ago

Hi,

Sorry for the late reply.

I was able to test it and it works perfectly. Thank you so much!