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

    Posts

    Recent Best Controversial
    • RE: Calendar Module: Multiple Icons.

      I’ve got a coloured trash-o icon against each entry in my binday calendar, but I’d like two, one per bin.

      posted in Troubleshooting
      R
      Richard238
    • RE: Calendar Module: Multiple Icons.

      Yes, exactly that.
      I’m building a ‘Binday’ calendar.
      I’d like two icons, to indicate which bins to put out: rubbish and recycling, or rubbish and green.

      Thanks.

      posted in Troubleshooting
      R
      Richard238
    • Calendar Module: Multiple Icons.

      What’s the code to have multiple icons on the calendar?
      I’ve tried a few…

      symbol: 'calendar-check-o ', 'smile-o ',
      …
      symbol: 'calendar-check-o ’ 'smile-o ',
      …
      symbol: 'calendar-check-o smile-o ',
      …

      Thanks

      posted in Troubleshooting
      R
      Richard238
    • RE: adjusting reloadInterval

      Resolved.

      Changed setting in config.js, module now updating at the frequency required.

      Thank you.

      posted in Troubleshooting
      R
      Richard238
    • RE: adjusting reloadInterval

      It’s in a bespoke module, created by Gordon(izanbard)

      Module.register("MMM-MyTemps", {
          defaults: {
              host: "192.168.1.41",
              path: "/temp2mcf.php?format=json",
              reloadInterval: 60 * 1000 //1 min
          },
      

      Module works fine, but I’d like it to reload more frequently.

      posted in Troubleshooting
      R
      Richard238
    • RE: adjusting reloadInterval

      @Cato No, I’m not using PM2

      posted in Troubleshooting
      R
      Richard238
    • adjusting reloadInterval

      If a realoadInterval of 60*1000 = one minute, how do I change it to reload at different intervals?

      I’ve tried various combinations of 3/10/30*1000, even change 1000 to 100.

      Save the .js and then ‘npm start’, but the refresh is still one minute.

      Is refresh controlled from elsewhere?

      Thank you.

      posted in Troubleshooting
      R
      Richard238
    • RE: Add data from another Pi

      Thanks for all your work on this, it’s working great!

      posted in Troubleshooting
      R
      Richard238
    • RE: Add data from another Pi

      @yawns said in Add data from another Pi:

      Okay, one step back …
      Your data is stored in your mysql database, right?

      Yes, correct

      @yawns said in Add data from another Pi:

      How is this data stored there? Did you program a script?

      It’s a couple of temperature sensors which are written to the MySQL DB via a .py script.

      posted in Troubleshooting
      R
      Richard238
    • RE: Add data from another Pi

      @yawns said in Add data from another Pi:

      …you could create a php script which delivers JSON (or XML) data…

      Beyond my capabilities, I’ll keep looking though. Thank you.

      posted in Troubleshooting
      R
      Richard238
    • 1 / 1