• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Kollen
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

Kollen

@Kollen

0
Reputation
103
Profile views
5
Posts
0
Followers
0
Following
Joined Oct 19, 2019, 11:16 AM
Last Online Jul 26, 2020, 12:36 PM

Kollen Unfollow Follow

Latest posts made by Kollen

  • 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
    Oct 26, 2019, 11:16 AM
  • 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
    Oct 26, 2019, 11:10 AM
  • 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
    Oct 26, 2019, 10:58 AM
  • 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
    Oct 26, 2019, 10:50 AM
  • 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
    Oct 23, 2019, 6:11 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy