MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Snoopy
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Snoopy

    @Snoopy

    0
    Reputation
    385
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Snoopy Unfollow Follow

    Latest posts made by Snoopy

    • RE: Help customizing compliments

      @broberg thanks! worked like a charm 🙂

      posted in Troubleshooting
      Snoopy
      Snoopy
    • Help customizing compliments

      Hey guys! new here to the forums and I need some help 😞

      Recently built my first magic mirror and I need some help customizing the compliments. I’ve editing it in my config but always find a way to mess it up and revert back to the default compliments. Some questions i have are: Can there only be 3 compliments per time of day? is it possible to add gifs to the MM?

      Here is my config so u guys can help me out 🙂 Thanks for your help in advance!

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
              language: 'en',
              timeFormat: 12,
              units: 'metric',
      
              modules: [
                      {
                              module: 'alert',
                      },              {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: 'clock',
                              position: 'top_left'
                      },
                                      {
                              module: 'compliments',
                              position: 'lower_third'
                      },
                      {
                              module: 'currentweather',
                              position: 'top_right',
                              config: {
                                      location: 'Toronto',
                                      locationID: 'xxxxxx',  //ID from http://www.openweathermap.org
                                      appid: 'xxxxxx'
                              }
                      },
                      {
                              module: 'weatherforecast',
                              position: 'top_right',
                              header: 'Weather Forecast',
                              config: {
                                      location: 'Toronto',
                                      locationID: 'xxxxxx',  //ID from http://www.openweathermap.org
                                      appid: 'xxxxxxx'
                              }
                      },
      
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      
      posted in Troubleshooting
      Snoopy
      Snoopy