@Richard238 Please share the steps you took to upgrade and the log files which shows errors.
Read the statement by Michael Teeuw here.
Posts
-
RE: So ... to update MagicMirror I would ... ??
-
RE: V2.3.0 Updates
[2.3.1] - 2018-04-01
https://github.com/MichMich/MagicMirror/releases/tag/v2.3.1
Fixed
- Downgrade electron to 1.4.15 to solve the black screen issue.#1243
-
RE: So ... to update MagicMirror I would ... ??
@E3V3A The Config & Modules folder are not part of the Git repro. All other changes are overwritten.
-
RE: So ... to update MagicMirror I would ... ??
It seems to fix the issue for others. Not sure why you are unable to downgrade electron.
https://github.com/MichMich/MagicMirror/issues/1243Could you reboot and try again @harry?
-
RE: So ... to update MagicMirror I would ... ??
Uhhmm… thats odd. It’s just a command to downgrade electron.
-
RE: So ... to update MagicMirror I would ... ??
Could someone try the following in the MagicMirror folder:
npm install electron@1.4.15If this works, please state your Node version as well. (
node -v) -
RE: So ... to update MagicMirror I would ... ??
My first thought there is an issue with electron. Looking into it.
-
RE: So ... to update MagicMirror I would ... ??
Could everyone state what version of node you are running? (And if it works or not).
-
RE: So ... to update MagicMirror I would ... ??
In most cases it’s because the port is still in use. First thing to try if it fails to start after an update: reboot the pi.
-
V2.3.0 Updates
[2.3.0] - 2018-04-01
https://github.com/MichMich/MagicMirror/releases/tag/v2.3.0
Added
- Add new settings in compliments module: setting time intervals for morning and afternoon
- Add system notification
MODULE_DOM_CREATEDfor notifying each module when their Dom has been fully loaded. - Add types for module.
- Implement Danger.js to notify contributors when CHANGELOG.md is missing in PR.
- Allow to scroll in full page article view of default newsfeed module with gesture events from MMM-Gestures
- Changed ‘compliments.js’ - update DOM if remote compliments are loaded instead of waiting one updateInterval to show custom compliments
- Automated unit tests utils, deprecated, translator, cloneObject(lockstrings)
- Automated integration tests translations
- Add advanced filtering to the excludedEvents configuration of the default calendar module
- New currentweather module config option:
showFeelsLike: Shows how it actually feels like. (wind chill or heat index) - New currentweather module config option:
useKMPHwind: adds an option to see wind speed in Kmph instead of just m/s or Beaufort. - Add dc:date to parsing in newsfeed module, which allows parsing of more rss feeds.
Changed
- Add link to GitHub repository which contains the respective Dockerfile.
- Optimized automated unit tests cloneObject, cmpVersions
- Update notifications use now translation templates instead of normal strings.
- Yarn can be used now as an installation tool
- Changed Electron dependency to v1.7.13.
Fixed
- News article in fullscreen (iframe) is now shown in front of modules.
- Forecast respects maxNumberOfDays regardless of endpoint.
- Fix exception on translation of objects.
-
RE: V2.2.X Updates
https://github.com/MichMich/MagicMirror/tree/v2.2.2
[2.2.2] - 2018-01-02
Added
- Add missing
package-lock.json.
- Add missing
-
RE: Update Error of v.2.2.0 :(
What you could try:
- backup your module folder.
- backup your config file
- remove MagicMirror
- reinstall
- put modules & config back.
-
RE: V2.2.X Updates
https://github.com/MichMich/MagicMirror/releases/tag/V2.2.1
[2.2.1] - 2018-01-01
Fixed
- Fixed linting errors.
-
V2.2.X Updates
https://github.com/MichMich/MagicMirror/releases/tag/v2.2.0
[2.2.0] - 2018-01-01
Note: This update uses new dependencies. Please update using the following command:
git pull && npm installChanged
- Calender week is now handled with a variable translation in order to move number language specific.
- Reverted the Electron dependency back to 1.4.15 since newer version don’t seem to work on the Raspberry Pi very well.
Added
- Add option to use Nunjucks templates in modules. (See
helloworldmodule as an example.) - Add Bulgarian translations for MagicMirror² and Alert module.
- Add graceful shutdown of modules by calling
stopfunction of eachnode_helperon SIGINT before exiting. - Link update subtext to Github diff of current version versus tracking branch.
- Add Catalan translation.
- Add ability to filter out newsfeed items based on prohibited words found in title (resolves #1071)
- Add options to truncate description support of a feed in newsfeed module
- Add reloadInterval option for particular feed in newsfeed module
- Add no-cache entries of HTTP headers in newsfeed module (fetcher)
- Add Czech translation.
- Add option for decimal symbols other than the decimal point for temperature values in both default weather modules: WeatherForecast and CurrentWeather.
Fixed
- Fixed issue with calendar module showing more than
maximumEntriesallows - WeatherForecast and CurrentWeather are now using HTTPS instead of HTTP
- Correcting translation for Indonesian language
- Fix issue where calendar icons wouldn’t align correctly
-
RE: Electron CPU usage
For anyone running into this issue, run the following command from your MagicMirror folder:
npm install electron@1.4.15 -
RE: After update to Mirror to 2.1.3 - no working Whitlist
Hmm … that doesn’t sound good. Could one of you open an issue on https://github.com/MichMich/MagicMirror/issues?
Make sure you fill in ALL te questions in the issue template.
Thanks!
-
RE: GETTING STARTED : HELP !!
Did you copy the
config.js.samplefile in the/configfolder toconfig.js, as described in the documentation?