@myself: ;-)
Found the solution by myself. I had the “.xsmall” part copied over from the original css file in my custom.css
This one is used to scale the font size…
@myself: ;-)
Found the solution by myself. I had the “.xsmall” part copied over from the original css file in my custom.css
This one is used to scale the font size…
I also have a problem with the font size of MMM-NOAA3
…
Can anyone tell me please, where to customize the font size of this lower part of the module:
I tried every part of the original css file in my custom.css but nothing had the right effect…
Thanks!
@kasperb: I will give this module a try:
https://github.com/cowboysdude/MMM-NOAA3
It has several options for placing API (weatherdata). So if one closes - i can switch to the next if needed…
I installed it today so i cannot say if the data (from weatherbit.io in my case) is reliable…
The API was shut down. Heres the official statement (from: https://feedback.weather.com/customer/en/portal/articles/2970681-my-weather-underground-api-key-has-been-disabled-why-?b_id=17298)
***My Weather Underground API key has been disabled. Why?
The Weather Underground’s API has been retired. Keys have been closed down on a rolling basis since February 15, 2019. It will close down completely shortly. Information about this has been available through the API itself and online for nearly a year.
If you are a contracted, paying customer and feel you have been shut off in error, please click the blue ‘email us’ button below.
If you would like to explore paid plans on The Weather Company’s enterprise-grade API, please follow this link and fill out the form on that page.
At this time we do not anticipate offering free, ongoing “developer” level keys to The Weather Company’s API.
Thank you for your support of the Weather Underground API.***
Alternatives?
@medo said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?:
@detto65 said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?:
had the same issue, it shows you the end of the event, usually because its an all day event.
…
@medo showEnd:false should do the trick,
i only used de dateformats to show the dates in a more readable format.
It seems like this has solved my problem. No wrong dates since weeks… Thanks a lot!
@detto65 said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?:
had the same issue, it shows you the end of the event, usually because its an all day event.
…
Thanks detto65! I tried your suggestions for the code changes…
As i do not have a wrong date in my calendar list at the moment, i will report if the changes solved my problem (when or if a wrong date appears or not).
But i do have a last question:
I added “showEnd: false”, but left in my configuration these two entries untouched: "timeFormat: “HH:mm [Uhr]” and "dateFormat: “dddd” (as these two entries suit my needs a little bit better).
Is the entry “showEnd: false” enough to solve my problem or do i have to alter the both stated above (time and dateFormat) also - according to your alterations? What do you think?
@j-e-f-f said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?:
@medo Do you have the same issue using the default calendar module? My module uses the same fetching mechanism behind the scenes as the default calendar module. It’s only a different display style.
Yes, with standard calendar module the same issues occur…
Hey there!
For some time now, i have the following issue:
My MMM-MyCalendar is showing dates wrongly (one day in the past) although they are correct in the used ics-file.
Like this -> Halloween in the mirror-calender is the 30th (see red box in screenshot below) and in my ics-file - the start date - is the 31th (see second red box)
(my pi system date/time is correct and i already updated the module - manually because i am on Mirror Version 2.1.0 - to MMM-MyCalendar version 1.0 -> from here: https://github.com/jclarke0000/MMM-MyCalendar/releases/tag/v1.0)
Other devices also using this (from my NAS provided) ics-file (like my mobile phone) displaying the dates correct (also Halloween on the 31th)
Where can i fix this one day error/difference in the MMM-MyCalendar module?
I got some interesting (extracted with “pm2 log --lines 100”) logfiles:
The last screenshot of the log is interesting:
… Cannot read property "length’ of undefined at eventDate (/…/calendarfetcher.js)…
Maybe this is the key to my mystery?
Again: Where can i fix this one day error/difference in the MMM-MyCalendar module?
Hey there!
For some time now, i have the following issue:
My MMM-MyCalendar is showing dates wrongly (one day in the past) although they are correct in the used ics-file.
I moved my question over to the “troubleshooting” section (as it seems it fits better there):
Can this module be worked with by NOT using Google functionallity?
I just want to control my mirror modules…
Thanks