mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
add debug logging to of the day display
This commit is contained in:
@@ -333,14 +333,14 @@
|
||||
"of_the_day": {
|
||||
"enabled": true,
|
||||
"update_interval": 3600,
|
||||
"category_order": ["word_of_the_day", "slovenian_word"],
|
||||
"category_order": ["word_of_the_day", "slovenian_word_of_the_day"],
|
||||
"categories": {
|
||||
"word_of_the_day": {
|
||||
"enabled": true,
|
||||
"data_file": "of_the_day/word_of_the_day.json",
|
||||
"display_name": "Word of the Day"
|
||||
},
|
||||
"slovenian_word": {
|
||||
"slovenian_word_of_the_day": {
|
||||
"enabled": true,
|
||||
"data_file": "of_the_day/slovenian_word_of_the_day.json",
|
||||
"display_name": "Slovenian Word of the Day"
|
||||
|
||||
Reference in New Issue
Block a user