• 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. plainbroke
  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 43
  • Posts 302
  • Groups 0

Posts

Recent Best Controversial
  • RE: Default Calendar

    @sdetweil
    Well I bit the bullet and reinstalled MM and all my modules. I use the MM-buckup module, it does a really good job of reinstalling all the different modules I have installed. I just have to copy over the modules from backup that I have multiples of… So far everything is working as it should except CalendarExt3 …
    The default calendar is broadcasting CalendarExt3 just is not listing evidently…
    That and I still need to resize openweather…

    posted in Troubleshooting
    P
    plainbroke
    Jul 10, 2022, 9:59 PM
  • RE: Use local ICS file instead

    @sdetweil
    Not sure why either.
    I removed and reinstalled default calendar and it still works fine.
    Did that thinking maybe I had something corrupt in the calendar module. Didn’t make a difference.
    I will try to remove and reinstall CalendarExt3 tomorrow and see if that fixes the problem. If not I’ll be bugging the maker of CalendarExt3 again. He has been very helpful getting it up and running the way I want it to…

    posted in Troubleshooting
    P
    plainbroke
    Jul 10, 2022, 5:54 AM
  • RE: Cron Job Question

    @sdetweil
    I will give that a try next rainy day we have.
    I like to try things like that module on my raining can’t do anything outside days…

    posted in Troubleshooting
    P
    plainbroke
    Jul 10, 2022, 4:44 AM
  • RE: Use local ICS file instead

    @sdetweil
    I finally have calendar working again. Had to completely replace my config.js with the sample one. Then rebuild it. I could get everyone of my calendars to work in the stripped down config.js so I just removed my calendars settings from my original config.js then copied and pasted the working calendar settings from the stripped down one saved and rebooted calendars work fine now. NOW on to the MMM-CalendarExt3 not picking up from the default calendar for some reason… Thats a problem for another day…

    posted in Troubleshooting
    P
    plainbroke
    Jul 10, 2022, 3:29 AM
  • RE: Cron Job Question

    @Nneuland
    My Old Cronjob was like this.
    00 07 * * 1-5 /home/pi/hdmi-on.sh
    45 21 * * 1-5 /home/pi/hdmi-off.sh
    00 07 * * 6,0 /home/pi/hdmi-on.sh
    00 22 * * 6,0 /home/pi/hdmi-off.sh

    hdmi-off.sh file contains :
    vcgencmd display_power 0

    hdmi-on.sh file contains:
    vcgencmd display_power 1

    Don’t forget to
    sudo chmod +x hdmi-off.sh
    sudo chmod +x hdmi-on.sh
    If you go this route.

    Now I use MMM-AutoDimmer
    my setup in config.js it works great

    {
            disabled: false,
            module: "MMM-AutoDimmer",
            position: "fullscreen_above",
            header: "",
            // Don't change anything above this line
            config: {
            maxDim: 1,
            brightTime: 700,
            dimTime: 2130
                  }
    },
    
    
    posted in Troubleshooting
    P
    plainbroke
    Jul 10, 2022, 3:20 AM
  • RE: Use local ICS file instead

    Maybe my pm2 error log will help.
    looks like I am missing a file but can not figure out how to install it or what to install.

    /home/pi/.pm2/logs/omx-stream1-error.log last 15 lines:
    0|omx_stre | dbus[632]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    0|omx_stre | /usr/bin/omxplayer: line 67: 85464 Killed                  LD_LIBRARY_PATH="$OMXPLAYER_LIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" $OMXPLAYER_BIN "$@"
    0|omx_stre | dbus[626]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    0|omx_stre | dbus[629]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    0|omx_stre | dbus[627]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    0|omx_stre | dbus[83012]: arguments to dbus_message_new_method_call() were incorrect, assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" failed in file ../../../dbus/dbus-message.c line 1364.
    0|omx_stre | This is normally a bug in some application using the D-Bus library.
    0|omx_stre |
    0|omx_stre |   D-Bus not built with -rdynamic so unable to print a backtrace
    0|omx_stre | /usr/bin/omxplayer: line 67: 83012 Aborted                 (core dumped) LD_LIBRARY_PATH="$OMXPLAYER_LIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" $OMXPLAYER_BIN "$@"
    0|omx_stre | dbus[626]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    0|omx_stre | dbus[624]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" not available: No such file or directory
    
    /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
    1|mm       | MESA-LOADER: failed to retrieve device information
    1|mm       | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    1|mm       | failed to load driver: kms_swrast
    1|mm       | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    1|mm       | failed to load swrast driver
    1|mm       | [2651:0709/163251.289963:ERROR:broker_posix.cc(40)] Recvmsg error: Connection reset by peer (104)
    1|mm       | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
    1|mm       | MESA-LOADER: failed to retrieve device information
    1|mm       | MESA-LOADER: failed to retrieve device information
    1|mm       | MESA-LOADER: failed to retrieve device information
    1|mm       | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    1|mm       | failed to load driver: kms_swrast
    1|mm       | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    1|mm       | failed to load swrast driver
    1|mm       | [2838:0709/163305.686316:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
    
    
    posted in Troubleshooting
    P
    plainbroke
    Jul 9, 2022, 9:42 PM
  • RE: Use local ICS file instead

    @sdetweil
    Ok, I have the Birthdays.ics in my MagicMirror directory.
    and this is what is in my config.js and I am getting a message
    Error in calendar module: check error logs for more details.
    Not sure where to go from here.

    {
            module: "calendar",
            position: "middle_center",
            header: "Burdick Home",
            config: {
                    fade: false,
                    maximumEntries: 11,
                    timeFormat: "absolute",
                    urgency: 3,
                    getRelative: 24,
                    broadcastPastEvents: true, // <= IMPORTANT to see past events
                    calendars: [
                    {
                            url: "http://localhost:8181/Birthdays.ics",
                            name: "birthdays", // <= RECOMMENDED to assign name
                            color: "#1B489C", // <= RECOMMENDED to assign color
                            symbol: "birthday-cake"
                    },
                    {
                            url: "http://localhost:8181/MyHolidays.ics",
                            name: "us_holiday", // <= RECOMMENDED to assign name
                            color: "#2AC404", // <= RECOMMENDED to assign color
                            symbol: "icons"
    },
                                ]
                    }
    },
    
    posted in Troubleshooting
    P
    plainbroke
    Jul 9, 2022, 9:31 PM
  • RE: Use local ICS file instead

    @sdetweil

    Okay,
    I have saved my ics in the MagicMirror folder and trying to use this
    url: “http://MagicMirror/Birthdays.ics”,
    I still get nothing. This is kinda important with the size of my family I would forget Birthdays constantly. Probably even my own.
    What am I doing wrong or do I need to reload the default calendar into
    cd /MagicMirror/modules/ default. I tried going to google calendars and managing my account turned 2 step off and then back on and redid all the steps for gmail and then went in and got the new calendar links with no changes to calendar showing up. Pulling my hair out on this one. Been at it a couple days now. It is probably so simple I cant see the forest for all the trees type thing…

    posted in Troubleshooting
    P
    plainbroke
    Jul 9, 2022, 7:55 PM
  • RE: Default Calendar

    @sdetweil
    Thanks for the clarification, I will go back and make sure I have the 2 part verification turned on and try it again…
    Thank You

    posted in Troubleshooting
    P
    plainbroke
    Jul 9, 2022, 6:41 PM
  • Use local ICS file instead

    Re: Default Calendar
    How would I go about using a local ICS file for example birthdays and holidays since I can get ICS files downloaded and would only need to move to the correct folder. Just a thought to take out all the middle men and lighten the load on my wireless internet connection…

    posted in Troubleshooting
    P
    plainbroke
    Jul 9, 2022, 4:54 PM
  • 1
  • 2
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 27 / 31
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