@mochman … Awesome… I followed your instructions and it worked! Thank you! I would have never figured that out on my own…
Thanks again!
Rob
@mochman … Awesome… I followed your instructions and it worked! Thank you! I would have never figured that out on my own…
Thanks again!
Rob
@bkeyport, I modified my config with your config and it removed the Today, just as I was looking for! Thank you for your help. I think where my problem may have been is instead of having all of the config options above the calendars section, right after the config braces, I had all of my options below the url line in the calendars section…
When I saw your config layout, I was immediately suspicious of my config layout being the culprit…
I had one mirror that was still displaying Today even though I edited the config just like the other one that was not displaying it… I ended up having to edit line 279 in the calendar.js file & removing the text “Today” from "timeWrapper.innerHTML = this.capFirst(this.translate("Today “));”
That together does the trick! I thank you for your help!
@bkeyport , I will give that a try and get back with you…
@bkeyport , Thanks for working with me here…
I added that to my config. It didnt change the display any. Other than the calendar url, the only options i have in my config are maximumEntries: “4” & maximumNumberOfDays: “1”. Making your modification had no affect on the display. I tried it on two different mirrors with the same result. I will try it with an event with a given time and see if it has an affect on that…
Rob
Is there anyway that I can remove the “Today” and “at” whatever time an event is on the calendar? I only show events for the current day. I am not so busy that I need to display the event time from the calendar. After each event it says “Today at 5:30 PM”, or whatever time the event has from google calendar. I would only like to display the events. Is there a way to edit out the rest? I have two mirrors setup and I thought i edited the “Today” out of the calendar.js file, but now its back. It would just show 5:30 event time and not the Today. If the calendar event is an all day event, it wont show the time anyway, just the “Today”. Its still edited out of the calendar.js file, but it displays it anyway. I have searched all through the configs and I just dont understand it enough to figure it out. If someone could point me in the right direction where to look, I would appreciate it greatly.
There is just so much potential here, but I am limited alot because I just cant wrap my head around this node.js stuff…
Rob
@mochman … Awesome… I followed your instructions and it worked! Thank you! I would have never figured that out on my own…
Thanks again!
Rob
Is there any way to remove the Distance column? I live in a small town and dont really need the distances on the display. I hunted around the files a little bit and didnt see anything that I could maybe edit or delete that would remove it.
Rob
I am very new at this but I have setup a simple configuration. I use mqtt messages for my ‘home information system’. I use esp8266’s connected to sensors and send those messages to node-red to keep track of stuff here at the house. I have MMM-MQTT module setup & it is straight down the middle, top_center in the config. I have about 24 subscriptions in that module displayed. I would like another column of data, so I just added another module and adjusted the spacing and it placed it right beside the other module, it was almost perfect for what I want. As long as the second module has the same subscriptions as the first one, they show up. As in if I copy the whole module config and just paste it in the config file. If I set any new mqtt subscriptions, they will not be displayed, they display nothing in the data field. I think the second instance is not actually subscribing to the messages on the mqtt broker. I can send messages and receive them on other devices but they are not picked up on the second instance of MMM-MQTT that I added to the configuration file. After some testing, I determined that it is not subscribing to any messages that are placed in the config file under the second instance of that module.
Any help would be appreciated on this topic. I have it configured to be in the top_center. If I could make two columns right down the middle on that single module, that would probably do for me. I struggle to edit the config files to get the spacing and formatting the text. I am so new to it, I dont even know whats possible and what is not. Its like reading a foreign language to me, lol.
Rob
This afternoon I added the module MMM-Gas. I added two instances of that module in my config file. If I give them different zip codes, it will display two instances but they will both have the same zip code.
Is this normal behavior of having two instances of a module in the setup or am I not configuring them right? I dont know enough about this stuff yet to know what I can do and what I cant. I am guessing I am trying to do something that isnt possible or I am not setting it up right…
Rob
I found a workaround for the MMM-Gas two zip code issue that I had. I copied the module to a new folder called MMM-MyGas. Edited the files to make that a separate module & it allowed me to have two of those modules on the display with two different zip codes. I work in a different zip code and it will be handy to know the gas prices there too.
I am going to do the same to the MMM-MQTT module and see if that will work the same way. I will post the results when I get some modifying and testing done.
Rob
After a few modifications and tests, I can setup two different MMM-MQTT columns if I do the module copy like I did with the MMM-Gas module. Its a workaround, but I am not sure this is the only way that it can be done. It does work, but I have no idea if it is the correct way to do something like this. I may not be explaining myself very well, and if anyone has any questions, just comment or message me.
Rob