Guys. Firstly I'd like to thank you all for writing some fantastic codes to make people like me learn and appreciate what these printer & PI can actually do.
I've been printing about a year with my Ender 3 with many modifications......
I don't normally use forums as I've managed to work through all my issues but this one i'm stuck on
Dashboard looks fantastic - just not on mine
I can't get more than the basic fan & temp to work on Windows laptop or Raspberry PI (3+ b)
I've installed "displayLayer" & "PrintTimeGenius" as recommended
I've tried uploading new code from Cura 4.1 and PrusaSlicer
I'm sure it's something I've done but being pointed in the right direction would really help and appreciated
Ender 3 Pro
Marlin 1.1.9
Raspberry PI 3 B+
Raspian Buster Lite
OctoPrint 1.3.10
I agree, but all the viewmodels should still be there, right? In this case, it looks like the FanSpeed data binding failed. This could be an issue with my event hooks for displaylayerprogress.
Stefan, Really appreciate you looking into this but I am now sorted.
I've formatted and started again with the "stretch" version (OctoPrint.org - Download & Setup OctoPrint)
Clean install, same plugins, same theme, etc and it just works.....
I'm guessing I have been playing with so many different screens / drivers I had caused a problem. I now have an additional 0.5GB space so there was a lot of unused rubbish on there.
@iancattermole Did you have Themeify installed before? If so, that might be pertinent. Otherwise, any plugin which throws a JavaScript error before the Dashboard plugin's JavaScript can prevent his code from binding.
That's just the way coding is, especially with paths.
You might want to test it but this python code is helpful for concatenating paths. It may deal with the absence or presence of slashes for you. (It's main claim-to-fame is to deal with slashes versus backslashes, though.)