mitchelltmarino / MMM-RemoteCompliments

This is a module for the open source MagicMirror² (https://github.com/MichMich/MagicMirror/) platform. MMM-RemoteCompliments provides seamless integration with Google Drive to display compliments and images on the mirror.
MIT License
22 stars 11 forks source link

MMM-RemoteCompliments not showing anything except the current compliments #8

Open nakulbende opened 4 years ago

nakulbende commented 4 years ago

Hello,

I have the MMM-RemoteCompliments setup as following:

image

My issue is that the module is not showing any of my random/ scheduled compliments that I configured in google drive. I know that the authentication is done and correct, since I can see compliments when I put something in the current document. I also see a image icon (see pic below), even though I do not have any images, and have set the function to FALSE. I can not see the header either.

Here are the config file, random compliment file and a current screenshot. What am I doing wrong?

Config

        {
            module: "MMM-RemoteCompliments",
            position: "top_bar",
            header: "XXXXX",
            config: {
                fetchInterval: 15000
            }
        },

Random compliment file

{
  anytime: [
    "I love you to moon moon and back",
    "On a scale from 1 to 10, \nyou're an 15!",
    "You`re like sunshine on a rainy day",
    "You`re wonderful",
    "You, me -home!",
    "You make my world awesome",
    "I could just hang here all day!",
    "You look beautiful today",
    "Mickey killed Jeff Epstein!",
    "Nolite te bastardes carborundorum",
  ],
  morning: [
    "Good morning, sunshine!",
    "Enjoy your day!",
    "How was your sleep?",
    "Who needs coffee when you have that smile?",
    "Go bring me some coffee",
    "Nolite te bastardes carborundorum",
  ],
  afternoon: [
    "Hello, beauty!",
    "You look sexy!",
    "Looking good today!",
    "Hard day at work, wasn`t it?",
    "For every kiss you give me \nI will give you three!",
  ],
  evening: [
    "Wow, you look hot!",
    "You look nice!",
    "Let the evening \nbe-GIN",
    "Gude!",
    "Night Owl!",
  ]
}

Only with current doc

image