Read the statement by Michael Teeuw here.
SimpleLogo auto change logo not working
-
@RoadRunnr1469 right. Some external module sends a message.
I didn’t look at that code
-
@sdetweil
Based on the section “Notification Events” I added a section as called out.
this isn’t letting me paste it in here, says it is spam. -
I added this to the config.js file
{ module: "MMM-OnScreenMenu", position: "bottom_right", config: { menuItems: { notify1: { title: "Patch", notification: "SIMPLE_LOGO_UPDATE", payload: { fileUrl: "modules/MMM-SimpleLogo/public/Amc.JPG", width: "200px" }
-
}, notify2: { title: "Support", notification: "SIMPLE_LOGO_UPDATE", payload: { fileUrl: "modules/MMM-SimpleLogo/public/RedSupport.jpg", width: "150px" } },
-
@RoadRunnr1469 I won’t be able to look at this til tomorrow or Sunday.
Open the developers window ctrl-shift-i select the console tab and scroll up to see any messages sent from the on screen module
-
@RoadRunnr1469 I installed the module, and modified one of mine to send the notification, and it worked as expected.
-
@RoadRunnr1469 and you installed the “MMM-OnScreenMenu” module too, right?
-
@sdetweil yes, and the on screen option works fine changes the logo as expected.
-
@RoadRunnr1469 cool… can u mark this as resolved now?
-
no, the SimpleLogo auto changer part still is not working.