Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christinataft/b42ea67d84612571a393d42c394e2e1a to your computer and use it in GitHub Desktop.
Save christinataft/b42ea67d84612571a393d42c394e2e1a to your computer and use it in GitHub Desktop.
Magic Mirror compliments change
compliments: {
day_sunny: [
"Today is a sunny day",
"It's a beautiful day"
],
day_cloudy: [
"day cloudy"
],
cloudy: [
"cloudy"
],
cloudy_windy: [
"cloudy windy"
],
showers: [
"showers"
],
rain: [
"rain"
],
thunderstorm: [
"thunderstorm"
],
snow: [
"Snowball battle!"
],
fog: [
"fog"
],
night_clear: [
"night clear"
],
night_cloudy: [
"night cloudy"
],
night_showers: [
"night showers"
],
night_rain: [
"night rain"
],
night_thunderstorm: [
"night thunderstorm"
],
night_snow: [
"night snow"
],
night_alt_cloudy_windy: [
"night alt cloudy windy"
],
anytime: [
"Hey there sexy!"
],
morning: [
"Good morning, handsome!",
"Enjoy your day!",
"How was your sleep?"
],
afternoon: [
"Hello, beauty!",
"You look sexy!",
"Looking good today!"
],
evening: [
"Wow, you look hot!",
"You look nice!",
"Hi, sexy!"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment