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

    Posts

    Recent Best Controversial
    • RE: MMM Compliments

      hmm i just changed it from " " to , after the numbers, after a reboot i got a message for afternoon, so it showed no changes.
      Do I have to change anything?

      posted in Troubleshooting
      K
      Kollen
    • RE: MMM Compliments

      @broberg OMG I will try ASAP that it was so easy I would not have thought! Thank you for the quick help!

      posted in Troubleshooting
      K
      Kollen
    • MMM Compliments

      Hello everybody,
      my MagicMirror is running very well and now I wanted to adjust the compliments a bit.
      I made compliments for different times of the day, but the times I have chosen are ignored. Where do I have to copy this that it works “right”? :-)

                   {
                              module: "compliments",
                              position: "lower_third",
                              config: {
                                         updateInterval: "90000",
                                         morningStartTime: "3",
                                         morningEndTime: "12",
                                         afternoonStartTime: "16",
                                         afternoonEndTime: "20",
                                         eveningStartTime: "20",
                                         eveningEndTime: "23",
                                         compliments: {
                                         anytime: [
                                         "Hey there sexy!",
                                         "Beauty!",
                                         "20.09.2019 what a Day!",
                                         "On a scale from 1 to 10, you're an 15!",
                                         "You`re like sunshine on a rainy day",
                                         "You`re wonderful",
                                         "You, me -home!",
                                         "8000 Watt -immer großes Blatt!",
                                         "I could just hang here all day!",
                                         "Let me high five you \nIN THE FACE!",
                                         "Lorem ipsum"
                                         ],
                                         morning: [
                                         "Good morning, handsome!",
                                         "Enjoy your day!",
                                         "How was your sleep?",
                                      "Start your day!",
                                         "Gude!",
                                         "Start your day with a \nsmile!",
                                         "Jetzt erstmal Kaffee!"  
                                         ],
                                         afternoon: [
                                         "Hello, beauty!",
                                         "You look sexy!",
                                         "Looking good today!",
                                         "Hard day at work, wasn`t it?",
                                         "Gude!",
                                         "Sit down for a sec",
                                         "Durchatmen Krone richten \n weiter machen!",
                                         "For every kiss you give me \nI will give you three!" 
                                         ],
                                         evening: [
                                         "Wow, you look hot!",
                                         "You look nice!",
                                         "Hi, sexy!",
                                         "Let the evening \nbe-GIN",
                                         "Gude!",
                                         "Time for some \nBunga Bunga!",
                                         "Night Owl!" 
                                         ]
                                   }
                             }
                      },
      
      posted in Troubleshooting
      K
      Kollen
    • RE: Question about two standard modules

      @bdream
      thank you for your help! I forgot to copy the brackets at the code … o_O
      but my mistake was that I had a spin on the API so nothing was loaded.
      Thank you and a nice weekend! :-)

      posted in Troubleshooting
      K
      Kollen
    • Question about two standard modules

      Hi everyone,
      I’m new to MagicMirror and that’s why I have to ask now because I do not know.
      I have a question about the modules Newsfeed and Currentweather.
      My problem is that news module works from time to time but not always. Currentweather shows only “Lade …” in the upper right corner.
      What can this be?

      {
                              module: "currentweather",
                              position: "top_right",
                              config: {
                                      location: "Guetersloh",
                                      locationID: "3221127",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find you$
                                      appid: "3221127"
      
      {
                              module: "newsfeed",
                              position: "bottom_bar",
                              config: {
                                      feeds: [
                                              {
                                                      title: "Tagesschau",
                                                      url: "http://www.tagesschau.de/xml/rss2"
                                              }
                                      ],
      
      

      Thanks you all!

      posted in Troubleshooting
      K
      Kollen
    • 1 / 1