Read the statement by Michael Teeuw here.
Default Calendar just shows loading
-
Sorted! I had to download the Magic Mirror from github on the Pi, unzipped it and then copied the whole calendar folder to the module default location and over wrote the calendar folder, it was missing a lot of files for some reason. Anyway enough said it’s working like it should now.
-
@dazza120 Nice to hear that your issue has already been resolved. How did you update your MagicMirror? Did you just download the files or did you use
git
?I recommend you to use
git
, as it makes the maintenance much easier and you don’t have to deal with manually copying the files. -
@idoodler hi yeah done a git pull but it missed some of the contents of that folder.
-
@dazza120 Well, that is wired. Did you use
git status
to check the status of your directory? -
@idoodler no just git pull, I had to change the config file in calendar ie where to pull my calendar file from that was the only thing that changed, but the pull wouldn’t happen so I had to rename the folder in order for the pull to happen so that could have been the issue, but it created a new folder so not sure what went on.