@sdetweil That’s the solution! Installed npm install node-ical@0.16.1 and then executed pm2 restart MagicMirror. Thank you so much!
Read the statement by Michael Teeuw here.
Latest posts made by Chazzer
-
RE: calendar (icloud) not loading after last MM Update
-
RE: calendar (icloud) not loading after last MM Update
Update: When checking the configuration for the calendar module in the value of timeFormat. Instead of ‘abolute’, it should be ‘absolute’. I corrected the timeFormat. Unfortunately, there’s no improvement; it’s not loading the calendar.
-
calendar (icloud) not loading after last MM Update
hi together,
Does anyone have a tip? I’ve already replaced the public URL. Restarting PM2 also didn’t work.{ module: "calendar", header: "timmi Termine", position: "top_left", config: { displaySymbol: false, maximumEntries: 10, maxTitleLength: 18, maximumNumberOfDays: 30, timeFormat: "abolute", dateFormat:"MMM Do HH:MM", calendars: [ { fetchInterval: 300000, displaySymbol: false, maximumEntries: 10, maxTitleLength: 15, maximumNumberOfDays: 30, url: "webcal://p106-caldav.icloud.com/........> } ] } },
-
RE: MMM-Alexa Control with monitortoggle true -- but these command not work
@Chazzer said in MMM-Alexa Control with monitortoggle true -- but these command not work:
@sdetweil
Dear Sam, I wanted to express my heartfelt thanks. I’ve duplicated the entry and made all the settings accordingly. I must say, I’m thrilled! Alexa can now turn off and on the monitor. I’ll paste in the code snippet shortly.else if(this.config.vcgencmd =='xrandr'){ device.handler = function(action) { if(action === 1){ exec("xrandr --output HDMI-1 --auto --rotate right", opts, (error, stdout, stderr) => { _this.checkForExecError(error, stdout, stderr); }); }if(action === 0){ exec("xrandr --output HDMI-1 --off", opts, (error, stdout, stderr) => { _this.checkForExecError(error, stdout, stderr); }); } } }
now, if you had made a fork, downloaded this fork, changed and used git to commit , and push, you could have contributed this as a pull request for the author to add, so that others could benefit too…
> one minor thing, the code block markers MUST be the first thing on the line
Hello Sam, I’m really a newcomer to the world of Linux and Magic Mirror! :-) The developer seems informed, already through my first forum post, and I’ve already sent him the corresponding code snippet. I don’t quite understand if the code is faulty. Could you please show me what you mean by “one minor thing, the code block markers MUST be the first thing on the line”?
-
RE: MMM-Alexa Control with monitortoggle true -- but these command not work
@sdetweil
Dear Sam, I wanted to express my heartfelt thanks. I’ve duplicated the entry and made all the settings accordingly. I must say, I’m thrilled! Alexa can now turn off and on the monitor. I’ll paste in the code snippet shortly.else if(this.config.vcgencmd =='xrandr'){ device.handler = function(action) { if(action === 1){ exec("xrandr --output HDMI-1 --auto --rotate right", opts, (error, stdout, stderr) => { _this.checkForExecError(error, stdout, stderr); }); }if(action === 0){ exec("xrandr --output HDMI-1 --off", opts, (error, stdout, stderr) => { _this.checkForExecError(error, stdout, stderr); }); } } }
now, if you had made a fork, downloaded this fork, changed and used git to commit , and push, you could have contributed this as a pull request for the author to add, so that others could benefit too…
one minor thing, the code block markers MUST be the first thing on the line
-
RE: MMM-Alexa Control with monitortoggle true -- but these command not work
@sdetweil
Hi Sam, thanks for your quick help. I’m starting to get a bit anxious. I’m not sure if I can do this and would really appreciate a step-by-step guide. I’m afraid I might mess things up if it goes wrong.Can you explain how to make a backup of the Magic Mirror on the Raspberry Pi? My head is spinning with all these thoughts. Go take Timmy for a walk!
-
MMM-Alexa Control with monitortoggle true -- but these command not work
Hello everyone, and a big thank you to the developer of Alexa Control. I’ve successfully installed it, and the Alexa commands are being recognized.
Is it possible to ask Alexa to refresh or initialize the commands?
Additionally, I’ve been testing the monitor on/off mode. Here’s what I’ve observed: I need to set the DISPLAY environment variable first using “export DISPLAY=:0,” and then the “xrandr” command works.
The monitor can be turned off via SSH using the command “xrandr --output HDMI-1 --off” successfully. However, it’s not possible to turn it back on with “xrandr --output HDMI-1 --on.” To turn the monitor back on, I need to use “xxx@raspberrypi:~/MagicMirror $ xrandr --output HDMI-1 --auto --rotate right” because the monitor rotates to the left. Can you please assist me in developing a solution to control this via Alexa?
As additional information, I am using a Raspberry Pi 3B with a 32GB SD card, and I have a 17.3-inch LED display with a matte finish that is compatible with the B173RW01 V.4 TOP NHD. To go along with this, I am using the controller: HDMI VGA AV USB LCD Control Panel for 17.3-inch LP173WD1 B173RW01 LTN173KT01-A01 N173FGE-L21 N17306-L02 1600x900 with a 40-pin LCD screen.
-
RE: MMM-birthdays
@sdetweil Hello, thank you for the module recommendation. I’ll definitely take a closer look at it. Could you please share a screenshot that includes the icon and birthdays?
-
RE: MMM-birthdays
Hi! I came across your module yesterday and installed it. First of all, thanks for the module and the excellent guide. I’m using it with a .*json document, and I find it convenient that it’s separated and doesn’t need to be in the config.
Do you have any plans to add icons for birthdays in the future? An idea would be to display round birthdays with balloons, confetti, or just colored or monochrome icons that can be customized. I think that would be great.