@rts58 Thanks. I did figure out what to do. I forked the module in github and then it all worked fine withe second ID. Not very elegant as it may cause issues when the original module is updated. I dont know any other way, so for now will do.
Read the statement by Michael Teeuw here.
Posts
-
RE: GoogleCalendar with two IDs
-
RE: MagicMirror default weather module
Thanks Sam,
I was trying to use the web dev tool in the browser. The trouble was that the screen display was quite busy and was hard to navigate to the right corners. Did not quite know how to disable other module displays, so I could focus on weather module.Ultimately I just commented out some of the modules and then it was easier to navigate!! I found the dimming of the feels like is span.dimmed and dimmed is defined in main.css.
Dont quite know how to do undim in .feelslike so as to be a local effect, so for now I just defined the dimmed color. Is there another way?
Also, is it possible to disable displays of some modules in web dev tool other than have to comment them out in config.js? Thanks.
-
MagicMirror default weather module
Hi,
In the default weather module, what names are given to temperature, wind speed, sunset time and feels like temperature? The default module displays three rows for these in the current weather. I would like to display them in one row. How can I do that?Any clues for me? I guess it will need classes and custom css but for that I need to know what are the actual names being used by the module. Thanks.
-
GoogleCalendar with two IDs
Hello,
I am trying to set up randomBrainstormer/MMM-GoogleCalendar with two user IDs. Both Calendar IDs are just email addresses, I could go through all the steps and set up one ID and it works fine. I have the credentials.json for this UD in MMM-GoogleCalendar directory.
How do I add another credential to the same file in the same directory? I can get a new credential for the second ID but that would overwrite the first one. Should I just append? Am I missing something? Any help please?
Thanks. -
RE: CalendarExt3 inline-block and colors
Thanks for the explanation. Although it is a little bit over my head. I think I get the general idea. Will work through it. Thanks.
-
RE: CalendarExt3 inline-block and colors
Hi Sam,
Thanks. I was able to figure out the element and change the background color. I a first time user of the developer tool and so a little confused.The background color was not declared in custom.css, is that why they are crossed out in the web developed element? See the image at the end.
Also is there a default setting in web developer which I can resort to, after I have changed things around and clicked on several things not knowing what I am doing!!?? Thanks.
-
CalendarExt3 inline-block and colors
Hello again,
Have been somewhat successful in customizing the css for CX3. I am now struggling with the inline-block on today’s date. The solid white box covers the date.
Where is this box defined and how can I change color or remove this?
Tried to guess and check with:
display: none
instead of below:.CX3 .today .cellDate :not(.day) {
display: inline-block;No success. Please help.
Also where is color setting for weather widgets?Thanks.
-
CalendarExt3 custom css not working?
Hi,
I am a new user. Installed MM and MM-CalendarExt3. Works ay default css settings.
When I modify the custom.css in ~/MagicMirros/css the changes are not being picked up. What am I doing wrong? Please help. Thanks. Below is a few lines from custom.css: