MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MichMich
    3. Best
    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
    • V2.8.0

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

      ❤️ Donate: Enjoying MagicMirror²? Please consider a donation! With your help we can continue to improve the MagicMirror² core.

      [2.8.0] - 2019-07-01

      ℹ️ Note: This update uses new dependencies. Please update using the following command: git pull && npm install. If you are having issues running Electron, make sure your Raspbian is up to date.

      Added

      • Option to show event location in calendar
      • Finnish translation for “Feels” and “Weeks”
      • Russian translation for “Feels”
      • Calendar module: added nextDaysRelative config option
      • Add broadcastPastEvents config option for calendars to include events from the past maximumNumberOfDays in event broadcasts
      • Added feature to broadcast news feed items NEWS_FEED and updated news items NEWS_FEED_UPDATED in default newsfeed module (when news is updated) with documented default and config.js options in README.md
      • Added notifications to default clock module broadcasting CLOCK_SECOND and CLOCK_MINUTE for the respective time elapsed.
      • Added UK Met Office Datapoint feed as a provider in the default weather module.
      • Added new provider class
      • Added suncalc.js dependency to calculate sun times (not provided in UK Met Office feed)
      • Added “tempUnits” and “windUnits” to allow, for example, temp in metric (i.e. celsius) and wind in imperial (i.e. mph). These will override “units” if specified, otherwise the “units” value will be used.
      • Use Feels Like temp from feed if present
      • Optionally display probability of precipitation (PoP) in current weather (UK Met Office data)
      • Automatically try to fix eslint errors by passing --fix option to it
      • Added sunrise and sunset times to weathergov weather provider #1705
      • Added “useLocationAsHeader” to display “location” in config.js as header when location name is not returned
      • Added to newsfeed.js: in order to design the news article better with css, three more class-names were introduced: newsfeed-desc, newsfeed-desc, newsfeed-desc

      Updated

      • English translation for “Feels” to “Feels like”
      • Fixed the example calender url in config.js.sample
      • Update ical.js to solve various calendar issues.
      • Update weather city list url #1676
      • Only update clock once per minute when seconds aren’t shown

      Fixed

      • Fixed uncaught exception, race condition on module update
      • Fixed issue #1696, some ical files start date to not parse to date type
      • Allowance HTML5 autoplay-policy (policy is changed from Chrome 66 updates)
      • Handle SIGTERM messages
      • Fixes sliceMultiDayEvents so it respects maximumNumberOfDays
      • Minor types in default NewsFeed README.md
      • Fix typos and small syntax errors, cleanup dependencies, remove multiple-empty-lines, add semi-rule
      • Fixed issues with calendar not displaying one-time changes to repeating events
      • Updated the fetchedLocationName variable in currentweather.js so that city shows up in the header

      Updated installer

      • give non-pi2+ users (pi0, odroid, jetson nano, mac, windows, …) option to continue install
      • use current username vs hardcoded ‘pi’ to support non-pi install
      • check for npm installed. node install doesn’t do npm anymore
      • check for mac as part of PM2 install, add install option string
      • update pm2 config with current username instead of hard coded ‘pi’
      • check for screen saver config, “/etc/xdg/lxsession”, bypass if not setup
      posted in MagicMirror
      MichMichM
      MichMich
    • (2.1.0) New default module: update notification.

      The new default module updatenotification will display a message whenever a new version of the MagicMirror application is available. It will show the number of commits behind on the current branch and the name of the active branch.

      The new module is included in the new sample config. Make sure you add it to your own config if you want to add it:

      {
          module: "updatenotification",
          position: "top_center"
      }
      

      This module uses new default translations. Any pull requests with translation in other languages are welcome! (English and Dutch already included.)

      posted in Upcoming Features
      MichMichM
      MichMich
    • RE: Another Kickstarter is trying to launch Magic Mirror

      I think this is the most successful one I’ve seen on kickstarter so far.

      People often ask me why I don’t start a kickstarter. I just don’t want to dive into patent issues (a few companies have patents on mirrored displays), I don’t want to go thru the hassle of FCC certification and I CERTAINLY don’t want to deal with customer support. 😂

      Therefor I wish this kickstarter good luck. :)

      posted in General Discussion
      MichMichM
      MichMich
    • V2.9.0

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

      :heart_suit: Donate: Enjoying MagicMirror²? Please consider a donation! With your help we can continue to improve the MagicMirror² core.

      [2.9.0] - 2019-10-01

      :information: Note: This update uses new dependencies. Please update using the following command: git pull && npm install. If you are having issues running Electron, make sure your Raspbian is up to date.

      Added

      • Spanish translation for “PRECIP”.
      • Adding a Malay (Malaysian) translation for MagicMirror².
      • Add test check URLs of vendors 200 and 404 HTTP CODE.
      • Add tests for new weather module and helper to stub ajax requests.

      Updated

      • Updatenotification module: Display update notification for a limited (configurable) time.
      • Enabled e2e/vendor_spec.js tests.
      • The css/custom.css will be rename after the next release. We’ve add into run-start.sh a instruction by GIT to ignore with --skip-worktree and rm --cached. #1540
      • Disable sending of notification CLOCK_SECOND when displaySeconds is false.

      Fixed

      • Updatenotification module: Properly handle race conditions, prevent crash.
      • Send NEWS_FEED notification also for the first news messages which are shown.
      • Fixed issue where weather module would not refresh data after a network or API outage. #1722
      • Fixed weatherforecast module not displaying rain amount on fallback endpoint.
      • Notifications CLOCK_SECOND & CLOCK_MINUTE being from startup instead of matched against the clock and avoid drifting.
      posted in MagicMirror
      MichMichM
      MichMich
    • Forum mail [no longer] temporary disabled due to migration.

      Due to a migration to a new mail provider, the mail function might currently not work as expected. If you encounter any difficulties due to this issue, please send a mail to forum@magicmirror.builders and we try to resolve it.

      Thanks!

      EDIT 27/1/2019: Mail should be working again.

      posted in Forum
      MichMichM
      MichMich
    • RE: Space between 2 modules

      Using the classes property in the config you can add custom classes to a module. After that you can use:

      .custom-class {
          margin-top: 10px;
      }
      
      posted in Troubleshooting
      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: Where are you from?

      Baarn, The Netherlands. A small village in the middle of our cold country. ‘Famous’ for the royal family that used to live there.

      posted in General Discussion
      MichMichM
      MichMich
    • v2.16.0

      [2.16.0] - 2021-07-01

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

      Special thanks to the following contributors: @210954, @B1gG, @codac, @Crazylegstoo, @daniel, @earlman, @ezeholz, @FrancoisRmn, @jupadin, @khassel, @KristjanESPERANTO, @njwilliams, @oemel09, @r3wald, @rejas, @rico24, Faizan Ahmed.

      Added

      • Added French translations for “MODULE_CONFIG_ERROR” and “PRECIP”.
      • Added German translation for “PRECIP”.
      • Added Dutch translation for “WEEK”, “PRECIP”, “MODULE_CONFIG_CHANGED” and “MODULE_CONFIG_ERROR”.
      • Added first test for Alert module.
      • Added support for dateFormat when not using timeFormat: "absolute".
      • Added custom-properties for colors and fonts for improved styling experience, see custom.css.sample file.
      • Added custom-properties for gaps around body and between modules.
      • Added test case for recurring calendar events.
      • Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only).
      • Added list view for newsfeed module.
      • Added dev dependency jest, switching from mocha to jest.

      Updated

      • Bump node-ical to v0.13.0 (now last runtime dependency using deprecated request package is removed).
      • Use codecov in informational mode.
      • Refactor code into es6 where possible (e.g. var -> let/const).
      • Use node v16 in github workflow (replacing node v10).
      • Moved some files into better suited directories.
      • Update dependencies in package.json, require node >= v12, remove rrule-alt and rrule.
      • Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment.
      • Cleaned up error handling in newsfeed and calendar modules for real.
      • Updated default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (weatherObject.precipitationUnits).
      • Update documentation.
      • Update jest tests: Reset changes on js/logger.js, mock logger.js in global_vars tests.
      • Update dependencies in package.json.

      Removed

      • Switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger.

      Fixed

      • Fix calendar start function logging inconsistency.
      • Fix updatenotification start function logging inconsistency.
      • Checks and applies the showDescription setting for the newsfeed module again.
      • Fix issue with openweathermap not showing current or forecast info when using onecall API.
      • Fix tests in weather module and add one for decimalPoint in forecast.
      • Fix decimalSymbol in the forecast part of the new weather module (#2530).
      • Fix wrong treatment of appendLocationNameToHeader when using ukmetofficedatahub.
      • Fix alert not recognizing multiple alerts (#2522).
      • Fix fetch option httpsAgent to agent in calendar module (#466).
      • Fix module updatenotification which did not work for repos with many refs (#1907).
      • Fix config check failing when encountering let syntax (“Parsing error: Unexpected token config”).
      • Fix calendar debug check.
      • Really run prettier over all files.
      • Fix logger.js after jest changes, use --forceExit running jest.
      • Workaround for dev_console test using getWindowCount.
      posted in MagicMirror
      MichMichM
      MichMich
    • The Toon MagicMirror Module

      A few weeks ago I got in touch with Eneco, one of the biggest energy suppliers of Holland and makers of the Toon smart thermostat. They were pretty excited about my Magic Mirror project and had a nice challenge for me.

      With over 275.000 Toon Thermostats up and running, the Toon smart thermostat is the most popular smart thermostat in the Netherlands. To stay ahead of the competition, and just to make an awesome smart device, Eneco decided to open up the API for the Toon Thermostat. (Read more)

      alt text

      https://github.com/MichMich/MMM-Toon

      posted in Utilities
      MichMichM
      MichMich
    • 1 / 1