All setup is done via the HTML file. For correct temp make sure this script is set for TRUE
var isCelsius = true
Give me your location and I'll double check and make sure you location code is correct.
To change months look for (something along these lines) and edit the months:
*var this_month_name_array = new Array("january","february","march"...
Save and respring
k i changed the months to this
var days_sett = new Array('So','M','D','M','Do','F','S','So');
var month_year = new Array('Januar','Februar','Maerz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember')
and
var this_weekday_name_array = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag")
var this_month_name_array = new Array("Januar","Februar","Maerz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember")
and for the weather
- Weather Script -->
var locale = "GMXX0142"
var isCelsius = true
var useRealFeel = false
edit: i just answered my own question, this worked lol