MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MichMich
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 83
    • Topics 76
    • Posts 543
    • Groups 4

    Posts

    Recent Best Controversial
    • RE: Clean installation... fails left and right

      @devinhedge said in Clean installation... fails left and right:

      Not to be snarky… really… I’m concerned that MagicMirror isn’t being maintained. During installation there are a lot of deprecated node.js module warnings, and security warnings…

      As others have said, most of your problems are because you use Raspbian Lite.

      That being said: you have a point. The auto installer script isn’t maintained as well as I want it to be. Due to the fast development speed of Raspbian, it runs into issues. Since most of the contributors don’t install the core from scratch very often, we don’t run into these issues.

      I’m considering deprecating the automatic installer and suggesting to manual install Node, clone MagicMirror and then run npm install. To be fair: that’s how I install my MagicMirror.

      Of course, PR’s to fix the auto-installer are more than welcome!

      posted in Bug Hunt
      MichMichM
      MichMich
    • V2.6.0

      MagicMirror² version 2.6.0 was just released:
      https://github.com/MichMich/MagicMirror/releases/tag/v2.6.0

      A huge, huge, huge thanks to user @fewieden for all his hard work on the new experimental weather module!

      [2.6.0] - 2019-01-01

      ℹ️ Note: This update uses new dependencies. Please update using the following command: git pull && npm install. If you are having issues updating, make sure you are running the latest version of Node.

      ✨ Experimental ✨

      • New default module weather. This module will eventually replace the current currentweather and weatherforecast modules. The new module is still pretty experimental, but it’s included so you can give it a try and help us improve this module. Please give us you feedback using this forum post.

      A huge, huge, huge thanks to user @fewieden for all his hard work on the new weather module!

      Added

      • Possibility to add classes to the cell of symbol, title and time of the events of calendar.
      • Font-awesome 5, still has 4 for backwards compatibility.
      • Missing showEnd in calendar documentation
      • Screenshot for the new feed module
      • Screenshot for the compliments module
      • Screenshot for the clock module
      • Screenshot for the current weather
      • Screenshot for the weather forecast module
      • Portuguese translation for “Feels”
      • Croatian translation
      • Fading for dateheaders timeFormat in Calendar #1464
      • Documentation for the existing scale option in the Weather Forecast module.

      Fixed

      • Allow to parse recurring calendar events where the start date is before 1900
      • Fixed Polish translation for Single Update Info
      • Ignore entries with unparseable details in the calendar module
      • Bug showing FullDayEvents one day too long in calendar fixed
      • Bug in newsfeed when removeStartTags is used on the description #1478

      Updated

      • The default calendar setting showEnd is changed to false.

      Changed

      • The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
      posted in MagicMirror
      MichMichM
      MichMich
    • V2.5.0

      MagicMirror² V2.5.0 was just released.

      https://github.com/MichMich/MagicMirror/releases/tag/v2.5.0

      [2.5.0] - 2018-10-01

      Added

      • Support multi-line compliments
      • Simplified Chinese translation for “Feels”
      • Polish translate for “Feels”
      • French translate for “Feels”
      • Translations for newsfeed module
      • Support for toggling news article in fullscreen
      • Hungarian translation for “Feels” and “Week”
      • Spanish translation for “Feels”
      • Add classes instead of inline style to the message from the module Alert
      • Support for events having a duration instead of an end
      • Support for showing end of events through config parameters showEnd and dateEndFormat

      Fixed

      • Fixed gzip encoded calendar loading issue #1400.
      • Mixup between german and spanish translation for newsfeed.
      • Fixed close dates to be absolute, if no configured in the config.js - module Calendar
      • Fixed the UpdateNotification module message about new commits in the repository, so they can be correctly localized in singular and plural form.
      • Fix for weatherforecast rainfall rounding #1374
      • Fix calendar parsing issue for Midori on RasperryPi Zero w, related to issue #694.
      • Fix weather city ID link in sample config
      • Fixed issue with clientonly not updating with IP address and port provided on command line.

      Updated

      • Updated Simplified Chinese translation
      • Swedish translations
      • Hungarian translations for the updatenotification module
      • Updated Norsk bokmål translation
      • Updated Norsk nynorsk translation
      • Consider multi days event as full day events
      posted in MagicMirror
      MichMichM
      MichMich
    • RE: SPAM???

      Working on it. Removed (most of) the spam and temporarily switched to invite only.

      posted in Forum
      MichMichM
      MichMich
    • RE: Freaking Spam Has Got To Stop!!!

      Freaking annoying. Just removed a bunch of account an will add anti spam tools.

      posted in Forum
      MichMichM
      MichMich
    • RE: Applied change to config.txt, MM fails to boot.

      @richard238 It just modifies the config.txt for you in a save way. There is a bigger chance of you killing your pi doing it manually than using the config tool.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Help! Problem updating to v2.3.1

      @kullboys https://forum.magicmirror.builders/topic/7581/can-t-update/4

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Which version of raspbian? Jessie? Stretch?

      You can use the latest version, but make sure you use the full version. Not the lite version.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Applied change to config.txt, MM fails to boot.

      Did you try the rasps-config tool to configure the GL driver?

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Can't Update

      Run the following command from within the MagicMirror folder, and try again:

      git reset --hard; git clean -df;
      
      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Cannot rotate display on new MM 2.4.0

      FYI, in a healthy state, my Pi runs at 66 degrees. With the misconfigured GL drivers, it reaches 85 degrees. So 63 is perfectly fine.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: V2.4.0 Update

      https://github.com/MichMich/MagicMirror/releases/tag/v2.4.1

      [2.4.1] - 2018-07-04

      Fixed

      • Fix weather parsing issue #1332.2.4.1
      posted in MagicMirror
      MichMichM
      MichMich
    • RE: Weather forecast only displays 'invalid date'

      Ive just merged the fix by @jannekalliola into the develop branch which should solve this issue: https://github.com/MichMich/MagicMirror/pull/1341

      Can you guys please test this develop branch? If this solves the issue, I’ll release an intermediate 2.4.1 release.

      To tryout the develop branch, use the following git command on your terminal (from within the MagicMirror folder):

      git checkout develop 
      git pull
      

      Thanks for testing!

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: [A Fix] The "Feels" Weather Condition in Metric is calculated improperly

      I just released a new master release. So this should be fixed. :)

      posted in Bug Hunt
      MichMichM
      MichMich
    • V2.4.0 Update

      MagicMirror² V2.4.0 was just released.

      Please read the release notes carefully since this update requires adjustments to your Raspberry Pi configuration!

      https://github.com/MichMich/MagicMirror/releases/tag/v2.4.0

      [2.4.0] - 2018-07-01

      ⚠️ Warning: This release includes an updated version of Electron. This requires a Raspberry Pi configuration change to allow the best performance and prevent the CPU from overheating. Please read the information on the MagicMirror Wiki.

      ℹ️ Note: This update uses new dependencies. Please update using the following command: git pull && npm install

      Added

      • Enabled translation of feelsLike for module currentweather
      • Added support for on-going calendar events
      • Added scroll up in fullscreen newsfeed article view
      • Changed fullscreen newsfeed width from 100% to 100vw (better results)
      • Added option to calendar module that colors only the symbol instead of the whole line
      • Added option for new display format in the calendar module with date headers with times/events below.
      • Ability to fetch compliments from a remote server
      • Add regex filtering to calendar module
      • Customize classes for table
      • Added option to newsfeed module to only log error parsing a news article if enabled
      • Add update translations for Português Brasileiro

      Changed

      • Upgrade to Electron 2.0.0.
      • Remove yarn-or-npm which breaks production builds.
      • Invoke module suspend even if no dom content. #1308

      Fixed

      • Fixed issue where wind chill could not be displayed in Fahrenheit. #1247
      • Fixed issues where a module crashes when it tries to dismiss a non existing alert. #1240
      • In default module currentWeather/currentWeather.js line 296, 300, self.config.animationSpeed can not be found because the notificationReceived function does not have “self” variable.
      • Fixed browser-side code to work on the Midori browser.
      • Fixed issue where heat index was reporting incorrect values in Celsius and Fahrenheit. #1263
      • Fixed weatherforecast to use dt_txt field instead of dt to handle timezones better
      • Newsfeed now remembers to show the description when "ARTICLE_LESS_DETAILS" is called if the user wants to always show the description. #1282
      • clientonly/*.js is now linted, and one linting error is fixed
      • Fix issue #1196 by changing underscore to hyphen in locale id, in align with momentjs.
      • Fixed issue where heat index and wind chill were reporting incorrect values in Kelvin. #1263

      Updated

      • Updated Italian translation
      • Updated German translation
      • Updated Dutch translation
      posted in MagicMirror
      MichMichM
      MichMich
    • RE: Electron CPU usage

      I added some info about the Open GL driver to the Wiki:
      https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Electron CPU usage

      @cdelaorden I think you’ve found the issue! Awesome work!

      For others please note that when you start raspi-config and go to “Advanced Options” > “GL Driver”, the top one will always be selected, no matter which one is active. After selecting one of the two top drivers (GL), it might solve the hi CPU load issue …

      It solved it on a clean installed Pi 3 for me.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: updating without losing settings in config, and js files?

      Just curious, why would you modify any file other than the config.js and the custom.css file?

      posted in General Discussion
      MichMichM
      MichMich
    • RE: How to update the master branch?
      cd ~/MagicMirror/modules/MMM-Traffic
      git pull
      

      Restart your MagicMirror and you should be good to go. ;)

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: So ... to update MagicMirror I would ... ??

      I’ll live with that until the electron black screen issue is resolved.

      It is resolved in V2.3.1

      posted in Troubleshooting
      MichMichM
      MichMich
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 27
    • 28
    • 4 / 28