Solved 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 -
Hi, I think you have done an syntax error.
Can you past your config? (replace sensible feature value by XXX for password or token) -
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,
}
}, -
-
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 -
bugsounet