Looking great! I like the idea! :)
Read the statement by Michael Teeuw here.
![](/assets/uploads/profile/uid-1240/1240-profileavatar.png)
Posts
-
RE: Magic Mirror with touchscreen Display/Monitor
@core I also used a IR-Frame in my build. Works very well if you just want “simple” point and click and/or point and drag (even with two fingers)… I have not tested it with more advanced stuff. :) But for the MM it’s great. You can read about my build here and underneath the picture, you can find a link to a full photo album with pictures and text to all pictures about what you see. :)
-
RE: Input...What do you think?
@cowboysdude Hmm… I forgot a “comma” on the
en: "translations/en.json"
line… Sorry…
should be:en: "translations/en.json",
And then it seems to be missing something else…
I get this error…Uncaught TypeError: Cannot read property 'simpleforecast' of undefined at Class.processNoaa (MMM-NOAA.js:58) at Class.socketNotificationReceived (MMM-NOAA.js:88)...
But I have to go to bed… REALLY now… :)
-
RE: Word Clock Screensaver
@j.e.f.f Hi! You can use the MMM-TextClock to what you want. Then use the MMM-ModuleScheduler to set the time when it should be displayed. :)
-
RE: Totally off topic :^')
@Mykle1 I just love how the hummingbird is flying, the hoovering is so cool! :)
-
RE: Input...What do you think?
@cowboysdude Ah, Thank you! Looking good. I’ll pull when I have some time. :)
-
RE: Show Module based on date
I’m doing this on my setup, I’m using “MMM-ProfileSwitcher”. There you can do just about anything regarding showing a / a group of modules on different times/ dates…
I group mu modules with the “classes” option…
So the clock looks like this:{ disabled: false, module: "clock", hiddenOnStartup: true, position: "top_left", header: "Datum och tid", classes: "default Erik Camilla Louise Media Jobba Väder Födelsedag small", config: { showDate: true, dateFormat: "YYYY-MM-DD", showWeek: true } },
It’s shown for almost all profiles… :)
Here are some parts of my conf…
My global settings for the module... { disabled: false, module: "MMM-ProfileSwitcher", hiddenOnStartup: true, header: "Profile", classes: "none", config: { title: false, useLockStrings: false, defaultTime: 600000, enterMessages: { "Erik Camilla Louise Kakan Cappuccino": "Hej %profile%!", "Erik": ["Hoppas dagen varit bra Erik!", "Ser man på, välkommen Erik!", "Kul att se dig Erik!"], "Camilla": ["Toppendag hoppas jag, Camilla!", "Oh, trevligt att se dig Camilla!", "Kul att se dig Camilla!"], "Louise": ["Kul i skolan idag Louise?", "Lekt något skoj idag Louise?", "Kul att se dig Louise!"], "Media": ["Hej, här är allt nytt!", "Här finns mycket nytt!", "Ny media!", "Hoppas det finns något att se."], "Jobba": ["Dags att jobba nu!", "Jobba på nu!", "Var på tiden!", "Dagen är inte slut än!"], "Klocka": ["Var på tiden!"], "Väder": ["Dags för väder!", "Här är allt om vädret!", "Hoppas det blir fint väder.", "Glöm inte att kolla vädret!"], "Skattjakt": ["Skattjakten är igång!", "Nu blir det skattjakt!", "Äntligen skattjakt!"], "Grattis": ["Bra jobbat!", "Grattis!"], }, leaveMessages: { "everyone": "Hejdå %profile%...", "Erik": ["Hejdå, jag kommer sakna dig...", true], "Camilla": ["Hejdå Camilla.", true], "Louise": ["Hejdå Louise.", true], "Media": ["Hoppas du hittade något.", true], "Jobba": ["Jobbat klart redan!?", true], "Klocka": ["Slut på tiden.", true], "Väder": ["Ha så trevligt.", true], "Skattjakt": ["Hoppas det varit kul!"], "Grattis": ["Ses om ett år..."], }, timers: { "Erik": {}, "Camilla": {}, "Louise": {}, "Kakan": {}, "Cappuccino": {}, "Klocka": {}, }, ignoreModules: ["alert", "updatenotification"] } }, Then I have a specific module for halloween.... :) { disabled: false, module: 'MMM-Videoplayer', hiddenOnStartup: true, position: "fullscreen_below", classes: "scheduler turn90", config: { random: true, loop: true, hideonstart: true, notification: "VIDEOPLAYER1", videolist: ["a", "list", "of", "videos..."], module_schedule: [ {from: '0 6 31 9 *', to: '3 6 31 9 *'}, {from: '6 6 31 9 *', to: '9 6 31 9 *'}, {from: '12 6 31 9 *', to: '15 6 31 9 *'}, {from: '18 6 31 9 *', to: '21 6 31 9 *'}, {from: '24 6 31 9 *', to: '27 6 31 9 *'}, {from: '30 6 31 9 *', to: '33 6 31 9 *'}, {from: '36 6 31 9 *', to: '39 6 31 9 *'}, {from: '42 6 31 9 *', to: '45 6 31 9 *'}, {from: '48 6 31 9 *', to: '51 6 31 9 *'}, {from: '54 6 31 9 *', to: '57 6 31 9 *'}, {from: '0 7 31 9 *', to: '3 7 31 9 *'}, {from: '6 7 31 9 *', to: '9 7 31 9 *'}, {from: '12 7 31 9 *', to: '15 7 31 9 *'}, {from: '18 7 31 9 *', to: '21 7 31 9 *'}, {from: '24 7 31 9 *', to: '27 7 31 9 *'}, {from: '30 7 31 9 *', to: '33 7 31 9 *'}, {from: '36 7 31 9 *', to: '39 7 31 9 *'}, {from: '42 7 31 9 *', to: '45 7 31 9 *'}, {from: '48 7 31 9 *', to: '51 7 31 9 *'}, {from: '54 7 31 9 *', to: '57 7 31 9 *'}, {from: '0 8 31 9 *', to: '3 8 31 9 *'}, {from: '6 8 31 9 *', to: '9 8 31 9 *'}, {from: '12 8 31 9 *', to: '15 8 31 9 *'}, {from: '18 8 31 9 *', to: '21 8 31 9 *'}, {from: '24 8 31 9 *', to: '27 8 31 9 *'}, {from: '30 8 31 9 *', to: '33 8 31 9 *'}, {from: '36 8 31 9 *', to: '39 8 31 9 *'}, {from: '42 8 31 9 *', to: '45 8 31 9 *'}, {from: '48 8 31 9 *', to: '51 8 31 9 *'}, {from: '54 8 31 9 *', to: '57 8 31 9 *'}, {from: '0 9 31 9 *', to: '3 9 31 9 *'}, {from: '6 9 31 9 *', to: '9 9 31 9 *'}, {from: '12 9 31 9 *', to: '15 9 31 9 *'}, {from: '18 9 31 9 *', to: '21 9 31 9 *'}, {from: '24 9 31 9 *', to: '27 9 31 9 *'}, {from: '30 9 31 9 *', to: '33 9 31 9 *'}, {from: '36 9 31 9 *', to: '39 9 31 9 *'}, {from: '42 9 31 9 *', to: '45 9 31 9 *'}, {from: '48 9 31 9 *', to: '51 9 31 9 *'}, {from: '54 9 31 9 *', to: '57 9 31 9 *'}, {from: '0 10 31 9 *', to: '3 10 31 9 *'}, {from: '6 10 31 9 *', to: '9 10 31 9 *'}, {from: '12 10 31 9 *', to: '15 10 31 9 *'}, {from: '18 10 31 9 *', to: '21 10 31 9 *'}, {from: '24 10 31 9 *', to: '27 10 31 9 *'}, {from: '30 10 31 9 *', to: '33 10 31 9 *'}, {from: '36 10 31 9 *', to: '39 10 31 9 *'}, {from: '42 10 31 9 *', to: '45 10 31 9 *'}, {from: '48 10 31 9 *', to: '51 10 31 9 *'}, {from: '54 10 31 9 *', to: '57 10 31 9 *'}, {from: '0 11 31 9 *', to: '3 11 31 9 *'}, {from: '6 11 31 9 *', to: '9 11 31 9 *'}, {from: '12 11 31 9 *', to: '15 11 31 9 *'}, {from: '18 11 31 9 *', to: '21 11 31 9 *'}, {from: '24 11 31 9 *', to: '27 11 31 9 *'}, {from: '30 11 31 9 *', to: '33 11 31 9 *'}, {from: '36 11 31 9 *', to: '39 11 31 9 *'}, {from: '42 11 31 9 *', to: '45 11 31 9 *'}, {from: '48 11 31 9 *', to: '51 11 31 9 *'}, {from: '54 11 31 9 *', to: '57 11 31 9 *'}, {from: '0 12 31 9 *', to: '3 12 31 9 *'}, {from: '6 12 31 9 *', to: '9 12 31 9 *'}, {from: '12 12 31 9 *', to: '15 12 31 9 *'}, {from: '18 12 31 9 *', to: '21 12 31 9 *'}, {from: '24 12 31 9 *', to: '27 12 31 9 *'}, {from: '30 12 31 9 *', to: '33 12 31 9 *'}, {from: '36 12 31 9 *', to: '39 12 31 9 *'}, {from: '42 12 31 9 *', to: '45 12 31 9 *'}, {from: '48 12 31 9 *', to: '51 12 31 9 *'}, {from: '54 12 31 9 *', to: '57 12 31 9 *'}, {from: '0 13 31 9 *', to: '3 13 31 9 *'}, {from: '6 13 31 9 *', to: '9 13 31 9 *'}, {from: '12 13 31 9 *', to: '15 13 31 9 *'}, {from: '18 13 31 9 *', to: '21 13 31 9 *'}, {from: '24 13 31 9 *', to: '27 13 31 9 *'}, {from: '30 13 31 9 *', to: '33 13 31 9 *'}, {from: '36 13 31 9 *', to: '39 13 31 9 *'}, {from: '42 13 31 9 *', to: '45 13 31 9 *'}, {from: '48 13 31 9 *', to: '51 13 31 9 *'}, {from: '54 13 31 9 *', to: '57 13 31 9 *'}, {from: '0 14 31 9 *', to: '3 14 31 9 *'}, {from: '6 14 31 9 *', to: '9 14 31 9 *'}, {from: '12 14 31 9 *', to: '15 14 31 9 *'}, {from: '18 14 31 9 *', to: '21 14 31 9 *'}, {from: '24 14 31 9 *', to: '27 14 31 9 *'}, {from: '30 14 31 9 *', to: '33 14 31 9 *'}, {from: '36 14 31 9 *', to: '39 14 31 9 *'}, {from: '42 14 31 9 *', to: '45 14 31 9 *'}, {from: '48 14 31 9 *', to: '51 14 31 9 *'}, {from: '54 14 31 9 *', to: '57 14 31 9 *'}, {from: '0 15 31 9 *', to: '3 15 31 9 *'}, {from: '6 15 31 9 *', to: '9 15 31 9 *'}, {from: '12 15 31 9 *', to: '15 15 31 9 *'}, {from: '18 15 31 9 *', to: '21 15 31 9 *'}, {from: '24 15 31 9 *', to: '27 15 31 9 *'}, {from: '30 15 31 9 *', to: '33 15 31 9 *'}, {from: '36 15 31 9 *', to: '39 15 31 9 *'}, {from: '42 15 31 9 *', to: '45 15 31 9 *'}, {from: '48 15 31 9 *', to: '51 15 31 9 *'}, {from: '54 15 31 9 *', to: '57 15 31 9 *'}, {from: '0 16 31 9 *', to: '3 16 31 9 *'}, {from: '6 16 31 9 *', to: '9 16 31 9 *'}, {from: '12 16 31 9 *', to: '15 16 31 9 *'}, {from: '18 16 31 9 *', to: '21 16 31 9 *'}, {from: '24 16 31 9 *', to: '27 16 31 9 *'}, {from: '30 16 31 9 *', to: '33 16 31 9 *'}, {from: '36 16 31 9 *', to: '39 16 31 9 *'}, {from: '42 16 31 9 *', to: '45 16 31 9 *'}, {from: '48 16 31 9 *', to: '51 16 31 9 *'}, {from: '54 16 31 9 *', to: '57 16 31 9 *'}, {from: '0 17 31 9 *', to: '3 17 31 9 *'}, {from: '6 17 31 9 *', to: '9 17 31 9 *'}, {from: '12 17 31 9 *', to: '15 17 31 9 *'}, {from: '18 17 31 9 *', to: '21 17 31 9 *'}, {from: '24 17 31 9 *', to: '27 17 31 9 *'}, {from: '30 17 31 9 *', to: '33 17 31 9 *'}, {from: '36 17 31 9 *', to: '39 17 31 9 *'}, {from: '42 17 31 9 *', to: '45 17 31 9 *'}, {from: '48 17 31 9 *', to: '51 17 31 9 *'}, {from: '54 17 31 9 *', to: '57 17 31 9 *'}, {from: '0 18 31 9 *', to: '3 18 31 9 *'}, {from: '6 18 31 9 *', to: '9 18 31 9 *'}, {from: '12 18 31 9 *', to: '15 18 31 9 *'}, {from: '18 18 31 9 *', to: '21 18 31 9 *'}, {from: '24 18 31 9 *', to: '27 18 31 9 *'}, {from: '30 18 31 9 *', to: '33 18 31 9 *'}, {from: '36 18 31 9 *', to: '39 18 31 9 *'}, {from: '42 18 31 9 *', to: '45 18 31 9 *'}, {from: '48 18 31 9 *', to: '51 18 31 9 *'}, {from: '54 18 31 9 *', to: '57 18 31 9 *'}, {from: '0 19 31 9 *', to: '3 19 31 9 *'}, {from: '6 19 31 9 *', to: '9 19 31 9 *'}, {from: '12 19 31 9 *', to: '15 19 31 9 *'}, {from: '18 19 31 9 *', to: '21 19 31 9 *'}, {from: '24 19 31 9 *', to: '27 19 31 9 *'}, {from: '30 19 31 9 *', to: '33 19 31 9 *'}, {from: '36 19 31 9 *', to: '39 19 31 9 *'}, {from: '42 19 31 9 *', to: '45 19 31 9 *'}, {from: '48 19 31 9 *', to: '51 19 31 9 *'}, {from: '54 19 31 9 *', to: '57 19 31 9 *'}, {from: '0 20 31 9 *', to: '3 20 31 9 *'}, {from: '6 20 31 9 *', to: '9 20 31 9 *'}, {from: '12 20 31 9 *', to: '15 20 31 9 *'}, {from: '18 20 31 9 *', to: '21 20 31 9 *'}, {from: '24 20 31 9 *', to: '27 20 31 9 *'}, {from: '30 20 31 9 *', to: '33 20 31 9 *'}, {from: '36 20 31 9 *', to: '39 20 31 9 *'}, {from: '42 20 31 9 *', to: '45 20 31 9 *'}, {from: '48 20 31 9 *', to: '51 20 31 9 *'}, {from: '54 20 31 9 *', to: '57 20 31 9 *'}, {from: '0 21 31 9 *', to: '3 21 31 9 *'}, {from: '6 21 31 9 *', to: '9 21 31 9 *'}, {from: '12 21 31 9 *', to: '15 21 31 9 *'}, {from: '18 21 31 9 *', to: '21 21 31 9 *'}, {from: '24 21 31 9 *', to: '27 21 31 9 *'}, {from: '30 21 31 9 *', to: '33 21 31 9 *'}, {from: '36 21 31 9 *', to: '39 21 31 9 *'}, {from: '42 21 31 9 *', to: '45 21 31 9 *'}, {from: '48 21 31 9 *', to: '51 21 31 9 *'}, {from: '54 21 31 9 *', to: '57 21 31 9 *'}, {from: '0 22 31 9 *', to: '3 22 31 9 *'}, {from: '6 22 31 9 *', to: '9 22 31 9 *'}, {from: '12 22 31 9 *', to: '15 22 31 9 *'}, {from: '18 22 31 9 *', to: '21 22 31 9 *'}, {from: '24 22 31 9 *', to: '27 22 31 9 *'}, {from: '30 22 31 9 *', to: '33 22 31 9 *'}, {from: '36 22 31 9 *', to: '39 22 31 9 *'}, {from: '42 22 31 9 *', to: '45 22 31 9 *'}, {from: '48 22 31 9 *', to: '51 22 31 9 *'}, {from: '54 22 31 9 *', to: '57 22 31 9 *'}, ] } }, Basically it plays a random video in the background of the mirror every 6 minutes from 06:00 to 23. :)
I hope this gives some ideas how to do stuff… :)
-
RE: Basic Text on Magic Mirror
Hi!
Try one of these:
https://github.com/SaltyRiver/MMM-SimpleText
https://github.com/martinmeinke/MMM-display-text-file
https://github.com/SkogDev/MMM-TextDepending on how you want it… :)
-
RE: Input...What do you think?
@planet4 “Prognås” is my bad… :) Sorry… You are correct. I thought it looked strange. :)
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Hi!
Thank you for this great module!
I’m thinking it would be good to have menu entry for the “logs”.
Basically just “display” the logs (maybe last 100 lines) of the ~/.pm2/logs/mm* files.
What do you say? :)Best regards Snille