@johnnyboy I think it should be just .calendar not .Module_calendar
Read the statement by Michael Teeuw here.
Posts
-
RE: Changing Module Display Width
-
RE: The oldest to make a Magic Mirror?
Give me about 20 years, then I’ll get back in to this thread ^_^
-
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: Basic Countdown module
@Jopyth Because I’m not made of money goddamnit! Candles are expensive. :P
-
RE: Changing Module Display Width
@johnnyboy maxWidth isn’t specified for the WunderGround module. So you can’t use the same config option there as you could with MMM-History.
Confusing I know, but most modules don’t use size settings in the config since it’s better to set that with css code.
Custom css-code is put in the file custom.css that can be found in the css folder.
-
RE: Changing Module Display Width
@johnnyboy You can do a lot to the Magicmirror and it’s module just by editing the css,
Here is a good reference for CSS : https://www.w3schools.com/css/
And css for beginners : http://www.htmldog.com/guides/css/beginner/
-
RE: Mirror mirror on the wall alexa skill
@KMH0 That I better leave to someone else that have installed Alexa, Haven’t done that part :)
-
RE: Changing Module Display Width
@johnnyboy well, not entirely, the content (text etc.) don’t change in size, all you do is changing the surface that the content can take up.
like moving from a big garage to a small, you still have the same amount of stuff but less area to put it in, so the stuff that doesn’t fit spills over and out on to the yard.
-
MMM-doomsDay - The countdown module,
Description:
A simple module to put a countdown to an event, displays days left to the set date.
Displays one line when the day is here and another one when the event is over.Screenshots:



Download:
[card:brobergp/MMM-doomsDay]
Version 0.4 (16/3 2017)
Added the option to change text when the day has passed,
suggested by @Snille !Version 0.3
Fixed half day bug, also increased the update interval so it now updates every hour instead.
Version 0.2
Fixed hour issue, not displaying the event in the morning.
Version 0.1
Quick and dirty, try it, should work.
-
RE: Changing Module Display Width
@johnnyboy It will change the height/width of the module “container”, it will not affect the size of objects, images or fonts. Normally the module “container” will adapt to the size of it’s content. but with the width/height specified you force it to be a set width/height.
-
RE: Basic Countdown module
@illskool Well then. Have this religious countdown module instead!
Guaranteed candle free![card:brobergp/MMM-doomsDay]
(just made it, but it should work :D )
-
RE: Mirror mirror on the wall alexa skill
@KMH0 Nothing will happen, but now the script will start when you click it instead of opening in leafpad, right?
-
RE: IR Touchframe suggestions?
@Bangee have you checked so the mirror and touchfilm are compatible? The foil I have doesn’t work with mirrors that have a metal coating.
-
RE: Mirror mirror on the wall alexa skill
@KMH0 type dir to see where you are. Then type cd the folder you want to open until you get there.
As default you should start in your home directory
-
RE: Problem With iOS Device and Forum Login
I’ve noticed that this happen when I’m clicking login from lets say the unread page, clicking on login when down in the base adress of the forum I have no issues
-
RE: Mirror mirror on the wall alexa skill
-
Increase in spam bots
Iv’e flagged a lot of spam posts since the server change, is there less robot control when signing up on the forum now?
-
RE: [WANTED] Maker Faire Berlin MagicMirror booth
I would def. get in on it, but I’m not German and don’t know enough german to be of any help ^^ plus, If it’s held down south it’s gonna be a long ride ^^
But I like the initiative!