@anaghd
Even adding what I think is the correct syntax I still get an error. I am having the same issue where the TV will not turn back on after it goes to “sleep”. Initially (with unmodified code), as long as it is searching for the HDMI signal it will turn the monitor back on; however, when the signal search stops these commands will not turn the TV back on.
Here is the error:
Whoops! There was an uncaught exception…
0|mm | [01.01.2022 06:21.55.922] [ERROR]
0|mm | /home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:640
0|mm | “vcgencmd display_power 1” && sudo echo ‘on 0’ | cec-client -s -d 1”;
0|mm | ^^^^
Read the statement by Michael Teeuw here.
Posts made by stevegoble
-
RE: MMM-Remote-Control can not turn ON monitor
-
RE: MMM-Remote-Control can not turn ON monitor
@anaghd said in MMM-Remote-Control can not turn ON monitor:
“vcgencmd display_power 0 && sudo echo 'standby 0 | cec-client -s -d 1”;
I am not a programmer but there seems to be a syntax error in this line of code (and the next one too). Shouldn’t there be a closing ’ after the opening 'standby ?
-
RE: Advanced stocks / finance module needed
Re: Advanced stocks / finance module needed
And this one looks / works great. Different customization is a really nice touch.
-
RE: MMM-NOAA - Another Weather Module
BAH! I just made the locale change to 12!! Thanks a bunch for the fix, I’ll update now… you da man!!
-
RE: MMM-NOAA - Another Weather Module
@tbbear
Thank you for the quick response. I am in Atlanta, GA USA. I prefer 24 hour clock so…sigh. -
RE: MMM-NOAA - Another Weather Module
I had the same issue. The change to config.js did fix it but now the temp is showing in Celsius. My locals are:
language: "en", timeFormat: 24, units: "imperial",
any idea?
Thanks!
-
RE: Stocks
There are a few symbols that don’t exist. Remove .DJI and CICS
I also was having many issues. This page will allow you to search for ticker symbols this api supports.
Until Alphavantage is supported anyway…they even have cryptocurrency on theirs…
-
RE: Problem with Weather forecast
@MichMich fresh upgrade to 2.1.3 and using the entire sample config does not display the weather. I tried the develop branch and updated it with git pull but does the same. Was this fixed? Do I need a fresh build?