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

    Posts

    Recent Best Controversial
    • RE: MMM-DailyPower

      Hot damn, it works! Thanks @sdetweil for the suggestion to upgrade mm.
      After upgrading to the latest version everything started to work as before.
      Yor rock! :flexed_biceps:

      posted in Education
      uros76U
      uros76
    • RE: MMM-DailyPower

      @sdetweil I was on 2.15.0. Now applying your upgrade script from here .
      Will report back how it goes

      posted in Education
      uros76U
      uros76
    • RE: MMM-DailyPower

      @sdetweil said in MMM-DailyPower:

      pm2 logs

      Thanks. I checked pm2 logs and found below repeating under errors.
      Interestingly DailyPower module is not mentioned. MMM-News and currentweather modules still work despite being mentioned in errors.
      The MMM-MarineWeather is another one that doesn’t work and it is mentioned in errors.

      I have no clue why all a sudden two modules stopped working. Did something change on mm core?

      0|MagicMir | [08.11.2021 18:00.25.067] [WARN]  The module 'currentweather' is deprecated in favor of the 'weather'-module, please refer to the documentation for a migration path
      0|MagicMir | [08.11.2021 18:00.28.669] [ERROR] [NEWS] WARNING
      0|MagicMir | [08.11.2021 18:00.28.670] [ERROR] [NEWS] MMM-News search a new owner !
      0|MagicMir | [08.11.2021 18:00.28.670] [ERROR] [NEWS] Contact @bugsounet in forum -- http://forum.bugsounet.fr --
      0|MagicMir | [08.11.2021 18:00.28.671] [ERROR] [NEWS] MMM-News is now in end of life !
      0|MagicMir | [08.11.2021 18:00.28.672] [ERROR] [NEWS] This module will going down at 2021-05-01
      0|MagicMir | [08.11.2021 18:00.28.697] [ERROR] (node:7944) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
      0|MagicMir | [08.11.2021 18:00.29.125] [ERROR] (node:7944) UnhandledPromiseRejectionWarning: FetchError: request to https://api.stormglass.io/v2/weather/point?lat=54.4075&lng=18.631389&params=airTemperature,waterTemperature,pressure,cloudCover,windSpeed,windDirection,waveHeight,waveDirection&source=sg&start=1636390828&end=1636390828 failed, reason: certificate has expired
      0|MagicMir |     at ClientRequest.<anonymous> (/home/pi/MagicMirror/modules/MMM-MarineWeather/node_modules/node-fetch/lib/index.js:1455:11)
      0|MagicMir |     at ClientRequest.emit (events.js:315:20)
      0|MagicMir |     at TLSSocket.socketErrorListener (_http_client.js:426:9)
      0|MagicMir |     at TLSSocket.emit (events.js:315:20)
      0|MagicMir |     at emitErrorNT (internal/streams/destroy.js:92:8)
      0|MagicMir |     at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
      0|MagicMir |     at processTicksAndRejections (internal/process/task_queues.js:84:21)
      0|MagicMir | [08.11.2021 18:00.29.126] [ERROR] (node:7944) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
      0|MagicMir | [08.11.2021 18:00.29.128] [ERROR] (node:7944) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      
      
      posted in Education
      uros76U
      uros76
    • RE: MMM-DailyPower

      Hi. This module worked fine but it stopped updating for me today.
      Did something change at the source or maybe something else that broke it down?

      I just tried direct fetch with web browser and I get positive response: https://dailypower.oemel09.de/api/v1/verses/2021-11-08?lang=web

      Not sure what’s wrong. Ideas?

      Edit: I tried this module on my second magicmirror install and it’s the same. The module keeps giving me “Loading …” and that’s it :(

      posted in Education
      uros76U
      uros76
    • RE: My third MagicMirror, InfoScreen

      @ankonaskiff17 this looks awesome! Do you have link to case, where to buy?

      posted in Show your Mirror
      uros76U
      uros76
    • RE: Tell weather, date & time automatically at a specific time.

      @sdmydbr9 perhaps off-topic, perhaps an idea. I have homeassistant which does thse kind of announcememnts daily. It’s connected with my alexa (works also with google). I know it’s not related to MM but still, it works without the need for much coding and it’s quite modular for controlling various elements of my home

      posted in General Discussion
      uros76U
      uros76
    • RE: My third MagicMirror, InfoScreen

      @jalibu he he yeah! I love it and use it on all of my MM projects :heart_suit:

      posted in Show your Mirror
      uros76U
      uros76
    • My third MagicMirror, InfoScreen

      After good success with my previous MM projects, I decided to give it a try with a smaller format of MM.
      In fact, I got this idea from my brother who wanted a small screen for his work desk with various live information displayed on it.

      He also wanted to edit the list of stocks for MMM-Jast module without messing up the base config file. This proved to be a challenge that I solved with python script. Basically, I gave him samba shared access to an additional text file which includes editable list of displayed stocks. Then I run a python script to merge two files (stocks list and config template) into one working config file.
      I tried to solve this with MMM-Config module (thanks to the developer for helping me get it to work) but that one exposes too many settings, it would pose a risk that my brother would mess it up :slightly_smiling_face:.

      Overall I am happy with this project and it looks great with a painted front finish. It will be hard to give it away, kind of like it and want to keep it for myself :smirking_face:.

      Parts used:

      • Rpi 3 B+ with 3A power supply
      • Waveshare 4.3" touch screen
      • 3D printed case from existing thingverse design
      • Power switch
      • Black spray paint and few plastic parts to hold the screen in place

      Modules used:

      • clock, calendar, newsfeed, weather
      • MMM-Jast, MMM-Carousel, MMM-EasyPix, MMM-AirQuality, MMM-SystemStats, MMM-News

      Finished project:
      20210916_173944.jpg
      20210916_174016.jpg
      20210916_174038.jpg

      posted in Show your Mirror
      uros76U
      uros76
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil it works! Mega quick assistance. Tnx

      posted in Utilities
      uros76U
      uros76
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil ok will send you now…

      posted in Utilities
      uros76U
      uros76
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9