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

    Posts

    Recent Best Controversial
    • troubles with rfacts, lunartic et google maps

      Hello,

      i see some troubles when i use three modules together…the problem is more about googlemapstraffic because with this module i haven’t results about lunartic et rfacts…strange ! it’s ok when i put googlemapstraffic disabled: true…

      posted in Troubleshooting
      C
      chassain 0
    • RE: black screen after new version npm

      new install magic is ok…be carrefull with new version and copy your sd card before :)

      posted in Troubleshooting
      C
      chassain 0
    • black screen after new version npm

      Hello,

      After install a new version of npm proposed with sudo apt-get install && upgrade my magicmirror screen is black…the pm2 logs shows ;

      magicmirror@2.9.0 start /home/pi/MagicMirror
      sh run-start.sh

      Starting MagicMirror: v2.9.0
      Loading config …
      Loading module helpers …
      No helper found for module: MMM-EmbedYoutube.
      Loading module helpers …
      No helper found for module: MMM-EmbedYoutube.
      Whoops! There was an uncaught exception…
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.

      no more error
      pm2 start or stop are ok…but always black screen after sudo reboot…before to restart with a new sd card have you an idea ? Thanks

      posted in Troubleshooting
      C
      chassain 0
    • RE: MMM census

      @Mykle1 thanks :)

      posted in Troubleshooting
      C
      chassain 0
    • RE: MMM-pages no rotate

      @MisterT

      good !

      posted in Troubleshooting
      C
      chassain 0
    • RE: Mmm aurora

      @Mykle1 Nice job :)…Thanks

      posted in Development
      C
      chassain 0
    • RE: Mmm aurora

      @Mykle1
      :thumbs_up:

      posted in Development
      C
      chassain 0
    • RE: MMM-AQI

      @Lordy

      same problem. The page can not be found for data-platform token

      posted in Health
      C
      chassain 0
    • RE: MMM-Lunartic not working

      it’s working for me…

      posted in Troubleshooting
      C
      chassain 0
    • RE: MMM-pages no rotate

      @MisterT said in MMM-pages no rotate:

      {
      module: ‘MMM-pages’,
      config: {
      modules:
      [[ “WallberryTheme”, “WallberryTheme/WB-clock”, “WallberryTheme/WB-weather”],
      [ “clock”, “weatherforecast”, “newsfeed”, “MMM-GoogleMapsTraffic”, “MMM-Traffic”, “MMM-Scrobbler”, “MMM-News”],
      [ “clock”, “calendar”, “MMM-Globe”, “MMM-MovieListings”, “MMM-soccer”, “MMM-AQI”, “MMM-Strava”],
      [ “clock”, “MMM-FreeBox-Monitor”, “MMM-Spotify”, “fabio/domoticz”, ‘currentweather’],
      [ “MMM-GooglePhotos” ]],
      fixed: [“MMM-GroveGestures”, “MMM-AssistantMk2”, “MMM-Hotword”, “alert”, “updatenotification”, “MMM-Screencast”, “MMM-page-indicator”],

      animationTime:1000,
      rotationTime: 0.5601000,
      rotationDelay: 15000,
      }
      },

      i have tested your config.js on my MagicMirror…no problem for me…but i don’t have all your modules (wallberry, page indicator,…)…try to delete one module et retest…i’m noob too :)

      posted in Troubleshooting
      C
      chassain 0
    • RE: Mmm aurora

      @Mykle1
      My request is more about the animation. i know the difficult to have this. Maybe not the 20 hours before if raspberry can’t run . the other parameters is for my work. i send you a PR and you will decide but it’s not really mmm Aurora.

      posted in Development
      C
      chassain 0
    • RE: Mmm aurora

      @Mykle1
      hello mykle…i added some parameters for my magicmirror interessting for my work with your module…

      if (this.config.pole === "north") {
                this.url = 'https://services.swpc.noaa.gov/images/animations/ovation-north/latest.jpg';
          } else if (this.config.pole === "south"){
                this.url = 'https://services.swpc.noaa.gov/images/animations/ovation-south/latest.jpg';
              } else if (this.config.pole === "solar"){
                this.url = 'https://services.swpc.noaa.gov/images/animations/enlil/latest.jpg';
          } else if (this.config.pole === "coronal"){
                this.url = 'https://services.swpc.noaa.gov/images/animations/lasco-c3/latest.jpg';
          } else if (this.config.pole === "sunX"){
                this.url = 'https://services.swpc.noaa.gov/images/animations/GOES-14-CS-PTHNA-0.4/latest.png';
              }
      
      posted in Development
      C
      chassain 0
    • RE: Mmm aurora

      @Mykle1 https://www.swpc.noaa.gov/

      posted in Development
      C
      chassain 0
    • RE: Mmm aurora

      0_1573120925037_aurora.png

      posted in Development
      C
      chassain 0
    • Mmm aurora

      Hello,

      Is it possible to have animation video for this module like i see on the website noaa.gov ? This module takes only the lastest.jpg all x minutes… (message for mykle :) ) thanks

      posted in Development
      C
      chassain 0
    • RE: MMM census

      it’s just one of 20th modules on my magicmirror but i like it good. i’m noob but i’m looking for always here some pretty modules interresting to display…and so, THANKS for your work…you or other developpers…

      posted in Troubleshooting
      C
      chassain 0
    • RE: MMM census

      thanks Mykle…:)

      posted in Troubleshooting
      C
      chassain 0
    • MMM census

      Hello,

      i have “Crowd the world…” with default configuration. What’s wrong with this ? Thanks

      posted in Troubleshooting
      C
      chassain 0
    • RE: color MMM-newsfeed

      @broberg said in color MMM-newsfeed:

      .newsfeed .bright {
      color: green;
      }

      Yes, it’s newsfeed (error of me here)…and it’s working with .bright…i understand now and i will check better next modules…
      thankssssssssssssssssssssssssssss :)

      posted in Requests
      C
      chassain 0
    • 1 / 1