Skip to content

Instantly share code, notes, and snippets.

@theaddies
Forked from ryck/compliments.json
Last active January 14, 2023 12:54
Show Gist options
  • Save theaddies/b3efab7f5e73b7ebbdb5f0428aa0b3ce to your computer and use it in GitHub Desktop.
Save theaddies/b3efab7f5e73b7ebbdb5f0428aa0b3ce to your computer and use it in GitHub Desktop.
MagicMirror compliments file
{
"....-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