- Start Create Project, what option to choose, is it for Home control ?
- During the process of register a device model, What to choose in Device Type?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-AssistantMk2
-
RE: MMM-FlightsAbove - Display all flights in the sky above you
Thank you very much. I got it working. But I couldn’t see the Flight detail in full. I would like to see the flight in full. How to? Thank you very much in advance.
-
RE: calendar not showing
@johnnewhouse said in calendar not showing:
webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics
in url should look like
url: “http://www.calendarlabs.com/templates/ical/US-Holidays.ics”, -
RE: MMM-Carousel positional behaviour
You have to specific the postion where you what to rotate
modules: [ { module: 'MMM-Carousel', config: { transitionInterval: 10000, ignoreModules: [], mode: 'positional', bottom_left: {enabled: true, ignoreModules: [], overrideTransitionInterval: 15000}, } } ]
-
RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song
Thank you very much. So nice to see on the mirror.
-
RE: Assistant with screen
This is fantastic. Hope will come with full guide and instruction in each step.
-
RE: Black screen after MM v2.4.0 update.
Mine after upgrade it’s freezing when trying to run magicmirror. Also try both kms driver and fake kms driver.
-
RE: Screen cannot rotate after upgrade to 2.4.0
Read and Read and found the solution regarding cannot upgrade to 2.4.0
git reset --hard; git clean -df; -
RE: Screen cannot rotate after upgrade to 2.4.0
This time I try to upgrade another mirror got this
pi@SAMUIMIRROR:~/MagicMirror $ git pull && npm install
Updating 60b9a5b…6aa156d
error: Your local changes to the following files would be overwritten by merge:
modules/default/alert/alert.js
modules/default/calendar/README.md
modules/default/calendar/calendar.js
modules/default/calendar/calendarfetcher.js
modules/default/compliments/README.md
modules/default/compliments/compliments.js
modules/default/currentweather/currentweather.js
modules/default/newsfeed/README.md
modules/default/newsfeed/fetcher.js
modules/default/newsfeed/newsfeed.js
modules/default/newsfeed/node_helper.js
modules/default/weatherforecast/README.md
modules/default/weatherforecast/weatherforecast.js
package-lock.json
translations/de.json
translations/en.json
translations/it.json
translations/nl.json
translations/pt_br.json
translations/translations.js
translations/zh_cn.json
translations/zh_tw.json
Please commit your changes or stash them before you merge.
Aborting -
RE: Screen cannot rotate after upgrade to 2.4.0
After redo all the wiki step and reboot. Rotate correctly. Not sure if I have to set every time?