Ok… thank youi… I just paste what you had sent… but I will look into geany… I hadn’t heard about that… Thanks
Dennis
Best posts made by N6NG
-
RE: Trying to install Pir and Screen
-
RE: Adding CPU temp to tools
@bugsounet Yes… sorry I missed it… don’t know how… but it is there for sure… My apologies for wasting time…
Dennis N6NG
Latest posts made by N6NG
-
Another MMM-Tools request
I was wondering if you would add the electron version to the MMM-Tools module?
Thank you for considering my request…
Dennis -
RE: EXT-Pir/EXT-Screen
I found it… I updated the EXT-Screen and now it’s working properly… The answer is always there somewhere…
Dennis -
EXT-Pir/EXT-Screen
I got EXT-Pir and EXT-Screen installed and it looks fine with no errors. It will restart the counter with motion.
But with no motion, it counts down to 2 secs. and then starts at 15min again. The screen never goes dark. I’ve been using Mode 1: and have tried other modes but they all work the same. Count down and restart the count… Any suggestions?
Thanks Dennis -
RE: Adding CPU temp to tools
@bugsounet Yes… sorry I missed it… don’t know how… but it is there for sure… My apologies for wasting time…
Dennis N6NG -
Adding CPU temp to tools
Can CPU temp be added to the tools list of details? If so, how would that be done? Or is it just a request for future mods to the module… Thanks
Dennis N6NG -
RE: EXT-PIR /EXT-Screen/EXT-Alert
I remembered… I’m in the process of retyping everything using the Raspberry Text editor… Thanks again… I just don’t remember when I’m copying and pasting frrom the home module…
Dennis -
RE: EXT-PIR /EXT-Screen/EXT-Alert
Thank you… here is the config for all three…
{
module: ‘EXT-Alert’,
config: {
debug: false,
ignore: []
type: ‘information’,
message: ‘this is a sample message displayer’,
sender: ‘N6NG’,
sound: ‘none’,
}
},{
module: ‘EXT-Pir’,
config: {
debug: false,
gpio: 17,
reverseValue: false
}
},{
module: ‘EXT-Screen’,
position: ‘top_left’,
config: {
delay: 2 * 60 * 1000,
}
}, -
EXT-PIR /EXT-Screen/EXT-Alert
I got the above 3 modules install. The Pir/Screen didn’t work. So I installed the EXT-Alert to see if I could get some clue why I had the problems. When I tried to start the MagicMirror again, it said I had a problem. I ran npm run config:check and it told me I had a bad token on line 20 which was the type: in the EXT-Alert module. I looked through the forum problems but none had anything that would repair this trouble. Anyone have any other possibilities?
Thanks Dennis