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

    madmike

    @madmike

    0
    Reputation
    174
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    madmike Unfollow Follow

    Latest posts made by madmike

    • RE: MMM-YrThen - stuck on loading

      Magically it fixed itself over night - apparently a 24 hour loading time for YrNow in combination with YrThen? :face_with_stuck-out_tongue_closed_eyes:

      posted in Troubleshooting
      M
      madmike
    • RE: MMM-YrThen - stuck on loading

      Okay, weird. Seems restarting my RPI did the trick… Can the issue be loading both YrThen and YrNow at the same time? I blocked out the YrNow module before rebooting and now YrThen loaded fine. So I went into the config.js to enable the YrNow as well - but then that module is stuck in a loading loop.

      posted in Troubleshooting
      M
      madmike
    • MMM-YrThen - stuck on loading

      Hello. A newbie on these forums.

      I had YrNow up and running, but eventually I found one that resembles more what I’d like out of my weather service - YrThen. First problem came when I tried to git clone the repository. I’ll recreate the procedure to see if I did any mistakes.

      cd ~/MagicMirror/modules
      

      Followed by

      git clone https://github.com/fmandal/MMM-YrThen
      

      Then normally it’d clone and be done with it, but now it asks for a username and password for Github.com. No matter what I type in it says repo not found or something along those lines. So I decided to download the zip file and add it to /MagicMirror/modules through the file folder and then edit the config.js to add;

      {
      	module: 'MMM-YrThen',
      	position: 'top_right',
      	config: {
      		location: '1-2820936',
      	}
      },
      

      But that ends up with an eternal “Loading…” showing up. The YrNow on the other hand loads fine.

      Anyone care to help a helpless soul?

      posted in Troubleshooting
      M
      madmike