Sun Hours extension - anybody use it (doesn't seem to work in 2024)

open offset.rb with notepad and in the line :

if (not ((dist.class==Fixnum || dist.class==Float || dist.class==Length) && dist!=0))
                        return nil

replace Fixnum by Integer and it works.
or simply replace offset.rb in your plugin folder (plugins > AlexHall_SunHours)

offset.rb (4.4 KB)

2 Likes