Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 671

Errors on Inline Lua Examples

$
0
0
Just wanted to report errors on the Inline Lua Examples

First, on the TranslateDay lua code:

spanish = {'domingo','lunes','martes','mercredi','miércoles','viernes','sábado'},

Should be:

spanish = {'domingo','lunes','martes','miércoles','jueves','viernes','sábado'},

And the other errors are just display errors (which I haven't check exactly what the error is on the code, since I'm starting to learn lua).

TranslateDay: Header shows the literal [&MeasureScript:TranslateHeader('[#MainLang])'] string
Captura de pantalla 2024-02-15 123016.jpg
ConvertTemp: Shows the literal [&MeasureScript:ConvertToCelsius([&MeasureTemp])]°C string on MouseOver, instead (I guess it should only show "°C"), may be the weather URL it uses doesn't work anymore. Because it doesn't even show any temperature, it only displays "°F".

On Load and MouseLeave:
Captura de pantalla 2024-02-15 123620.jpg
MouseOver:
Captura de pantalla 2024-02-15 123045.jpg

Statistics: Posted by RicardoTM — February 15th, 2024, 6:41 pm — Replies 4 — Views 115



Viewing all articles
Browse latest Browse all 671

Trending Articles