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

    tink8909

    @tink8909

    1
    Reputation
    1
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tink8909 Unfollow Follow

    Best posts made by tink8909

    • RE: MMM-calenderext3

      @sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.

      posted in Troubleshooting
      T
      tink8909

    Latest posts made by tink8909

    • RE: MMM-calenderext3

      @sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.

      posted in Troubleshooting
      T
      tink8909
    • RE: MMM-calenderext3

      @sdetweil I just removed the first url it wasn’t needed. But still no change.

      posted in Troubleshooting
      T
      tink8909
    • RE: MMM-calenderext3

      @sdetweil
      This is both configs from the calendarext3 and the default calendar.IMG_6096.jpg IMG_6095.jpg

      posted in Troubleshooting
      T
      tink8909
    • RE: MMM-calenderext3

      @sdetweil
      I was able to get my calendar working. I like how it shows it up in the top corner what I have coming up, but its still not showing anything on my actual calendar.

      {
      module: “MMM-CalendarExt3”,
      position: “bottom_bar”,
      title: “”,
      config: {
      mode: “month”,
      instanceId: “basicCalendar”,
      locale: ‘en-GB’,
      maxEventLines: 4,
      firstDayOfWeek: 1,
      waitFetch: 5000,
      calendarSet: [‘schedule’],
      url: “https://calendar.google.c”
      }
      Let me know if you see something I have wrong.

      posted in Troubleshooting
      T
      tink8909
    • RE: MMM-AccuWeatherForecast

      @sdetweil I don’t recall I would have to pull up the original config. I might have added it trying to fix the temps.

      posted in Troubleshooting
      T
      tink8909
    • MMM-calenderext3

      I am still having trouble getting my google calendar to show anything on my calendar. I am also not sure why part of my calendar is in two different languages. See my config. Any help would be great thanks.
      IMG_6077.jpg
      IMG_6079.jpg

      posted in Troubleshooting
      T
      tink8909
    • MMM-AccuWeatherForecast

      I am having trouble getting my weather to show the accurate temp. the hourly is correct but the daily is wrong. not sure what part of my config is wrong.
      IMG_6076.jpg
      IMG_6078.jpg

      posted in Troubleshooting
      T
      tink8909
    • magic mirror wont start

      when trying to boot magic mirror in terminal this s the error I am getting. I am new to all this and am lost. Any help would be greatly appreciated.
      3 error code ENOENT
      14 error syscall open
      15 error path /home/tink8909/package.json
      16 error errno -2
      17 error enoent Could not read package.json: Error: ENOENT: no such file or directory, open ‘/home/tink8909/package.json’
      18 error enoent This is related to npm not being able to find a file.
      18 error enoent
      19 verbose cwd /home/tink8909
      20 verbose os Linux 6.12.20+rpt-rpi-2712
      21 verbose node v22.14.0
      22 verbose npm v10.9.2
      23 verbose exit -2
      24 verbose code -2
      25 error A complete log of this run can be found in: /home/tink8909/.npm/_logs/2025-04-10T20_10_33_845Z-debug-0.log

      This is what I am getting

      posted in Troubleshooting
      T
      tink8909