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

    Posts

    Recent Best Controversial
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      @BKeyport said in MMM-SystemStats (cpu temp/load, fre ram ...):

      On another point, how do you link back to the code and highlight like that?

      You can get a direct link by clicking on the line in github.

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      @BKeyport I think this sound more like a change you could do to your own version instead of a general change for the module.
      You could insert e.g.

      this.stats.cpuTemp = payload.cpuTemp + " / " + (payload.cpuTemp * 9 / 5 + 32).toFixed(1) + "°F";
      

      into line 62

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @Sean it is a good idea but you want to meet the perfect time to fetch the data (close to the drawing) and you only have one try…
      And also a second lottery would already blow the quota.
      But still, thanks for the good ideas

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @sdetweil
      It is possible, and I thought about the same, but it’s dirty and you somehow have to determine and hard-code a proper request time for every lottery.
      Thinking about developing it to the end but I’d prefer another API.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @chassain-0 That looks really good.

      @thymon I have pushed my initial work to
      https://github.com/lavolp3/MMM-Lotteries

      But as said, the API usage is not acceptable yet.
      Working with dummy data. it looks like this for now.
      6650c4bc-0072-40cc-96a3-8fc3caa71cf9-image.png

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @thgmirror
      Of course that’s a solution. From my point of view however not a nice one. Styling is a mess and it also creates some work. And everyone wanting to use it would have the work.
      With a proper module the community has less work and it can be integrated and styled much better.

      For @thymon s purpose it works of course.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @thymon 10 requests/month is very difficult to manage.
      You need to consider that every time the mirror gets restarted for whatever reason it will have forgotten the data and needs to send a new API request.
      A nightmare for people debugging or developing something.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @thymon I tried out the magayo api and had the module near completion, and then found out magayo only takes 10 API calls PER MONTH in their free plan.
      These are exhausted for me so I need to think about using another API or some dummy data.

      I am quite far on a module, but I would prefer to include more lotteries than just euromillions. So if you could research for an API and provide one that covers more lotteries I’d be grateful.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @thymon I put in some first thoughts on this.
      The problem is for anyone who changes their own numbers, how to implement this.
      This person would need to put the numbers into the config every time.

      But still a great idea, especially for anyone having fixed numbers.

      Already started a project :-)

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Euromillions display on MagicMirror

      @thymon It is a good very good idea. Not for me but for people who play the lottery.

      There is a free lottery API that supports lots of lotteries, including yours
      magayo.com/lottery-docs/api/content/
      That might be a good start I guess.

      I’m happy to support but not sure if I can find time to write a module.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @rxlDavid Who needs to pay for the api key?

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: My Mirror doesn't like "arrow" icon :) :)

      @thymon Great and sorry I haven’t answered. But I don’t really understand what’s going wrong there and why it is applying a font that you cannot use for free.

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @sdetweil nasdaq data is 15 min delayed. I dont care. I want to see how the stock develops today, not in this minute. I want to see how it has developed over the lest days and where it is e.g. in relation to it’s SMA200.
      I’m not daytrading in front of my mirror :-).
      I would rather ask you why is realtime data important in front of your mirror.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @sdetweil are you talking about REALTIME data? Then I understand. Yes, AV does not provide realtime data for Nasdaq stocks. Who cares? Not many free services do.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @sdetweil sorry don’t know where you have that from.
      My key works well with a range of Nasdaq stocks.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @sdetweil that’s not true. AV also shows lots of nasdaq tickers. Even surprisingly many german stocks.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @killing-joke I can’t even call this ticker.
      Can you give me a URL?
      Otherwise I’ll try to include the ticker as soon as I have the new node_helper version (using different calls) finished.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @killing-joke HI Daniel,
      at which time of day do you have the data of the last day.
      And what is the stock symbol you use for Petrobras?

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @bclinton11 Just read that DJI stopped working this April.
      So I don’t know either which works now. Can confirm that none of the above work.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: My Mirror doesn't like "arrow" icon :) :)

      @thymon can you move over the icons not shown and show their complete set of classes. There needs to be something like .fa.fas.fa-arrow

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • 1 / 1