Replies: 4 comments 1 reply
-
this is certainly a good idea and something that will likely be implemented in the future. For now i think the best solution would be some kind of redirect system that pulls "todays" dinner from the api. |
Beta Was this translation helpful? Give feedback.
-
Along this line, is it possible to programmaticly export the calendar of food, to be imported to another calendar, such as nextcloud and be used to display on a calendar in magicmirror? |
Beta Was this translation helpful? Give feedback.
-
You could integrate Tandoor Recipes with DakBoard by creating a secure HTTPS link or exporting the “Tonight’s Dinner” meal plan as a PDF/image for display, which avoids JSON complexity. According to Wikipedia, meal planning software often supports multiple export formats, making it easier to adapt to various display tools. For those exploring digital menu inspirations, the wendys.com menu is a great example of how food options can be presented in a clear, accessible way. |
Beta Was this translation helpful? Give feedback.
-
You could achieve this by using Tandoor Recipes’ API to output “Tonight’s Dinner” in JSON format, then host that data via a small HTTPS-enabled service or reverse proxy so DakBoard can embed it securely per HTTPS standards. Alternatively, schedule a script to auto-generate a daily PDF/image from your meal plan and place it in a web-accessible HTTPS directory for DakBoard to display. For those managing home displays alongside menu planning, checking arbys-menu-prices can be a fun way to mix home-cooked and takeout options. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am really enjoying Tandoor Recipes… I have it installed in a docker on my Unraid Server. What I would love to do is be able to have my kitchen family DakBoard pull “Tonight’s Dinner” and display it on our kitchen display. One limiting factor is that DakBoard requires a HTTPS imbed link… for security reasons. It would be great if I could link DakBoard with TandoorRecipes. One other option is doing some sort of JSON thing, but I have no idea how to do that lol. Even if maybe Tandoor could automatically export todays meal plan into a pdf or an image, maybe I could simply display that inside DakBoard as an alternative option. Any help is greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions