Read the statement by Michael Teeuw here.
Recurring events Calender
-
@Mr_Moore said in Recurring events Calender:
@bhepler everything looks ok in Google Calender. See snapshots from Google and Mirror. Two reccuring events and one with only this day.
Did you solve this problem? I have the same one at the moment.
-
@MajorC did u install the temp calendar fixes from the troubleshooting section?
-
Sorry, what? Can you provide me a link?
-
@MajorC temp calendar fixes from the troubleshooting section?
the troubleshooting section of the forum, the topics are pinned to the top
================================================================
note
these temp fixes were for 2.12
all the fixes are now in 2.13 (or the latest develop branch, see below)
-
@sdetweil did you manage to fix this? I have similar issues, mine being 1 hour early ;)
-
@dawookie1979 if you load the develop branch, it has all the fixes
if manual install
cd ~/MagicMirror git checkout develop
if my install script
cd ~/MagicMiror git fetch origin develop:develop git checkout develop
restart MM normally
if u see that package-lock.json has changed, preventing the checkout, do
git checkout package-lock.jsonthen restart the above
-
@sdetweil thanks for that, but I get error. Your local changes to the following files… please commit or stash them before? What do I need to do
-
@dawookie1979 what files?
need the names -
@sdetweil error: Your local changes to the following files would be overwritten by checkout:
modules/default/calendar/calendar.js
modules/default/weatherforecast/weatherforecast.js
Please commit your changes or stash them before you switch branches.
Aborting -
@dawookie1979 those are mm files.
some users don’t understand that you should never change those files to prevent the very problem u are having.
you put variables in the config section of the module entry in config.js to adjust how the module operates
see the link below in my signature on how to add modules.
the command
git diff filename
will show u all the changes you have made.
write them down, and transfer those to config.js for each module
calendar and weatherforecastthen we can work on the next step