ashenshugarRET
ashenshugarRET
Hello, You might want to also give the new BBC Sounds service within node-sonos-http-api a try, if you scroll to near the end of the readme file you'll find instructions...
Hi, Not sure if this is helpful, but it appears the issue is only in the handling of text templates, as my equivalent GNUPlot chart seems to be rendering fine...
Sorry, I should have explained better. The two charts above are generated using scripts which are supposed to jump to midnight of the current day to produce summaries for today,...
Dear Jim, I've setup pywws from the GitHub repository on a test Raspberry Pi. I can confirm that my text template which jumps to 00:00:00 local time to produce a...
The autoClose parameter only seems to work to stop the datepicker closing on a single click of a date. The closeOndblclick option will stop the datepicker window closing on doubling...
Have you used the dateFormat, customWeekDays, customMonths when you've set the options of your datepicker (see here [MCDatepiker Documentation](https://mcdatepicker.netlify.app/docs/configuration)? You should then be able to use the getFormattedDate() function to...
Assuming you declared your datepicker like this: `const picker = MCDatepicker.create({ disableWeekends: true });` That is you can call the datepicker with _picker_, you should then be able to use...
If the above doesn't work try: `document.getElementById("ConfirmEndDateHolder").innerHTML = picker.getFormatedDate();`
If your problem is solved, could you close the issue?
Hello, I have the same problem with an older square touch screen and a fresh image of the newest Bullseye. Thanks