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

    jca2112

    @jca2112

    3
    Reputation
    111
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jca2112 Unfollow Follow

    Best posts made by jca2112

    • News Feed Source Title and Publish Date missing a character

      Recently updated MagicMirror and noticed the News Feed Title and Publish date are now running together – there is a space missing after the comma after the Title, so it looks like this:

      New York Times,2 hours ago:
      

      when it should look like this (space after the comma):

      New York Times, 2 hours ago:
      

      I haven’t noticed this in the older version I was running; Was showPublishDate used to be handled differently (via CSS and/or a div/span) instead of being inline with the showSourceTitle?

      Can anyone help with getting the missing space back into this News Feed module output?

      posted in Troubleshooting
      jca2112J
      jca2112
    • Spam Posts: Update on this Problem?

      I see there are several old spam posts in the forum, and there are a lot of old threads about trying to stop the onslaught of spam bots.

      The reason I ask is I’ve “Reported” old spam posts from a few months ago like this one:

      https://forum.magicmirror.builders/topic/10455/buy-counterfeit-100-high-undetectable-banknotes-https-globalcountertrades-com-whatsapp-12092481680

      and wondered if they are being seen or if the Admin(s) of the Forum want those reported? I know it’s hard to manage spam in forums, and wanted to know if there is anything that can be done to help.

      Appreciate any help/info.

      posted in General Discussion
      jca2112J
      jca2112
    • RE: Spam Posts: Update on this Problem?

      Any follow-up or information on this by admin(s)? Would like to be able to help with this forum spam problem. Reporting/flagging spam messages doesn’t seem to be helping.

      posted in General Discussion
      jca2112J
      jca2112

    Latest posts made by jca2112

    • RE: News Feed Source Title and Publish Date missing a character

      @karsten13 Thank you for the update.

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: News Feed Source Title and Publish Date missing a character

      @karsten13 Thanks for letting me know. If you could open the issue that would be great. (I’m in the middle of rebuilding my MM install from scratch, so my config/details for a bug post are not reliable at the moment.)

      Am I right about the showPublishDate not being inline with showSourceTitle in past versions? (And therefore can’t target the two separately via CSS.)

      posted in Troubleshooting
      jca2112J
      jca2112
    • News Feed Source Title and Publish Date missing a character

      Recently updated MagicMirror and noticed the News Feed Title and Publish date are now running together – there is a space missing after the comma after the Title, so it looks like this:

      New York Times,2 hours ago:
      

      when it should look like this (space after the comma):

      New York Times, 2 hours ago:
      

      I haven’t noticed this in the older version I was running; Was showPublishDate used to be handled differently (via CSS and/or a div/span) instead of being inline with the showSourceTitle?

      Can anyone help with getting the missing space back into this News Feed module output?

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Pi loses WiFi connection after a few hours

      @sdetweil said in Pi loses WiFi connection after a few hours:

      @jca2112 are you running pihole as an advert filter? seem to see this a lot with pihole servers…

      Yes, I am running a pihole – thanks for suggesting that. (I should have mentioned it.) I’ve not had any issues with the magicmirror + pihole setup in the past, but just to make sure I whitelisted the magicmirror so it would bypass the pihole altogether. It didn’t seem to affect the problem, so I’m not sure that it is a factor.

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Pi loses WiFi connection after a few hours

      This Github post seems to describe the same (or similar) issue:

      https://github.com/MichMich/MagicMirror/issues/218

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Pi loses WiFi connection after a few hours

      I wanted to revive this topic, as I am having the same issue.

      After a day or two, the Raspberry Pi 3 B+ seems to lose it’s connection. I’m not able to connect to it via SSH, and the Weather module stops updating temp/forecast/etc. The news headline module and calendar module seem to continue to update, however.

      This problem goes away (temporarily) after a reboot.

      Looking at the error logs, I only see this:

      [ERROR] fatal: unable to access 'https://github.com/MichMich/MagicMirror.git/': Could not resolve host: github.com
      

      I’ve made sure the Pi is updated, and I’m able to ping sites (like github) after the reboot.

      Any ideas? I haven’t had any problems until the past month or two.

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Calender updated to show 2021 holidays?

      @sdetweil said in Calender updated to show 2021 holidays?:

      @jca2112 https://www.calendarlabs.com/ical-calendar/holidays/

      That link points to a list of holidays for different countries, with a link leading back to the same US holidays page with the previously used link:

      https://www.calendarlabs.com/ical-calendar/holidays/us-holidays-76/

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Calender updated to show 2021 holidays?

      @sdetweil said in Calender updated to show 2021 holidays?:

      @jca2112 it will be a different link

      Do you know what the new link will be and/or when it will be published? (The above link has been used for at least 2 years.)

      Thanks.

      posted in Troubleshooting
      jca2112J
      jca2112
    • Calender updated to show 2021 holidays?

      When does the Calendar Labs (US) holidays link update to show 2021 holidays? Right now the calendar ends at Christmas 2020.

      https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics

      posted in Troubleshooting
      jca2112J
      jca2112
    • RE: Add fade from another point instead vertical

      Here is the CSS I use for a vertical gradient:

      .calendar table:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.48) 100%);
      }
      

      You could modify the above (using the deg angle) to create a horizontal gradient.

      https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient

      posted in Troubleshooting
      jca2112J
      jca2112