@sean Thank ( Again Sean)
I’m getting the following error :
config.js:40 Uncaught TypeError: Cannot set property 'src' of null
at Object.payload (config.js:40)
at Class.notificationReceived (MMM-NotificationTrigger.js:62)
at sendNotification (main.js:95)
at Object.sendNotification (main.js:498)
at Class.sendNotification (module.js:368)
at Class.socketNotificationReceived (MMM-Hotword.js:85)
at module.js:246
at r.<anonymous> (socketclient.js:25)
at r.emit (index.js:83)
at r.onevent (index.js:83)
config.js 40 is :
38 payload: (payload) => {
39 var img = document.getElementById("MY_ANIMATION")
40 img.src = "/home/pi/MagicMirror/jarvis-standby2.gif"
41 return payload
Any Idea ? Let me know if you need me to report this directly in git issues.
Thanks