Advertisement
Guest User

Amore MM

a guest
Nov 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. modules: [
  2. {
  3. module: "compliments",
  4. position: "lower_bar", // This can be any of the regions.
  5. // Best results in one of the middle regions like: lower_third
  6. config: {
  7. config: {
  8. compliments: {
  9. day_sunny: [
  10. "Today is a sunny day",
  11. "It's a beautiful day, so you can wear a full face /n with setting spray!"
  12. ],
  13. cloudy_windy: [
  14. "Its cold out! So wear a nice red lip color"
  15. ],
  16. rain: [
  17. "It's raining, so don't worry about makeup!"
  18. ]
  19. }
  20. },
  21.  
  22. {
  23. module: "weatherforecast",
  24. position: "top_right", // This can be any of the regions.
  25. // Best results in left or right regions.
  26. config: {
  27. // See 'Configuration options' for more information.
  28. location: "Key West, US",
  29. locationID: "", //Location ID from http://openweathermap.org/help/city_list.txt
  30. appid: "0b46b34c76bb88047d2b19b0351d0d88" //openweathermap.org API key.
  31. }
  32. },
  33. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement