MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. robertybob
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 45
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Help getting remote compliments working

      @sdetweil Thank you so much! I spotted a missing comma a few minutes ago, which I’ve now corrected. The raw link works perfectly. Thank you so so much!!!

      posted in Troubleshooting
      R
      robertybob
    • RE: Help getting remote compliments working

      @sdetweil Sorry about that, I didn’t realise I wasn’t supposed to edit the .js files within the modules folders, I’ve restored the original compliments.js file.

      My code within config.js now reads:

      {
      module: 'compliments',
      position: 'middle_center',
         config: { 
           remoteFile: '/home/pi/MagicMirror/modules/default/compliments/remote_compliments.js'
         }
      },
      

      however now only the default compliments are shown on the screen

      posted in Troubleshooting
      R
      robertybob
    • RE: autostart mm

      @geo https://www.calendarlabs.com/ical-calendar/holidays/uk-holidays-75/

      posted in General Discussion
      R
      robertybob
    • RE: Help getting remote compliments working

      @sdetweil Oh I see, do I need to save that file within the module’s folder and point it to that?

      posted in Troubleshooting
      R
      robertybob
    • Help getting remote compliments working

      Hi all, I’m really stressing myself out trying to get this to work, but I’ve no idea why it isn’t working when I think I’ve followed all instructions correctly.

      I have a very long compliments file and therefore have put it on my Github to store, I’ve pointed the config file to it but nothing is displayed on the screen at all.

      From the main MM error log:

      [2020-07-26 18:35:03.100] [ERROR]  /home/pi/MagicMirror/modules/default/compliments/compliments.js:9
         config: { 
               ^
      

      My config file:

      {
      module: 'compliments',
         config: { 
           remoteFile: 'https://github.com/robertybob/MagicMirrorConfigs/blob/master/compliments.json',
         ...
         ...
         }
      },
      
      posted in Troubleshooting
      R
      robertybob
    • 1 / 1