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

    Posts

    Recent Best Controversial
    • RE: Calendar Module not working with Google Calendar

      @sdetweil wow I was not aware of all old events also being sent and parsed… from 5+ years ago. That’s a lot of entries… (more than 1500 only for my main calendar)
      I sent the log via eMail to you.

      posted in Troubleshooting
      A
      AnduriI
    • RE: Calendar Module not working with Google Calendar

      @sdetweil

      /MagicMirror $ grep version package.json
              "version": "2.26.0",
      
      posted in Troubleshooting
      A
      AnduriI
    • RE: Calendar Module not working with Google Calendar

      @sdetweil what do you mean with latest mm version? I did git pull && npm install, so I should have the latest…

      posted in Troubleshooting
      A
      AnduriI
    • RE: Calendar Module not working with Google Calendar

      I have a very similiar problem. I use two calendar modules, one with dates from the local waste pickup service and another one with multiple google calendars. The waste calendar works fine (so nothing with the module), but google gives errors. I copied out two of the google-calendars:

      [03.01.2024 11:05.10.477] [ERROR] Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/XXXXX/basic.ics RangeError: Invalid time value
          at Date.toISOString (<anonymous>)
          at /home/pi/MagicMirror/modules/MMM-MyCalendar/calendarutils.js:314:28
          at Array.forEach (<anonymous>)
          at Object.filterEvents (/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarutils.js:142:24)
          at /home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js:74:29
          at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      [03.01.2024 11:05.11.076] [ERROR] Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/XXXXX/basic.ics RangeError: Invalid time value
          at Date.toISOString (<anonymous>)
          at /home/pi/MagicMirror/modules/MMM-MyCalendar/calendarutils.js:314:28
          at Array.forEach (<anonymous>)
          at Object.filterEvents (/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarutils.js:142:24)
          at /home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js:74:29
          at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      

      I don’t know what invalid time value means, maybe someone can help

      posted in Troubleshooting
      A
      AnduriI
    • RE: weather module with temp/precipitation graph for 1-2 days

      @Matuki
      To be honest I have no idea how to do this.

      But I found the time to dig a little into the module I used before and found some problems. With some tweaks I could get it running and also uploaded it to github, just in case anyone was using this before and also misses it. You can find it in https://github.com/AnduriI/MMM-forecast-io

      posted in Requests
      A
      AnduriI
    • RE: weather module with temp/precipitation graph for 1-2 days

      @Matuki
      in the javascript console I see

      ReferenceError: WeatherProvider is not defined
      
      TypeError: this.weatherProvider is undefined
      [...]
      Uncaught (in promise) TypeError: this.weatherProvider is undefined
      

      I suppose thats the problem, but I don’t know how to handle. I added it exactly as in your example config. Also in your config the lat/lon are stated to be string with “” - maybe you could update this.

      posted in Requests
      A
      AnduriI
    • RE: weather module with temp/precipitation graph for 1-2 days

      @Matuki
      Hey,
      can you help me with the config of your modules please? I tried to add this (with lat, lon and api):

      		{
      			module: "MMM-WeatherChartD3",
      			position: "bottom_right",
      			config: {
      				lat: "",
      				lon: "",
      				apiKey: "",
      				weatherProvider: "openweathermap",
      				weatherEndpoint: "/onecall",
      				initialLoadDelay: 1000,
      				type: "full",
      				lang: "de"
      			}
      		},
      

      but I only get an header with undefined and a line

      posted in Requests
      A
      AnduriI
    • RE: weather module with temp/precipitation graph for 1-2 days

      @thobach
      Hello,
      I would be great to have a screenshot on the github page as a preview and some config options listed. I just installed it to try out, but I personally don’t like having multiple graphs stacked. Can they be fused together?

      posted in Requests
      A
      AnduriI
    • RE: weather module with temp/precipitation graph for 1-2 days

      @lavolp3
      Thank you for the offer to upload your code to github, I realy appreciate that.
      I already had a look at FlatPepsi before, but I didn’t liked to graphics that much. It looked to much cluttered with all those small numbers. I liked the clean astetics of rklueber with only one red and one blue - you can get it in one glance. Or is that configurable? Maybe line thickness and hide numbers…
      Also that shade below the curve helped to identify them very easy

      posted in Requests
      A
      AnduriI
    • weather module with temp/precipitation graph for 1-2 days

      Hey there,

      I used to have the module MMM-forecast-io forked by rklueber with a realy nice graph for the upcoming day. (https://github.com/rklueber/MMM-forecast-io)
      This was based on the old datasource DarkSky and showed only “loading…” since it’s shutdown. I thought about migrating the data source to OpenWeatherMap, but in the meantime I reinstalled my MM and now the module doesn’t show anything. Probably something with dependencies…
      Is there an activ module which can show something similiar? Or is there an kind of easy way to get the old module running and migrate?

      Thank you,
      Anduril

      posted in Requests
      A
      AnduriI
    • RE: rotating the screen doesn't work

      well the problem was I think about privileges to issue the xrandr command from a shell. I got it worked out with xhost + and it works fine now. Thanks a lot for your help.

      posted in Troubleshooting
      A
      AnduriI
    • rotating the screen doesn't work

      Hey there,

      it’s been quite a while since I installed my MM.
      Now there was the time for an upgrade of the monitor and I decided to do it with a freshly installed pi to start fresh. That worked fine and I got it running very soon. Only problem is the rotation of the screen:
      As far as I know the old methom with boot/config.txt doesn’t work anymore, but I have to use xrandr.
      I can use DISPLAY=:0 xrandr --output HDMI-1 --rotate right in console to rotate, but when using @xrandr --output HDMI-1 --rotate right in /etc/xdg/lxsession/LXDE-pi/autostart it has no effect.
      What is to now correct way of doing it?

      Thanks a lot in advance,
      Anduril

        Operating System: Raspbian GNU/Linux 11 (bullseye)
                  Kernel: Linux 6.1.21-v8+
            Architecture: arm64
      
      posted in Troubleshooting
      A
      AnduriI
    • RE: (Pi3ModelB) Flickering display when in vertical mode MM2.5.0

      I also had this problem of flickering when I used the fake dtoverlay=vc4-fkms-v3d . Now that I am using the “original” OpenGL driver it is solved for me.

      posted in Troubleshooting
      A
      AnduriI
    • RE: compliments updateIntervall not working

      thank you guys… you are totaly right.

      posted in Troubleshooting
      A
      AnduriI
    • RE: MMM-Humanize-Duration

      @ryck thank you for pointing me to this. Maybe you could also mention this in the readme or even use the specified standard language of the mirror as value here.

      posted in Utilities
      A
      AnduriI
    • RE: compliments updateIntervall not working

      @mykle1 still not working and changing every 30 seconds…
      I have not modified anything of the compliments files and am not using multiple configs (don’t actually know how to do that). I can add new compliments to the list and they are shown, so it’s not a general problem of not seeing the config. Seems more specific to the updateIntervall, as I tried different values without any changes in the mirror.

                      {
                              module: "compliments",
                              position: "lower_third",
                              updateInterval: 5*60*1000,
                              config: {
                                      compliments: {
                                      anytime: [
                                      "Hallo",
                                      "Guten Tag"
                                      ],
                                      morning: [
                                      "Guten Morgen!",
                                      "Hab einen schönen Tag!",
                                      "Hast du gut geschlafen?"
                                      ],
                                      afternoon: [
                                      "Du siehst toll aus!"
                                      ],
                                      evening: [
                                      "Du siehst klasse aus!"
                                      ]
                                      }
                              }
                      },
      
      posted in Troubleshooting
      A
      AnduriI
    • RE: MMM-Humanize-Duration

      Indeed, very cool. I really like it.
      What is needed to add localisation to your module? My wife don’t like to ready the age of our daughter in englisch… :-)

      posted in Utilities
      A
      AnduriI
    • RE: compliments updateIntervall not working

      @mykle1 yeah it is still updating every 30s now. I will test your value and report back.

      edit: btw it is set to 600 seconds => 10 minutes

      posted in Troubleshooting
      A
      AnduriI
    • compliments updateIntervall not working

      Hi,

      I really like the idea of the mirror making compliments to the one in front of it (and my wife and all other female visitors like this too :-) )
      But with the standard update intervall it changes way to fast for my liking. I tried to change this, but it didn’t had any effekt. Maybe someone here can help me out.

                      {
                              module: "compliments",
                              position: "lower_third",
                              updateInterval: 600000,
                              config: {
                                         compliments: {
                                         anytime: [
                                         "Hallo"
                                         ],
                                         morning: [
                                         "Guten Morgen!",
                                         "Hab einen schönen Tag!",
                                         "Hast du gut geschlafen?"
                                         ],
                                         afternoon: [
                                         "Du siehst toll aus!"
                                             ],
                                         evening: [
                                         "Du siehst klasse aus!"
                                         ]
                                   }
                              }
                      },
      
      posted in Troubleshooting
      A
      AnduriI
    • RE: module calendar showing full day events one day to long

      @lavolp3 great, your fix worked. Only thing I noticed is if the date is tomorrow it still shows ‘Tomorrow - Nov. 22’
      Now I still have to fiddle a few glitches in the calendar module:

      1. Having a event with start and end time it will be displayed like ‘in 3 days - 18:00’. It would be better to include starting time ‘in 3 days 15:00 - 18:00’
      2. For a ongoing event it keeps the end time, but start time gets relative for how long it still goes on ‘1 hour left - 18:00’ (hope my translation is correct, my mirror is german). Maybe this could be changed to ‘for 4 hours - 18:00’ or similiar.
      posted in Troubleshooting
      A
      AnduriI
    • 1
    • 2
    • 3
    • 1 / 3