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 only show first run #11

Open emrahaslan opened 4 years ago

emrahaslan commented 4 years ago

Hi, I love that module, IT’s working fine when I type “npm start” it is exactly show my remote file content via Google Drive.

But When type CTRL+R for refreshing page (It needs for my modules, scheduled 10 minutes period) , MMM-RemoteCompliments module is disappearing.

The only way to bring it , I’m triggering currentCompliment.doc file for typing space etc.

Any help ?

{ module: "MMM-RemoteCompliments", position: "top_center", config: { classes:"thin medium bright", fetchInterval : 5000 } },

corvusdeinanis commented 3 years ago

Hi, I love that module, IT’s working fine when I type “npm start” it is exactly show my remote file content via Google Drive.

But When type CTRL+R for refreshing page (It needs for my modules, scheduled 10 minutes period) , MMM-RemoteCompliments module is disappearing.

The only way to bring it , I’m triggering currentCompliment.doc file for typing space etc.

Any help ?

{ module: "MMM-RemoteCompliments", position: "top_center", config: { classes:"thin medium bright", fetchInterval : 5000 } },

Did you find a solution?