@pauabaer yeah a couple of kg, but not overwhelmingly heavy :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Recommended mirror specs
-
RE: Help customizing compliments
/* 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', config: { compliments: { morning: [ 'Good morning, handsome!', 'Enjoy your day!', 'How was your sleep?', ], afternoon: [ 'Hello, beauty!', 'You look sexy!', 'Looking good today!', ], evening: [ 'Wow, you look hot!', 'You look nice!', 'Hi, sexy!', ] } } }, { 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;}Just alter the compliments above between the two
'
add a,after each row when you add more complimentsYou can add any media you want, if you want a simple gif/jpg to display somewhere then MMM-SimpleLogo will do just that
-
RE: MMM-DailyBibleVerse
@bminer1 it’s missing a .
.MMM-DailyBibleVerse { font-size: 12px; } -
RE: MMM-doomsDay - The countdown module,
Finally got around to adding the option to change the text displayed when the doomsDay has passed as @Snille suggested!
-
RE: Touch overly VS. "Smart Glass"
An IR-frame isn’t affected by the type of mirror (since it is placed in front of everything).
Touch foils (pcap) however can’t be used on glass with metallic coatings, which most of the mirrors have, because the metal distorts the readings of the foil sensors.
With that said I don’t know how the touch foil would react behind an acrylic mirror but my guess is that it most likely won’t work. (As most plastics are prone to get staticly charged and that could probably have a negative impact on the touch foil as well).
-
RE: Total n00b and can't get this thing to work. Please help!
@EttVenter I would suggest a total reformatting of the SD card, get the Jessie lite image and put that on your sd card.
Then follow these instructions : https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide
-
RE: Creating a module to display daily horoscopes
@YoungHomie the newsfeed module is basically a rss reader, find a rss stream and past it in ad the url and it will be displayed as the news are being displayed
-
RE: MMM-doomsDay - The countdown module,
@pjkoeleman nope, probably a timezone issue on the Pi itself, does the clock work correctly? daylight saving time?
Try changing the time from 24:00:00 to 23:59:00
-
RE: New windows, NOT full size
@mortenbirkelund why not use an iframe? That way you could still have a lot of the other modules visible as well and you could put a timer on it so if you don’t close it it closes itself.