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

    Dommer

    @Dommer

    0
    Reputation
    430
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Dommer Unfollow Follow

    Latest posts made by Dommer

    • Calendar issue with 2.7.1

      After updating to the latest version ( 2.7.1 ) from 2.6.0, one of my subscribed calendar feeds no longer works. It has worked fine in 2.6.0.

      Running on Raspberry Pi 3B - Raspbian Stretch. NodeJS version 9.11.2. Electron 3.0.13

      Currently, the calendar module shows “No upcoming events” for this calendar feed. I know there are items there because I’m subscribed on my laptop and iphone. This is a feed for our school calendar.

      In the error logs, I see the following:

      TypeError: Cannot read property 'length' of undefined
          at eventDate (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:69:25)
          at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:90:22
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:185:22)
          at Request.emit (events.js:182:13)
          at Request.<anonymous> (/home/pi/MagicMirror/node_modules/request/request.js:1157:10)
          at Request.emit (events.js:182:13)
          at Gunzip.<anonymous> (/home/pi/MagicMirror/node_modules/request/request.js:1079:12)
          at Object.onceWrapper (events.js:273:13)
          at Gunzip.emit (events.js:187:15)
      
      

      My calendar config is as follows:

      {
        module: "calendar",
        header: "School Calendar",
        position: "top_left",
        config: {
          wrapEvents: true,
          fade: false,
          timeFormat: 'absolute',
          dateFormat: 'ddd , MMM DD',
          getRelative: 0,
          urgency: 0,
          maxTitleLength: 25,
          maximumEntries: 10,
          calendars: [
            {
              symbol: "calendar",
              url: "https://www.ojrsd.com//site/handlers/icalfeed.ashx?MIID=11"
            }
          ]
        }
      },
      

      Anyone else come across this issue?

      posted in Bug Hunt
      D
      Dommer
    • RE: Wheather/ Wunderground not loading

      I have found that DarkSkyForecast has been an excellent replacement for the Wunderground module. Format and display looks very similar. I have been using it for a few weeks and I am very happy with it. API keys for DarkSky are free for up to 1000 calls a day. So if you refresh the weather every 15 mins, thats only 96 calls a day.

      Check it out
      https://forum.magicmirror.builders/topic/9181/mmm-darkskyforecast-yet-another-weather-module

      posted in Troubleshooting
      D
      Dommer
    • RE: END OF SERVICE FOR THE WEATHER UNDERGROUND API

      Can I ask what you are using for the radar map? I’m currently pulling an animated gif from Wunderground and displaying it in an iFrame. I guess I’ll need to switch that too soon.

      posted in General Discussion
      D
      Dommer
    • RE: Black bar at the Top

      @davidnesbitt7 Awesome. That worked perfectly. That has been bugging me for a few weeks. Thanks!

      posted in Troubleshooting
      D
      Dommer
    • Black bar at the Top

      I have MagicMirror 2.1.1 installed and it’s working great. What I haven’t been able to figure out is what this black bar is at the top of the screen.

      See here:
      0_1493379374744_MM.jpg

      But if I quit MagicMirror, the desktop uses the full screen:
      0_1493379400150_MM1.jpg

      Anyone have any idea what this is or how to get rid of it?

      posted in Troubleshooting
      D
      Dommer