MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. mlcampbe
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 44
    • Best 10
    • Controversial 0
    • Groups 0

    Topics created by mlcampbe

    • M

      Config for a simple clean montly calendar
      Development • • mlcampbe

      23
      0
      Votes
      23
      Posts
      5614
      Views

      C

      @mlcampbe
      Thanks a lot.
      The last Code was the right. 👍🏼👍🏼👍🏼👍🏼

    • M

      UNSOLVED Any simple clean monthly calendar display (with google events)
      Requests • • mlcampbe

      6
      0
      Votes
      6
      Posts
      3520
      Views

      S

      there is no need for module just edit the module name calendar in config file
      Step 1: go to google calendar settings select the calendar you want to display copy the public key in ical format URL
      Step 2: open config file
      {
      module: “calendar”,
      header: “Upcoming Events”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “My events”,
      url: “paste the URL here” }
      ]
      }
      },

    • M

      SOLVED Calendar timezone problems
      Troubleshooting • • mlcampbe

      10
      0
      Votes
      10
      Posts
      1261
      Views

      S

      @bravooscar sorry, no idea.

      MM moved away from ical.js when it couldn’t handle some of the requirements from multiple calendar sources. even then I added a lot of code to handle tz and daylight savings shifts

    • M

      UNSOLVED MMM-RemoteControl API issues
      Troubleshooting • • mlcampbe

      1
      0
      Votes
      1
      Posts
      422
      Views

      M

      I am having a problem trying to use any of the APIs that are listed for the MMM-RemoteControl module. I have installed the module and added a config with showModuleApiMenu: true. I can access http://host:port/remote.html and things work from there. In my case monitor on/off.

      I am trying to use the API to turn the monitor on/off and none of the APIs seem to work. Even using the example from https://github.com/Jopyth/MMM-Remote-Control/blob/master/API/README.md it shows:

      curl -X GET http://magicmirrorip:8080/api/monitor/off

      When I run this I get an error that says “Cannot GET /api/monitor/off”

      It does not matter what command I try to run they all fail with a similar message. Any ideas what I am missing?

    • M

      UNSOLVED Core dump causing black screen
      Troubleshooting • • mlcampbe

      9
      0
      Votes
      9
      Posts
      1004
      Views

      M

      @sdetweil I am already getting core dumps generated so I have the file. I had see the nodejs postmortem debugging and I can get a stack trace from the core file but so far I have not been able to identify which module was active at the time from it.

      Doing more research shows that this may be related to MMM-WallPaper which I am using. I found https://github.com/kolbyjack/MMM-Wallpaper/issues/3 that seems to match my symptoms exactly. I’m removing that module and will test it a few days and see what happens.

    • M

      Does MMM-MyCommute require payments to Google?
      General Discussion • • mlcampbe

      5
      0
      Votes
      5
      Posts
      1003
      Views

      D

      I recently set up mmm-google route which also uses google api. It appears from what I can tell you get a monthly credit of 200 or 300 bucks? So if you go over that you do get charged.

      Using mmm-schedualar I was able to set it to update every 15 min in the morning hours then just once an hour hike I’m usually out of the house. That may help with api requests

    • M

      UNSOLVED I possibly found an updateNotification bug that may be responsible for the out of memory errors
      Troubleshooting • updatenotification • • mlcampbe

      13
      2
      Votes
      13
      Posts
      1594
      Views

      S

      @ezarlive testing… before sending the code

    • M

      UNSOLVED 2 Calendar modules do not line up
      Troubleshooting • • mlcampbe

      5
      0
      Votes
      5
      Posts
      589
      Views

      M

      @mr-fliffer
      I never resolved the problem either. I went ahead and just used a single module for my purposes.

    • M

      UNSOLVED How to prevent calendar from showing declined events
      Troubleshooting • • mlcampbe

      4
      0
      Votes
      4
      Posts
      459
      Views

      S

      @mlcampbe I have responded

    • 1 / 1