A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather forecast only shows 2 lines
-
I have 2 MagicMirrors set up. One for a friend and my own. Checking the config section for the weather, both are the same. Mine shows the normal 5 lines and fades off at the bottom. My friend’s mirror only shows 2 lines of the forecast. I’ve checked config.js in both and custom.css in both. Not sure where to go look next.
Thanks,
-
@WillBuden there is a bug. fixed in the develop branch
how did you install?
if npm install
then docd ~/MagicMirror git checkout develop git pull
if you used the install script, then do
cd ~/MagicMirror git fetch origin develop:develop git checkout develop
then restart mm