Mirror arrived, well packed so thanks a lot for this! Here a picture of the final result:
Read the statement by Michael Teeuw here.
Best posts made by runny
-
RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
-
Calendar - Change DateFormat to DD MM YYY
Hello,
just starting out with the MagicMirror and doing my first steps with it. One thing I am struggling with is to change the date format, when it is set to “relative”. There I get MM DD YYYY but I would like to have DD MM YYYY.When changing to absolute I can freely adjust the format. Is there any trick where / how I can do this with the relative format?
Here is a look at my config.js:
{ module: "calendar", header: "...", position: "bottom_right", config: { fade : true, timeFormat: "relative", dateFormat: "DD/MM/YYYY - HH:mm", calendars: [ { symbol: "calendar-check-o", url: "..." } ] }, },
Latest posts made by runny
-
RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
Mirror arrived, well packed so thanks a lot for this! Here a picture of the final result:
-
RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
A little bit late but I’d also like to join here! Here is my spec:
60x90cm
Polished Edges
Shipping within GermanyThanks @Goldjunge_Chriz, looking forward to this!
@all: Coming from Rastatt in Germany if somebody wants to save shipping fees here.
-
RE: Calendar - Change DateFormat to DD MM YYY
Hello scumbelly and sdetweil,
Thanks for your help and quick responses here! I have tried what you have suggested scumbelly but with no result. As sdetweil indicates the dateFormat does only change, when you specify timeFormat as absolute.
And that is kind of my problem…I can change the dateFormat but only when switching to absolute. But for the latest appointments I’d prefer to have it in relative format. As I understand it this should be possible also by using the “urgency” and “getRelative” variables but then I run into another problem - the relative date that is shown is different than when I have timeFormat as relative (no days, no times).
I have attached two pictures marking what I’d like to have (green) and what I’d not like to have (red) and hope this explains what I want to achieve:
-
Calendar - Change DateFormat to DD MM YYY
Hello,
just starting out with the MagicMirror and doing my first steps with it. One thing I am struggling with is to change the date format, when it is set to “relative”. There I get MM DD YYYY but I would like to have DD MM YYYY.When changing to absolute I can freely adjust the format. Is there any trick where / how I can do this with the relative format?
Here is a look at my config.js:
{ module: "calendar", header: "...", position: "bottom_right", config: { fade : true, timeFormat: "relative", dateFormat: "DD/MM/YYYY - HH:mm", calendars: [ { symbol: "calendar-check-o", url: "..." } ] }, },
-
RE: MMM-EARTH-Live & MMM-ISS-Live
Hello,
Currently I struggle with a problem that already seems to be know but I somehow can not fix it. MMM-EARTH-LIVE is not autoplaying for me.I have already tried adding :
app.commandLine.appendSwitch(‘autoplay-policy’, ‘no-user-gesture-required’); //< -------- addedto the recommended place in MagicMirror/js/electron.js but without any results. Further I have tried to update to the latest version of the electron browser with “npm install electron@latest” but that has also not helped me with the autoplay problem.
Is there further thins that I can try or any possibility that I did something wrong above?
Thanks for any help!