A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Moon shows only "No Image!"
-
@Fillan90 yes, I installed it and used your config and got error 422 (not executed)
i’d say that the API changed, but the module hasn’t
I see there is a submitted pull request that supposedly fixes this
do this
cd ~/MagicMirror/modules/MMM-Moon
if you changed any files, change them back
git status
will tell you which were modified
git checkout xxx
where xxx is a filename that changed
then
git fetch origin pull/5/head:pr_branch git checkout pr_branch
then restart mm
-
@sdetweil
That fixed it, thank you so much.
/F