You didn’t miss it. It is a change with the most recent update.
Read the statement by Michael Teeuw here.
Posts
-
RE: After update, Calendar shows infinite number of events.
-
RE: After update, Calendar shows infinite number of events.
Did you put maximumEntries after each URL call like below?
url: ‘https://google.com/public/basic.ics’,
maximumEntries: ‘10’, -
RE: Since the update calendar too wide
Adding the config option after each calendar worked for me. Thanks for the help!
-
RE: Since the update calendar too wide
@JoeFranz said in Since the update calendar too wide:
maxTitleLength
I am having the same problem. I updated recently and maxTitleLength no longer is working.
-
RE: PIR Motion sensor
Usually a black screen means that you have an error in your configuration file. Make a backup and remove as many lines as you can. Make sure you have the right GPIO pin. That can be confusing because it is different than the actual PIN number. Make sure you are also looking at a GPIO readout for a Pi 3 as the GPIOs are a little different depending on what version of the Pi you have.
-
RE: LED Backlight for mirror - PIR to control them
Different strips have different ways they need to be programmed. Some have faster refresh rates than others.
Most people will suggest ADA102 for beginners. The strips I linked to are LPD8806. As I mentioned previously the only reason I bought those ones is that MMM-PiLights was programmed to use them.
-
RE: LED Backlight for mirror - PIR to control them
I used these only because they were incredibly cheap and I originally started out looking at MMM-PiLights which uses the same LPD8806 type:
https://www.amazon.com/gp/product/B01COEJST8/ref=oh_aui_detailpage_o09_s00?ie=UTF8&psc=1
I used this python code:
https://github.com/longjos/RPi-LPD8806 -
RE: LED Backlight for mirror - PIR to control them
I did this.
I used the MMM-PIR-Sensor module and changed the following in node_helper.js:
From:
if (data.indexOf("0x120002") !== -1) exec("/opt/vc/bin/tvservice --preferred && chvt 6 && chvt 7", null);
To:
if (data.indexOf("0x120002") !== -1){ exec("/opt/vc/bin/tvservice --preferred && chvt 6 && chvt 7", null); exec("python /home/pi/py-spidev/RPi-LPD8806/LED.py"); }
and
From:
exec("/opt/vc/bin/tvservice -o", null);
To:
exec("/opt/vc/bin/tvservice -o", null); exec("python /home/pi/py-spidev/RPi-LPD8806/off.py"); }
Note that in the first from - to there is a “)” missing in the original code that you will need to fix. Also note that as soon as the module gets updated if you hack the code like I did above it will be wiped out when you update.
-
RE: Question About Mounting a Mirror in a Dorm
You are going to be hard pressed to find something that supports 30 lbs that is non-destructive. I would suggest making a stand for it or put it on a table.
Any tape rating is going to be highly dependent on the cleanliness of the surface prep. I would not trust tape to hold something that you are going to pour a lot of time and money into. Maybe you can hang it from something?