-
-
Save theaddies/b3efab7f5e73b7ebbdb5f0428aa0b3ce to your computer and use it in GitHub Desktop.
MagicMirror compliments file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"....-02-23":["Happy birthday Bigdaddy Addie"], | |
"....-09-06":["Happy birthday Marrie"], | |
"anytime" : [ | |
"Hi" | |
], | |
"morning" : [ | |
"Hi" | |
], | |
"afternoon" : [ | |
"Hi" | |
], | |
"evening" : [ | |
"HI" | |
], | |
"snow": [ | |
"Snowball battle!" | |
], | |
"day_sunny" : [ | |
"Today is a sunny day", | |
"It's a beautiful day", | |
"The sun is shining today!", | |
"It's such a beautiful day", | |
"It's gorgeous outside, go play!" | |
], | |
"day_cloudy" : [ | |
"It may be cloudy, but it's still nice out!", | |
"The sun is hiding right now" | |
], | |
"cloudy" : [ | |
], | |
"cloudy_windy" : [ | |
], | |
"showers" : [ | |
], | |
"rain" : [ | |
"Take your umbrella with you", | |
"It's wet out there, drive safe!", | |
"It's rainy outside, but you brighten my day" | |
], | |
"thunderstorm" : [ | |
], | |
"fog" : [ | |
], | |
"night_clear": [ | |
"Weather forecast for tonight: dark" | |
], | |
"night_cloudy" : [ | |
], | |
"night_showers" : [ | |
], | |
"night_rain" : [ | |
], | |
"night_thunderstorm" : [ | |
"It's a stormy night, don't be scared" | |
], | |
"night_alt_cloudy_windy" : [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment