Small bug in the Weather quest (well, at least with me):
The location radiobutton didn’t really get selected on form repaint (no dot in the circle), because index wasn’t a string here:
function locationOption(obj, index, array) {
return { name: “location”, label: obj.name + ", " + obj.state + ", " + obj.country, value: index.toString() }
}
But it was fun nevertheless, thanks!
Hey @PietHadermann thanks for bringing this to our attention, I’ll have a look and get that fixed. Glad you were able to get it working!
very nice tutorial. can i have my badge?
kwalker
October 20, 2025, 8:10am
67
@mpaisley - I completed the quest earlier tjis year but never recieved my swag for doing this. How do I chase up getting my swag?
Regards,
Kristian
Rax
October 20, 2025, 11:46pm
68
Completed! Excellent example for using forge. Thanks!
2 Likes
Here as well! Completed the apprentice weather app!
1 Like
Now this is great ! I like it ! My badge please !
1 Like
Just finished to create my weather gadget !
1 Like