@Mykle1
Now you need to make a timer module !
_ Leaving at hh:mm to wedding of … (or other event)
_ You still have hh:mm:ss before leaving (time leaving -/- actual time)
How about that !!!
@Mykle1
Now you need to make a timer module !
_ Leaving at hh:mm to wedding of … (or other event)
_ You still have hh:mm:ss before leaving (time leaving -/- actual time)
How about that !!!
@ronny3050 Thanks for taking up the challenge.
I would prefer option #1 as well. So the user can choose its own colors.
@j.e.f.f said in Help Translating Word Clock:
MMM-TextClock
I did the Dutch translation.
I thought there was an error in displaying the time (words) in the right order for Dutch and an error in displaying the right hours at a specific time. I will have a look in my notes and come back to you with the results after I gave it a test run.
{
"ITIS": "HET IS",
"HALF": "HALF",
"QUARTER": "KWART",
"MINUTES": "MINUTEN",
"TO": "VOOR",
"PAST": "OVER",
"ONE": "EEN",
"TWO": "TWEE",
"THREE": "DRIE",
"FOUR": "VIER",
"FIVE": "VIJF",
"SIX": "ZES",
"SEVEN": "ZEVEN",
"EIGHT": "ACHT",
"NINE": "NEGEN ",
"TEN": "TIEN",
"ELEVEN": "ELF",
"TWELVE": "TWAALF",
"TWENTY": "TWINTIG",
"OCLOCK": "UUR",
"THIRTEEN": "DERTIEN",
"FORTEEN": "VEERTIEN",
"FIFTEEN": "VIJFTIEN",
"SIXTEEN": "ZESTIEN",
"SEVENTEEN": "ZEVENTIEN",
"EIGHTEEN": "ACHTTIEN",
"NINETEEN": "NEGENTIEN",
"THIRTY": "DERTIG",
"FORTY": "VEERTIG",
"FIFTY": "VIJFTIG",
"OH": "OH",
"HUNDRED": "HONDERD",
"ZERO": "NUL"
}
Thats the translation I have, now to your questions;
The translations for the asked times;
It’s one o’clock --> Het is een uur (01:00)
It’s five minutes past one --> Het is vijf (minuten) over een (01:05)
It’s quarter past one --> Het is kwart over een (01:15)
It’s half past one --> het is half twee (01:30)
It’s twenty-five minutes to two --> Het is vijf (minuten) over half twee (01:35)
It’s quarter to two --> Het is kwart voor twee (01:45)
It’s ten minutes to two --> Het tien (minuten) voor twee (01:50)
It’s one o’clock --> Het is een uur (01:00)
It’s five minutes past one --> Het is vijf (minuten) over een (01:05)
It’s ten minutes past one --> Het is tien (minuten) over een (01:10)
It’s quarter past one --> Het is kwart over een (01:15)
It’s twenty minutes past one --> Het is tien (minuten) voor half twee (01:20)
It’s twenty-five minutes past one --> Het is vijf (minuten) voor half twee (01:25)
It’s half past one --> Het is half twee (01:30)
It’s twenty-five minutes to two --> Het is vijf (minuten) over half twee (01:35)
It’s twenty minutes to two --> Het is tien (minuten) over half twee (01:40)
it’s quarter to two --> Het is kwart voor twee (01:45)
It’s ten minutes to two --> Het is tien (minuten) voor twee (01:50)
It’s five minutes to two --> Het is vijf (minuten) voor twee (01:55)
Normaly we leave the minutes away when we say the time in Dutch, thats why I put them in brackets ()
Hope this is a start, when you have question please ask.
@cowboysdude
There is no excuse in being late !
@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?
@Mykle1 said in Internet Monitor:
@ronny3050 thanks for a nice Monitor, i love the wifi indicator.
You asked for wishes for the Internet Monitor.
I have been looking in the code if it is possible to give te wifi indicators some color.
Making strength_full.png green, strength_almost yellow, strength_half orange and strength_non.png red. Would love to see this as an config option of in the my custom.css.
Is there a way to do this?
@j.e.f.f
First of all, German is not my main language, but there are some things I see.
The use of “zwanzig” is strange in my opinion, but let some German speaking users decide how they want it to be.
@Advokaten Yes it’s just working as discribed. Here is my part off config.js for the Internet Monitor.
{
Module: 'internet-monitor',
position: 'bottom_right',
config: {
type: 'minimal',
maxTime: 10000,
updateInterval: 120000,
verbose: false,
displayStrength: true,
displaySpeed: false,
strengthIconSize: 40,
maxGaugeScale: 25
}
},
Now I want to bring a little color to the wifi indicator.
@willfri @strawberry-3-141
Is the translation of 13:20 okee, I would say “Es ist zehn vor halb zwei”?
@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"