• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Medo
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 7
  • Posts 44
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-NOAA3 - Font size

    @myself: ;-)
    Found the solution by myself. I had the “.xsmall” part copied over from the original css file in my custom.css

    0_1552067080823_b2e5d39d-c6ac-4949-acea-854b9ff07e5e-grafik.png

    This one is used to scale the font size…

    posted in Troubleshooting
    M
    Medo
    Mar 8, 2019, 5:45 PM
  • RE: MMM-NOAA3 - 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:

    0_1552056368637_4aeaf7c0-984f-4270-a38f-184b577b1762-grafik.png

    I tried every part of the original css file in my custom.css but nothing had the right effect…

    Thanks!

    posted in Troubleshooting
    M
    Medo
    Mar 8, 2019, 2:47 PM
  • RE: Wheather/ Wunderground not loading

    @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…

    posted in Troubleshooting
    M
    Medo
    Mar 8, 2019, 2:39 PM
  • RE: Wheather/ Wunderground not loading

    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?

    posted in Troubleshooting
    M
    Medo
    Mar 8, 2019, 7:10 AM
  • RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?

    @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!

    posted in Troubleshooting
    M
    Medo
    Nov 18, 2018, 8:44 AM
  • RE: 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.
    …

    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?

    posted in Troubleshooting
    M
    Medo
    Nov 1, 2018, 9:15 AM
  • RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?

    @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…

    posted in Troubleshooting
    M
    Medo
    Oct 26, 2018, 6:14 AM
  • MMM-MyCalendar: Showing wrong dates (days one day in the past)?

    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)

    0_1540212730779_pic.png

    (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:

    0_1540308657056_Bildschirmfoto vom 2018-10-23 17:28:53.png

    0_1540308667913_Bildschirmfoto vom 2018-10-23 17:29:19.png

    0_1540308676464_Bildschirmfoto vom 2018-10-23 17:30:11.png

    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?

    posted in Troubleshooting
    M
    Medo
    Oct 23, 2018, 3:36 PM
  • RE: MMM-MyCalendar

    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):

    https://forum.magicmirror.builders/topic/8963/mmm-mycalendar-showing-wrong-dates-days-one-day-in-the-past

    posted in Utilities
    M
    Medo
    Oct 22, 2018, 12:54 PM
  • RE: MMM-Assistant (updated) -- Your voice to the world!

    Can this module be worked with by NOT using Google functionallity?
    I just want to control my mirror modules…
    Thanks

    posted in Utilities
    M
    Medo
    Apr 1, 2018, 7:14 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy