Skip to content

Instantly share code, notes, and snippets.

@Bill-Park
Last active March 19, 2021 04:53
Show Gist options
  • Save Bill-Park/f5c041e2a26c76bd8714b001b09ed9ea to your computer and use it in GitHub Desktop.
Save Bill-Park/f5c041e2a26c76bd8714b001b09ed9ea 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