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

    Posts

    Recent Best Controversial
    • RE: MMM-voice

      @Nonamexp my guess is because you installed it in /root/… instead of /home/pi/… so it cant find the file

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: console.Log() shows nothing?

      @mortenbirkelund it is case sensitive try using console.log("Debug Message");

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      @gama the problem with this link is, that you need to change it every week. In order to work automatically you need to create a logic to change the week and seasontype and year automatically.

      I previously tried to create a logic just to determine if it is regular or post season and the mirrors of the peaople started going crazy flickering regular and post season.

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Get back to desktop ?

      @johnnyboy for testing purposes you can also start the mirror with npm start dev, which shows developer tools and the top menu bar

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @daveyg_71 there is an error log in the mmm-voice directory can you post it? and do you get any errors in the terminal or electron console?

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Include from /modules/node_modules/

      @mortenbirkelund you have to give the path starting from your module directory something like this "node_modules/swiper/.../.../package.js"

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      nfl updated the data source and is now on week 2 season 2018. so it should work now again as expected.

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: messed up my config.. MM tells me to create a config file

      @johnnyboy your quotes are wrong only " and ' are valid, but on your screenshot you used different ones which is causing the error

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-FHEM

      @cpramhofer the last comma will not make a difference.

      normally a comma at the end is a syntax error, but meanwhile the engines kind of ignore it and handle it correctly

      it’s like in human languages if you write a list, you will not write buy me eggs, cake, ham,

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Display values from a JSON file hosted online

      @yawns i could imagine that the start flag of the node_helper is still true so the getdata call gets skipped

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      The data source was fixed and with it the version 1.1.0 of the module is released.

      Thanks to https://github.com/alacercogitatus and https://github.com/justjim1220 for their contributions.

      Link to module https://github.com/fewieden/MMM-NFL

      [1.1.0]

      Fixed

      • Data source
      • Installation instructions

      Added

      • Config option tableSize to specify font size of table.
      • Config option reverseTeams to invert the display order of home and away team.
      • Display of week in header.
      • package-lock.json
      • Pro bowl mode

      Changed

      • Updated icons
      • Start in regular mode

      Removed

      • team renaming

      [card:fewieden/MMM-NFL]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: messed up my config.. MM tells me to create a config file

      @johnnyboy no you didn’t use markdown syntax, the forum messes up quotes if their not in set in markdown codeblock.

      your second calendar uses different quotes

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • MMM-AlarmClock

      Based on a request from @cowboysdude I created this alarm clock a month ago

      It works for touch and non touch mirrors

      alt text

      alt text

      [card:fewieden/MMM-AlarmClock]

      posted in Utilities alarm clock
      strawberry 3.141S
      strawberry 3.141
    • RE: Voice Control using IBM's Watson

      @prostko glad you did it. keep in mind that someone can browse an old commit/state of the repo so i hardly suggest to change the password at the specific services.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @Egnos Requires version >= 2.14 of MagicMirror!

      [02:57:33.259] [LOG] Starting MagicMirror: v2.10.1

      Your mirror is not up to date

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-SimpleLogo

      @johnnyboy you put the file url outside of the config block, thats why its defaulting to the logo.png

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Motion Detector

      @done propably everything is working for you guys and you can just see the screensaver, be sure to disable the screensaver

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • Looking for Austrian Testers

      I created an addon for my module MMM-Fuel.

      [card:fewieden/MMM-Fuel]

      Now it also supports Austria’s gas stations.

      To test do the following:

      git clone https://github.com/fewieden/MMM-Fuel.git
      cd MMM-Fuel
      git checkout develop
      npm install --productive
      

      Then add the module to the config file (for Austria there is no API key needed).

      {
          module: "MMM-Fuel",
          position: "top_right",
          config: {
              lat: 48.19659782973711,
              lng: 16.183596614516993,
              types: ["diesel"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas"
              provider: "spritpreisrechner",
              ...
          }
      }
      

      @kurt @schlachtkreuzer6 @flo80 @spedja @cpramhofer @gerbin @Pegasus @schmo90 @miek

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • MMM-NHL

      I created an initial version of this module 3 years ago but it never had its own showcase thread in the forum.

      I just rewrote the whole module with the big help of https://github.com/dannoh

      alt text alt text alt text

      [2.0.0]

      Added

      • Nunjuck templates
      • French translations thanks to matlem037
      • Dependency node-fetch
      • Config option daysInPast
      • Config option daysAhead
      • Config option liveReloadInterval thanks to dannoh.
      • Config option showNames thanks to dannoh.
      • Config option showLogos thanks to dannoh.
      • Support for game status postponed thanks to dannoh.
      • Github actions (linting and changelog enforcer)
      • JSDoc documentation

      Changed

      • Switched API for data feed.
      • Display logos from remote.
      • Retrieve team list from API.
      • ESLint recommended instead of airbnb ruleset.

      Removed

      • Config option format, instead rendering information based on locale.
      • Travis integration
      • Dependency moment-timezone
      • Dependency request
      • Local team logos

      Make sure you install the new dependencies as described in the Readme file.

      https://github.com/fewieden/MMM-NHL

      [card:fewieden/MMM-NHL]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Total n00b and can't get this thing to work. Please help!

      @EttVenter you have to use the | bash part, because what is doing is the following, curl will load the script from github and then you pipe it right into the bash command to execute the script otherwise you would just load the file

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1 / 1