@mizban When you want your compliments in this font try;
/* Compliments */
.compliments .xlarge {
font-family : 'Allerta Stencil', serif;
}
This works for me
@mizban When you want your compliments in this font try;
/* Compliments */
.compliments .xlarge {
font-family : 'Allerta Stencil', serif;
}
This works for me
@mizban In your custom.css put the following line with your font as the first line of the custom.css.
When there is a space in the filename replace it with a ´+'.
/* Font for compliments, needs to be the first line !!! */
@import url('https://fonts.googleapis.com/css?family=Allerta+Stencil');
In the settings for your compliments, in the custom.css, set the fonts with the following line, together with other settings like font-size etc.
font-family : 'Allerta Stencil', serif;
Thats how I do it with a google font.
@mirrX said in Monthly Calendar:
Is this module still working?
Mine is, so have a look at your config and check for errors
@MM-Hans said in Translation “After one month” in Calendar Module:
Thanks Stefan, I appreciate your help!
I answer this in Dutch because otherwise it will be difficult to explain. The used notation in moment.js is correct.
Getallen tot twintig (20) worden normalieter uitgeschreven. Op het getal een worden accenten geplaatst als het een telwoord is.
Uitzondering hierop is in samenstellingen met een worden geen accenten op de ee gezet, ook niet als het telwoord één bedoeld is.
Voorbeeld hiervan is eendagsvlieg.
Bron : onzetaal.nl
No reason to change this, why would you like to do this?
@palmaren The monthly Calendar has no option for week numbers. When you want that option ask the creator of the module.
The default Clock module has the option showWeek, when set to ‘true’ is shows the actual week number under the clock.
@nitram That is done depending on your country / language settings in the config.js file.
For me I use language : ‘nl’, the calendar starts on Monday. When I use ‘us’ as language it starts on Sunday.
Otherwise first connect directly via HDMI and see what kind of image this gives.
@petrpls said in Getting the MagicMirror full-screen resolution:
Any help appreciated!
You need to edit your config file ( /boot/config.txt) see this thread for details.
@yawns said in MMM-WorldTides, no output on screen:
Yep, you are right. However you cannot simply replace the apibase, do you? I guess I have to change the module to use request() to allow access to https and to avoid no-origin replies.
I replaced the apibase in the file MMM-WorldTides.js as discribed above (line 29). So I think you should update the module with this.
I will be looking in to your code to make some changes in the layout off the out put, so when you are interested let me now.
@pjkoeleman said in MMM-WorldTides, no output on screen:
http://www.worldtides.info/api?extremes&lat=52.212&lon=4.399&lenght=2592000000&key=
I found the problem, yeah !!!
The apiBase URL has to change from
apiBase: "http://worldtides.info/api"
to
apiBase: "https://worldtides.info/api"