Thanks, looks like my issues is setting up billing on the google account
MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
C
Latest posts made by cmer3
-
RE: pjestico/MMM-GoogleTrafficTimes Address Format?
-
pjestico/MMM-GoogleTrafficTimes Address Format?
No errors, but I can’t get data to display. Google API key is right, so I am looking for format errors. Anything obvious?:
{ module: 'MMM-GoogleTrafficTimes', position: 'top_right', config: { key: 'AIzaSyAlettersandnumbersfYyA', origin: '39.408476,-76.545179', destination1: 'M Work:39.439013,-76.632005', destination2: 'C Work:39.399357,-76.593041', AvoidHighways: false, AvoidTolls: false, } },
-
Best PIR Strategy for RPI4?
Hi, I am a noob , doing my first mirror project. I plan to have a PIR sensor to wake the mirror up from sleep. There seem to be 3 ways to do this: MMM-PIR Sensor, MMM-newPIR, and what I guess is a shell script? at https://www.putorius.net/using-pir-sensor-for-motion-detection.html. Is there a best approach for RPI4?