MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Do not disturb
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Troublesshooting config

      @videogame95 yes there are two different ways of coding the pages

      You can use the module names as you are doing

      I always found this frustrating. Looking at a module config, I had to scroll back to the pages config to find out where it was and then scroll back to the module config, where was that?

      So I documented the page classes approach

      In pages
      Call them useful names , page1,page2, mom, dad, kids, house

      Then at each module after the module:
      Add

      classes:"page1”, 
      

      Or whatever page (or space separated list of page names)
      On the pages config fixed, I use “on_every_page”

      This also solves the problem with multiple of same module on different pages(weather current on one forecast on another)

      But I also am confused, as the latest pages config uses a different timing variable name?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Weather Module Stuck on loading.

      @fnmuffinman did you do the npm install in the module folder?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Weather Module Stuck on loading.

      @fnmuffinman these modules use a helper so debug info is where you npm start , IF the author presents logging

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Weather Module Stuck on loading.

      @fnmuffinman which module are you using

      git remote -v

      In the module folder

      Tom’s is v3 api only

      The original is v2.5 only

      From Toms version readme
      IMG_4754.png

      posted in Troubleshooting
      S
      sdetweil
    • RE: Troublesshooting config

      @videogame95 the calendar will show every 40 seconds

      Not for 10 seconds page 1
      Yes for 10 seconds page 2
      Not for 10 seconds page 3
      Not for 10 seconds page 4
      Repeat
      Not for 10 seconds page 1

      I don’t know that weather module. Does it restart when shown?
      What is the refresh time for weather?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Troublesshooting config

      @videogame95 which mmm-pages are you using?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster if
      module:“calendar”

      Then it is the built in calendar

      To get some debug info you can

      Add

      ,"DEBUG”
      

      To the logLevel config.js property

      Stop MagicMirror, if running under pm2, then in a terminal window do

      pm2 stop all
      

      Then

      cd ~/MagicMirror 
      npm start >somefile.txt
      

      Wait til the calendar is displayed
      press ctrl-a to stop MagicMirror

      Then send me the somefile.txt
      My userid is the same as here at gmail

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster what calendar module are you using? the built in calendar?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      also set tempUnits:“metric”

      from the doc

      tempUnits

      What units to use for temperature.

      If not specified, the module uses the units value from config.js. <-----

      Possible values: config.units = Specified by config.js, metric = Celsius, imperial = Fahrenheit

      Default value: config.units <-----

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      @Ausnet can you tell me what version of MM you are running

      grep version ~/MagicMirror/package.json
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      @Ausnet I thought so, but this module looks at the global value for some reason

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      @Ausnet what is units: above the module list set to?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      @Ausnet are you using MMM-Pages? (classes: properties)
      the openmeteo don’t have classes: and wouldn’t be displayed by default on pages

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module - only showing one location

      @Ausnet OpenWeathermap new v3 apikey uses
      lat/lon instead of location

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-MyWeatherForecast

      @htilburgs said in MMM-MyWeatherForecast:

      Sorry for the resemblance.

      not to be sorry…

      just asking…

      posted in Utilities
      S
      sdetweil
    • RE: MMM-MyWeatherForecast

      @htilburgs nice

      How is it different from https://github.com/b-reich/MMM-PirateSkyForecast

      posted in Utilities
      S
      sdetweil
    • RE: digital Family calendar with slideshow

      @Surkel outstanding!!

      The forum doesn’t support heic (IPhone live) images
      Can you save it as jpg and replace the image link in your message ( edit)

      posted in Show your Mirror
      S
      sdetweil
    • RE: obsession with modul checker

      @HeikoGr the script could check and provide a parameter

      posted in Development
      S
      sdetweil
    • RE: MagicMirror crash core.xxxx

      @htilburgs and you can erase the core files

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror crash core.xxxx

      @htilburgs sounds like a bug in electron. Not unheard of

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1